Turn ON Actuator WHO=4
<p>Good morning,</p><p>I am developing a Python integration for the OpenWebNet protocol. Specifically, I’m having trouble managing a towel warmer (scaldasalviette). The device is configured, and in HOME+Control, I can manage its on/off state. In fact, on the BUS, I detect the messages *#4*9#1*20*1##
(ON) and *#4*9#1*20*0##
(OFF). I can therefore identify its current state, but I cannot force it to turn on.</p><p>When I send the command *#4*9#1*#20*1##
, the bus returns an ACK (*#*1##
); however, immediately afterward, the state reverts to *#4*9#1*20*0##
, and the device does not activate. The documentation for WHO=4 doesn’t provide specific indications for this. Am I using the wrong command to turn it on? Is it possible to control actuators directly, as HOME+Control does?</p><p>Thank you.</p>
You must be logged in to reply to this topic.