serkri / SmartEVSE-3

Smart Electric Vehicle Charging Station (EVSE)
MIT License
68 stars 28 forks source link

Car connected wrong sensor value #165

Closed negronoir closed 1 year ago

negronoir commented 1 year ago

Hello,

In v1.6.7 the 'sensor.smartevse_car_connected' doesn't show if car is connected. Always takes the opposite value of 'sensor.smartevse_access' despite if car is connected or not.

If I set 'true' the access, the car connected sensor changes to 'false'

If I set 'false' the access, the car connected sensor changes to 'true'

In former versions including v1.6.6, this works fine.

Thanks

dingo35 commented 1 year ago

Thanks for your bug report; this version should solve the problem, could you please test? nomodem.zip

dingo35 commented 1 year ago

Fixed in v1.7.0.

negronoir commented 1 year ago

Hi!

Sorry for the delay in the answer. I was on holidays out of home.

Checked and fixed.

Thanks!!