Greetings !
I’m a new convert coming over from OH.
Installed in my home is a VANTAGE QLINK Lighting controller which predates the INFUSION controller for which I belive there is an Integration for.
In OH I used their TCP module to send ASCII Text Commands to a IP endpoint.
So to toggle lights on and off I would send ASCII strings like this to the endpoint:
ON=VSW!1 98 2 6\r
OFF=VSW!1 98 2 6\r
The QLINK controller is also capable of sending a response to update state.
With this said, what is my best way to accomplish this in HA?
Is there an integration that would suite this purpose, or do I need to go another route.
I’m looking forward to expanding my knowledge of HA and look forward to adding to the community.
Squid