J3n50m4t / Home-Assistant-DreamScreen-Service

Home Assistant Service for sending commands to a Wifi enabled DreamScreen
MIT License
31 stars 15 forks source link

Hassio? #3

Closed eddyliao closed 6 years ago

eddyliao commented 6 years ago

So i did manage to install the custom component into hassio I am unable to make the service work. The ip address you mention should it has some kind of port number? im using duckdns and lets encrypt if that matters

GregoryDosh commented 6 years ago

The IP address you've picked should be the internal IP address of the DreamScreen itself. On my internal network it's 172.10.10.200. You shouldn't need to specify the port since that is defaulted in the configuration to 8888 which I think is the default listening port of the DreamScreen itself.

eddyliao commented 6 years ago

Thanks Gregory! Manage to make it work. Confirm it to be working without "grouping" I know its experimental, and you might not have devices on hand to create a group.

But is there a way to control a specific group(i have only 1, dreamscreen and 2 sidekick in a group) i tried

dreamscreen: ip_address: 192.168.1.xxx group: 1

that doesnt seem to work

eddyliao commented 6 years ago

Actually, got it working with grouping Might sound dumb but i change the group:1 to 2 and it worked, even though i have only 1 group

dreamscreen: ip_address: 192.168.1.xxx group: 2

GregoryDosh commented 6 years ago

Unfortunately I don't have extra devices to test with, but I'm glad you got it working. I don't know of a nice way of finding that group number and the documentation didn't seem to indicate much in that either. :-\

GregoryDosh commented 6 years ago

@eddyliao I've updated the component so it does device discovery & should hopefully allow you to send commands properly to SideKick devices and devices in different groups. Try em out and let me know if you find any issues.