NSPanel Thermostat changing mode from Auto to Heat or vice versa doesnt work.
dnld23 opened this issue · 3 comments
Hello,
i have strange issue with NSPanel, firmware version 1.5.0 :
- When triggering HVAC mode change on HASS from Auto to Heat, change doesnt reflect on NSPanel itself. However, It does reflect on ewelink app. When mode is changed from ewelink app, it does reflect on both NSPanel and HASS correctly.
- When mode is changed to OFF, it does work correctly everywhere.
- When mode is changed from OFF to Auto or Heat, Ewelink will reflect the change correctly, however, NSPanel itself will turn to mode which was present before it was set to OFF.
I checked logs for possible issues, didnt find any. Connections are good. Temperature setting when in manual mode works correctly.
I honestly dont have idea, if this is the problem on ewelink side or SonoffLAN+HASS side.
Thanks
Can't help because don't have this model.
I found in device logs, that when i change mode in ewelink app, it just says 'changed to Heat', if the change is initiated from HASS, it does say ' changed to Heat Climate: Set HVAC mode'. Can you at least point me into some direction ? I know python also, i could maybe check the code, but i never did anything HASS related before...
This is your device:
SonoffLAN/custom_components/sonoff/climate.py
Line 149 in 2589ee2