11-14-2022, 08:40 AM
Greetings
I have a 1st generation KC868-H32 that I use to control my motor blinds. I have self reset push buttons in each blind.
I know I have to use node red for the integration in HA, but how can I see the state os the blinds (open or closed) in HA?
Also, this module doesn't have the physical interlock function. Is there a way that I can configure node red to send two messages to two different relays upon pressing of a switch?
Something like:
msg.payload= "RELAY-SET-255,2,0"
followed by
msg.payload= "RELAY-SET-255,1,1"
return msg;
the objective is to ensure that relay 2 is not active before activating relay 1, to ensure the motor is not given two commends to close and open at the same time, which would burn the motor. (each motor uses two relays, one for up, another for down)
I have a 1st generation KC868-H32 that I use to control my motor blinds. I have self reset push buttons in each blind.
I know I have to use node red for the integration in HA, but how can I see the state os the blinds (open or closed) in HA?
Also, this module doesn't have the physical interlock function. Is there a way that I can configure node red to send two messages to two different relays upon pressing of a switch?
Something like:
msg.payload= "RELAY-SET-255,2,0"
followed by
msg.payload= "RELAY-SET-255,1,1"
return msg;
the objective is to ensure that relay 2 is not active before activating relay 1, to ensure the motor is not given two commends to close and open at the same time, which would burn the motor. (each motor uses two relays, one for up, another for down)