J3n50m4t / Home-Assistant-DreamScreen-Service

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

Config issues #27

Closed enigmacarpc closed 4 years ago

enigmacarpc commented 4 years ago

Hello, all this is more of a help request than an issue but since we don't have a discussion forum I will use this issue request.

  1. below is my DreamScreen setting in the configuration.yaml all 3 DreamScreens can be controlled from the services tab with the service call button but not all will not show up unless they are manually turned on via the DreamScreen buttons or turning them on from my DreamScreen app on my old Ipad running IOS12. I have to either restart Home Assistant or some time polling needs to occur where HA finds devices and will add them all back into the services or states area. dreamscreen: devices:
    • solo_office: address: 192.168.1.5
    • solo_livingroom: address: 192.168.1.7
      • ds4k_bedroom: address: 192.168.1.6 timeout: 5

This results in a log error pointing to lines 37,38,39 contains duplicate key "address"

  1. For the example config provided to expose the dream screen to the emulated Hue where do I add the example would it go in the scripts.yaml?

Thank you

enigmacarpc commented 4 years ago

Closing the issue had a yaml issue for polling multiple addresses.

2 figured out all the scripts and emulated Hue exposure