Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

OpenHAB 4 Support #11

Open
itbeyond opened this issue Sep 27, 2023 · 1 comment
Open

OpenHAB 4 Support #11

itbeyond opened this issue Sep 27, 2023 · 1 comment

Comments

@itbeyond
Copy link

Is there any updates or information on running this on OH4. I just upgraded but it appears the 3.2.1 binding does not work. It starts to work and falls over as below:

2023-09-27 23:51:53.495 [INFO ] [nhab.binding.bom.internal.BomHandler] - Cancelling observation refresh job
2023-09-27 23:51:53.496 [INFO ] [nhab.binding.bom.internal.BomHandler] - Cancelling forecast refresh job
2023-09-27 23:51:53.490 [INFO ] [ab.event.ThingStatusInfoChangedEvent] - Thing 'bom:weather:swanbourne' changed from UNKNOWN to UNINITIALIZED
2023-09-27 23:51:53.500 [INFO ] [ab.event.ThingStatusInfoChangedEvent] - Thing 'bom:weather:swanbourne' changed from UNINITIALIZED to UNINITIALIZED (DISABLED)
2023-09-27 23:51:54.802 [INFO ] [ab.event.ThingStatusInfoChangedEvent] - Thing 'bom:weather:swanbourne' changed from UNINITIALIZED (DISABLED) to INITIALIZING
2023-09-27 23:51:54.808 [INFO ] [ab.event.ThingStatusInfoChangedEvent] - Thing 'bom:weather:swanbourne' changed from INITIALIZING to UNKNOWN
2023-09-27 23:51:56.440 [INFO ] [nhab.binding.bom.internal.BomHandler] - Processing precis forecast from FTP path: ftp://ftp.bom.gov.au/anon/gen/fwo/IDW14199.xml, area ID: WA_PT058
	at org.openhab.binding.bom.internal.BomHandler.updateChannelState(BomHandler.java:535) ~[?:?]
	at org.openhab.binding.bom.internal.BomHandler.lambda$2(BomHandler.java:181) ~[?:?]
	at org.openhab.binding.bom.internal.BomHandler.refreshObservation(BomHandler.java:178) ~[?:?]
2023-09-27 23:51:56.441 [INFO ] [openhab.event.ItemStateUpdatedEvent ] - Item 'BOM_Swanbourne_WeatherStation' updated to Swanbourne
2023-09-27 23:51:56.441 [INFO ] [openhab.event.ItemStateChangedEvent ] - Item 'BOM_Swanbourne_WeatherStation' changed from NULL to Swanbourne
2023-09-27 23:51:56.443 [INFO ] [openhab.event.ItemStateUpdatedEvent ] - Item 'BOM_Swanbourne_ObservationDateAndTime' updated to 2023-09-27T23:40:00.000+0800
2023-09-27 23:51:56.444 [INFO ] [openhab.event.ItemStateChangedEvent ] - Item 'BOM_Swanbourne_ObservationDateAndTime' changed from NULL to 2023-09-27T23:40:00.000+0800
	at org.openhab.binding.bom.internal.BomHandler.updateChannelState(BomHandler.java:535) ~[?:?]
	at org.openhab.binding.bom.internal.BomHandler.lambda$3(BomHandler.java:496) ~[?:?]
	at org.openhab.binding.bom.internal.BomHandler.updateForecastState(BomHandler.java:478) ~[?:?]
	at org.openhab.binding.bom.internal.BomHandler.refreshPrecisForecast(BomHandler.java:335) ~[?:?]
	at org.openhab.binding.bom.internal.BomHandler.refreshForecast(BomHandler.java:241) ~[?:?]

The status of the binding in the UI states: UNKNOWN

@itbeyond itbeyond changed the title Openhab 4 Support OpenHAB 4 Support Sep 27, 2023
@itbeyond
Copy link
Author

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant