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

[netatmo] Consider timezone of the house when defining the end time of a setpoint #17586

Open
wants to merge 4 commits into
base: main
Choose a base branch
from

Conversation

clinique
Copy link
Contributor

@clinique clinique commented Oct 18, 2024

Resolves #17585

Signed-off-by: Gaël L'hopital <gael@lhopital.org>
@clinique clinique self-assigned this Oct 18, 2024
@clinique clinique added the bug An unexpected problem or unintended behavior of an add-on label Oct 18, 2024
…meData

Signed-off-by: Gaël L'hopital <gael@lhopital.org>
Signed-off-by: Gaël L'hopital <gael@lhopital.org>
Signed-off-by: Gaël L'hopital <gael@lhopital.org>
} catch (DateTimeException ignore) {
}
}
return ZoneId.systemDefault();
Copy link
Contributor

@lsiepel lsiepel Oct 18, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Woudl it be possible to do an extra step of fallback using the TimeZoneProvider ? That way the openHAB configured timezone would be used instead of the system timezone.
(Also applies to [HomeCapability.java:53)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug An unexpected problem or unintended behavior of an add-on
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[Netatmo] Error when sending temperature commands to the thermostats
2 participants