klausahrenberg / WThermostatBeca

Replaces original Tuya firmware on Beca thermostat with ESP8266 wifi module
395 stars 96 forks source link

set minimum temperature for me81h? #274

Open ikke-t opened 2 years ago

ikke-t commented 2 years ago

Hi,

I installed the thermostats for floor heating at remote site. Now winter is coming, and I was trying to set minimum of 5 degrees temp for maintenance temp. I didn't find support for lowering the minimum limit from 10 to 5.

Would it be possible to add the command? It seems to be described on this ticket: https://github.com/klausahrenberg/WThermostatBeca/issues/179

Also faas fork seems to have it. So it should work.

ikke-t commented 1 year ago

I now had a chance to get next to device. I went to setup menu from the panel, and set 5 degrees as minimum in "mode 5". Unfortunately I can't get anything below 10 to stick.

$ mosquitto_pub  -t 'termari-sauna/thermostat/set' -m '{"targetTemperature": 15}'                               

termari-sauna/thermostat/set {"targetTemperature": 15}           
termari-sauna/thermostat/properties {"idx":"termari-sauna","ip":"192.168.1.93","alive":true,"firmware":"1.25beta","temperature":15.00,"targetTemperature":15.00,"deviceOn":true,"schedulesMode":"off","locked":false,"state":"off","systemMode":"cool","sensorSelection":"floor"}                                           

$ mosquitto_pub -t 'termari-sauna/thermostat/set' -m '{"targetTemperature": 5}'                                

termari-sauna/thermostat/set {"targetTemperature": 5}            
termari-sauna/thermostat/properties {"idx":"termari-sauna","ip":"192.168.1.93","alive":true,"firmware":"1.25beta","temperature":15.00,"targetTemperature":5.00,"deviceOn":true,"schedulesMode":"off","locked":false,"state":"off","systemMode":"cool","sensorSelection":"floor"}                                            
termari-sauna/thermostat/properties {"idx":"termari-sauna","ip":"192.168.1.93","alive":true,"firmware":"1.25beta","temperature":15.00,"targetTemperature":15.00,"deviceOn":true,"schedulesMode":"off","locked":false,"state":"off","systemMode":"cool","sensorSelection":"floor"}                                                                                                                

$ mosquitto_pub -t 'termari-sauna/thermostat/set' -m '{"targetTemperature": 10}'                 

termari-sauna/thermostat/set {"targetTemperature": 10}           termari-sauna/thermostat/properties {"idx":"termari-sauna","ip":"192.168.1.93","alive":true,"firmware":"1.25beta","temperature":15.00,"targetTemperature":10.00,"deviceOn":true,"schedulesMode":"off","locked":false,"state":"off","systemMode":"cool","sensorSelection":"floor"}