You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Oct 4, 2021. It is now read-only.
I have 2 heating circuits hc=1 and hc=2.
To change the temp for circuit hc=2, In a telnet session I do: Thermostat temp 2 20
Then I receive Setting new thermostat temperature to 20.0 for heating circuit 2 type 0 (0=auto,1=night,2=day,3=holiday)
But always circuit 1 is changed instead of 2. Is this a copy/paste typo in the code ?
The text was updated successfully, but these errors were encountered:
the logic is quite complex and it has to take into account all the 20+ variations of thermostat brands and types and also figure out whether its auto, night, day, manual modes
CW400 not implemented yet. Its part of #206 and we'll use that for tracking. See comment when I said "Let's fix that first and then move on to the CW400 Thermostat which has different device telegrams. "
I have 2 heating circuits hc=1 and hc=2.
To change the temp for circuit hc=2, In a telnet session I do:
Thermostat temp 2 20
Then I receive
Setting new thermostat temperature to 20.0 for heating circuit 2 type 0 (0=auto,1=night,2=day,3=holiday)
But always circuit 1 is changed instead of 2. Is this a copy/paste typo in the code ?
The text was updated successfully, but these errors were encountered: