home-assistant / core

:house_with_garden: Open source home automation that puts local control and privacy first.
https://www.home-assistant.io
Apache License 2.0
72.43k stars 30.31k forks source link

Integration of two or more lg webostv #30782

Closed giustanca closed 4 years ago

giustanca commented 4 years ago

Home Assistant release with the issue: 0.104.0b5

Last working Home Assistant release (if known): 0.103.6

Operating environment (Hass.io/Docker/Windows/etc.): Hass.io on Raspberry Pi4

Integration: webostv

Description of problem: Each registration of the next device deletes the previous one, the previous recording is canceled for every TV I add. If I manually edit the webostv.conf file, entering the registration information of the other televisions, an error message indicating the webostv integration appears

Problem-relevant configuration.yaml entries and (fill out even if it seems unimportant):

webostv:
  - host: 192.168.1.201
    name: TV soggiorno (LG 49SK8500)
    standby_connection: true
    turn_on_action:
      service: wake_on_lan.send_magic_packet
      data:
        mac: "20:3d:bd:3b:e5:9a"
    customize:
      sources:
        - livetv
        - netflix
        - "Amazon Prime Video"
        - youtube
        - "RaiPlay"
        - "Screen Share"
        - "DAZN"
        - "CHILI"

  - host: 192.168.1.202
    name: TV studio (LG 32LK6100)
    standby_connection: true
    turn_on_action:
      service: wake_on_lan.send_magic_packet
      data:
        mac: "2c:2b:f9:57:40:de"
    customize:
      sources:
        - livetv
        - netflix
        - "Amazon Prime Video"
        - youtube
        - "Screen Share"
        - "DAZN"

  - host: 192.168.1.203
    name: TV camera da letto (LG 28MT49S)
    standby_connection: true
    turn_on_action:
      service: wake_on_lan.send_magic_packet
      data:
        mac: "00:51:ed:bd:74:ce"
    customize:
      sources:
        - livetv
        - netflix
        - "Amazon Prime Video"
        - youtube
        - "Screen Share"
probot-home-assistant[bot] commented 4 years ago

Hey there @bendavid, mind taking a look at this issue as its been labeled with a integration (webostv) you are listed as a codeowner for? Thanks!

bendavid commented 4 years ago

can you post the log with debug logging enabled?