Closed lolodomo closed 2 years ago
I think I know how to enhance that, I will submit a PR after testing.
You're welcome, I've got many plates on the fire :)
@lolodomo - can you remind me how to access binding configuration from MainUI when installed as JAR?
You click "+" to add new thing and then in the "Choose binding" you have a special icon on "Netatmo Binding" to access its configuration.
PS: look at my other issue, any change is taken into acocunt only after a restart.
I have not enabled favorite stations:
But the binding requests favorite data anyway:
This is probably triggered at this line with the second parameter set to true: https://github.com/openhab/openhab-addons/blob/main/bundles/org.openhab.binding.netatmo/src/main/java/org/openhab/binding/netatmo/internal/api/WeatherApi.java#L66
It could (should) be optimized to use false when getStationData is called for your local weather station.
@clinique : WDYT ?