Hi,
I am looking for assistance in integrating a lighting control brand with HA. It needs TCP/IP integration I’m told by the brand. The device categories carried by the brand include lights, covers, relays, sensors, fans. The native app allows all the typical features available for controlling such a device set.
In HA, basic control is possible at the moment using telnet. eg issuing a command such as
switch:
platform: telnet
switches:
scene1:
resource: 192.168.1.199
port: 5050
command_on: "AR=000F040100\n"
command_off: "AR=0036040100\n"
timeout: 0.9
In the above example, the area is 4
scene number is 1
the IP address is that of the brand’s IP gateway.
Obviously this provides no feedback, its not possible to have light entity etc.
How could one go about creating a proper integration for such a platform? I am totally incapable of creating one unless there is some identical template which allows me to replace values.
The brand ( www.raylogic.in ) has working integrations with Control4, Crestron and RTI. Any further documentation can be made available by the brand. Let me know what would be needed.
Would greatly appreciate any help. Thank you.