Integration Anyone?

Man you really do need to tell me about these things, friends on FB for years, worked for the same company way back. Yet you don’t call or write :joy::joy::joy: Cheers Bruvver, I will take a look :+1:

ROY??? BHAHAHAHAHA
thats funny!!!

1 Like

Hahahaha :joy::joy::joy::joy::hugs:

Hi @M.a.S.e. I have a TESmart HDMI switch, the HSW1601-E23 for which I’d like an integration if at all possible. This is a link to the Communication Protocols

Regards,

Mike

Test with telnet then an entity can be created with the requesto/http integration and TextOverTCP.

Ralf

Hi Ralf. Thanks for the suggestion. I did try that, and it failed. I also tried with other devices I currently have integrations for, and they too failed. Perhaps I’m doing something wrong. That said, I have an app on my computer that connects to the device via IP, which allows me to see the status of the switch and gives me access to change the inputs.

Regards,

Mike

What commands did you try? It should work according to the protocol sheet. Make sure to add raw= in front of the command.

@kennymc.c, please excuse my ignorance, but how are you suggesting that I send the command?

To test a command just use the text over tcp entity and put this in the source parameter field for the switch to PC1 command: ip-address:5000, “raw=0xAA 0xBB 0x03 0x01 0x01 0xEE” . Replace ip-address with the real ip address of the device.
If this works I can help you with creating a custom entity config to get a remote entitiy with all commands and select entities for the switch commands and led timeout setting.

Maybe let’s continue here: External community integration - http get/post/patch/put and Wake on lan

Thanks @kennymc.c. I’ll give that a go. I was able to execute the commands using python on my computer

I did as suggested ‘192.168.0.222:5000, “raw=0xAA 0xBB 0x03 0x01 0x01 0xEE”’ and it returned an error stating that the command did not reach the device.

Please post the log here: External community integration - http get/post/patch/put and Wake on lan

In the setup of the integration disable the option “wait for an answer” or similar for TextOverTCP.

Ralf

Ralf, thanks for the suggestion. We did that, and in conjunction with using the correct double quotes in the command, not the Windows ones, now have it issuing the commands.

Regardss,

Mike

Can you do one for Sky Stream and maybe for Siol Box ( Slovenian IPTV provider ) ?

Sky Stream i believe would use many here , for Siol Box , at least 4 in my house , hahaha .

i know non of these devices, what are they based on? is there home assistant repo for them? etc.

Sky stream seems to work in HA since a couple of months if I read it correctly.

Ralf

I can’t see any evidence of a Home Assistant integration either native or HACS.

There is a sky iPhone app now which I guess is IP control of some sort

if there is no referecne and no api i cant make it , sorry., i dont own the device so i cant probe it to sniff the network using the phone either.

Sorry, I did a little more digging and found GitHub - jatatech/sky_stream_remote · GitHub which claims to contain a working HA integration. I haven’t tried it yet