nlrb / com.tclcode.otgw

OpenTherm Gateway application for Homey
https://apps.athom.com/app/com.tclcode.otgw
10 stars 3 forks source link

[Request] Overrule thermostat with control setpoint #2

Closed denniedegroot closed 8 years ago

denniedegroot commented 8 years ago

My thermostat unfortunately doesn't support OpenTherm MsgID 9 (Remote override room setpoint) which means Homey cannot control the temperature. However the OTGW can overwrite this with the "CS=temperature" command. Is it possible to make a setting for this?

So instead of sending TT or TC the CS command is send.

nlrb commented 8 years ago

The Control Setpoint is not the same as a Room Setpoint. E.g. currently my Room Setpoint is 22 (nice and cosy), while the Control Setpoint is 30.

So sending the Room Setpoint in CS doesn't sound right. However, the next version does support sending free-format commands from a flow. So you can send any command you want, also CS.

Would that be sufficient? image

denniedegroot commented 8 years ago

You are right! The control setpoint is something totally different, I thought it was working correctly because my room temperature was changing :P. You can ignore my request. The free-format commands flow is a very nice feature!