Spanni26 / pyHPSU

Python Script to read and send commands to a Rotex HPSU
26 stars 15 forks source link

How to set values #70

Open mohnewald opened 1 month ago

mohnewald commented 1 month ago

How can i set the mode Cooling?: mode;Mode;Current mode of the heat pump: ---: No heating or cooling demand : Heating : Cooling : Domestic hot water generation : Automatic defrosting function active => I want to activate cooling in the summer when its hot

How can i set a value t_hs_set to 50? => i would like to use excess solar energy in the winter

My working read command is: pyHPSU.py -c t_dhw -d elm327 -p /dev/ttyUSB0

N3rdix commented 1 week ago

Have you tried pyHPSU.py -c mode_01:05 for cooling? I only use commands via MQTT which works pretty well...