nordicopen / easee_hass

Custom component for Easee EV charger integration with Home Assistant
209 stars 34 forks source link

Basic schedule binary sensor #95

Closed prilly-dev closed 3 years ago

prilly-dev commented 3 years ago

Binary sensor basic schedule is not reporting the correct time/date for the current schedule.

Skjermbilde

tmjo commented 3 years ago

Hi! Is this the result when you have a schedule activated in easee? Has it been activated for a while, or did you just activate it? Is it repeating?

Mine is showing values fine, I have a repeating schedule from 23:00 to 09:00 every day. Could be helpful to activate debugging log and check for details, perhaps something went wrong.

prilly-dev commented 3 years ago

Schedule have been tried with repeat on and off, no difference.

What i have discoverd is that the entity was last updated days ago. It might be that the entity is not updated with easee cloud on a regular basis. Last updated in dev tools in ha shows the entity was last updated 3. Feb at 15.44

prilly-dev commented 3 years ago

I tried to reload the integration "last inn på nytt" then the entity is showing the correct values.

tmjo commented 3 years ago

Good. I had some error messages related to this sensor a while back, but it seemed to be only on initial startup and I didn't have time to verify it yet. It may or may not be related, but I recommend setting log to debug-level and look for anything about that specific sensor. It makes it easier to know what is going on.

prilly-dev commented 3 years ago

It seems to work just fine now, changing schedule in the easee app is properly updated in ha. That reload integration might have fixed it. I am closing this issue now.