-
-
Notifications
You must be signed in to change notification settings - Fork 3.6k
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
[astro] Update Astro binding to use local country data for calculating seasons #5732
Comments
New Zealand also uses the same dates as Australia. And I would support the ability to specify dates chosen locally rather than ones calculated through astro entitys. Nether seem to be 100% accurate as nature is not predictable to such a degree. So neither method can be consider right or wrong but we should accommodate both. Regards |
I would be happy for two items to come out of this change, one solar based as it is now, as well as calendar based season. That would be the ideal scenario. |
Signed-off-by: clinique <[email protected]>
Signed-off-by: clinique <[email protected]>
solving Conflicts: bundles/org.openhab.binding.astro/src/main/java/org/openhab/binding/astro/internal/config/AstroThingConfig.java Signed-off-by: clinique <[email protected]>
Signed-off-by: clinique <[email protected]>
solving Conflicts: bundles/org.openhab.binding.astro/src/main/java/org/openhab/binding/astro/internal/config/AstroThingConfig.java Signed-off-by: clinique <[email protected]>
Rebasing on last modifications solving Conflicts: bundles/org.openhab.binding.astro/src/main/java/org/openhab/binding/astro/internal/config/AstroThingConfig.java Conflicts: bundles/org.openhab.binding.astro/src/main/java/org/openhab/binding/astro/internal/discovery/AstroDiscoveryService.java Signed-off-by: clinique <[email protected]>
Fixing integration test and adding some non null by default Signed-off-by: Gaël L'hopital <[email protected]>
Closes #5732 Signed-off-by: Gaël L'hopital <[email protected]>
Closes openhab#5732 Signed-off-by: Gaël L'hopital <[email protected]>
Closes openhab#5732 Signed-off-by: Gaël L'hopital <[email protected]> Signed-off-by: CSchlipp <[email protected]>
Closes openhab#5732 Signed-off-by: Gaël L'hopital <[email protected]>
Closes openhab#5732 Signed-off-by: Gaël L'hopital <[email protected]>
Closes openhab#5732 Signed-off-by: Gaël L'hopital <[email protected]>
Closes openhab#5732 Signed-off-by: Gaël L'hopital <[email protected]>
Closes openhab#5732 Signed-off-by: Gaël L'hopital <[email protected]> Signed-off-by: Daan Meijer <[email protected]>
Closes openhab#5732 Signed-off-by: Gaël L'hopital <[email protected]>
Your Environment
Apparently season start and end dates are not consistently applied between countries. Some countries commence their seasons on the equinox or solstice (which may be the current Astro binding behaviour) however this differs between countries. In Australia the following is true:
Spring starts 1st September
Summer starts 1st December
Autumn starts 1st March
Winter starts 1st June
Potential solutions include using location data to set the correct season behaviour or (if this is too complex due to the huge variance in how seasons are recorded) alternatively allow the user to set it themselves in the binding. I'm sure there are other options also.
Associated links:
eclipse-archived/smarthome#4767 (comment)
https://community.openhab.org/t/oh2-astro-binding-feature-request-seasons-in-australia/37367/4
The text was updated successfully, but these errors were encountered: