luc-ass / homebridge-evohome

Homebridge plugin for Honeywell Evohome
29 stars 16 forks source link

One hour difference when setting temperature #48

Closed jankeesvw closed 5 years ago

jankeesvw commented 5 years ago

First of all, thanks for this great homebridge plugin 🙏.

I have a timing issue, I think this is related to #20, when I set the temperature from homekit I see this in my logs:

image

As you can see it is scheduled until 17:00 which is correct, but when I open my honeywell app on my iPhone I see that it's actually scheduled until 18:00. I live in the Netherlands (CEST).

image

Anyone knows how to fix this?

luc-ass commented 5 years ago

Have you set the system time on your Homebridge device? Mine was set to GMT and that caused errors of the like.

jankeesvw commented 5 years ago

Thanks for the hint, I'm running it in Docker on my Synology NAS and I just found out that there is a ENV variable to set the timezone. It was running in Europe/london.

I just changed it to Europe/Amsterdam and now it's setting the time correctly. Thanks for the reply @luc-ass.

luc-ass commented 5 years ago

Glad I was able to help.