I am trying to find commands to control this module.
So far I only managed to send commands. It looks like this:
switch:
platform: command_line
switches:
relay01:
command_on: ‘echo -n RELAY-SET-1,1,1 | nc IP PORT’
command_off: ‘echo -n RELAY-SET-1,1,0 | nc IP PORT’
value_template: ‘{{ “1,OK” in value }}’
friendly_name: Kitchen
relay02:
command_on: ‘echo -n RELAY-SET-1,2,1 | nc IP PORT’
command_off: ‘echo -n RELAY-SET-1,2,0 | nc IP PORT’
value_template: ‘{{ “1,OK” in value }}’
friendly_name: Hall
…
Now I have a question in feedback. If I press a button on the keyboard or send a command through the command line, the HA controller does not see the relay status.
Now , we have write the new fireware that when press keyboard’s key , it will have feedback that which key number have pressed. I have a video, i think that is you needed. But i don’t know how to upload the video or images to this forum.
I really hope that with the help of a respected KinCony this problem will be solved. The manufacturer could provide the device to community members for writing a module for full integration into the HA system.
I would really like for such wonderful equipment to be more affordable in the implementation of their projects for beginners. And it appeared in the list of supporting such open smart home control systems.