B5r1oJ0A9G / teufel_raumfeld

Integration for Teufel smart speaker (aka Raumfeld Multiroom) into https://www.home-assistant.io/.
GNU General Public License v3.0
30 stars 6 forks source link

switch play on does not work after some off-time #59

Open greentux opened 6 months ago

greentux commented 6 months ago

I use the service for switching on and off the players:

       - service: select.select_option
            data:
              option: "on"
            target:
              entity_id:
                - select.room_wz_powerstate
                - select.room_bad_powerstate
                - select.room_kueche_powerstate

But after some time (off longer than a hour) the players doent come up:

Logging:

2024-01-17 18:05:21.484 DEBUG (MainThread) [custom_components.teufel_raumfeld] select.py->async_select_option: Bad -> option: on
2024-01-17 18:05:21.484 DEBUG (MainThread) [custom_components.teufel_raumfeld] select.py->async_select_option: Kueche -> option: on
2024-01-17 18:05:21.484 DEBUG (MainThread) [custom_components.teufel_raumfeld] select.py->async_select_option: WZ -> option: on
2024-01-17 18:05:22.347 DEBUG (MainThread) [custom_components.teufel_raumfeld] Update event triggered for type: zone_config
2024-01-17 18:05:22.642 DEBUG (MainThread) [custom_components.teufel_raumfeld] Update event triggered for type: zone_config
2024-01-17 18:05:23.722 DEBUG (MainThread) [custom_components.teufel_raumfeld] Update event triggered for type: zone_config
2024-01-17 18:05:24.746 DEBUG (MainThread) [custom_components.teufel_raumfeld] Update event triggered for type: host_info
2024-01-17 18:05:26.086 DEBUG (MainThread) [custom_components.teufel_raumfeld] Update event triggered for type: host_info
2024-01-17 18:05:53.412 DEBUG (MainThread) [custom_components.teufel_raumfeld] Starting attempt '2' out of '16' attempts for transpo
rt state update
2024-01-17 18:05:54.054 DEBUG (MainThread) [custom_components.teufel_raumfeld] Starting attempt '3' out of '16' attempts for transpo
rt state update
2024-01-17 18:05:55.572 DEBUG (MainThread) [custom_components.teufel_raumfeld] Update event triggered for type: host_info
2024-01-17 18:05:56.031 DEBUG (MainThread) [custom_components.teufel_raumfeld] Starting attempt '4' out of '16' attempts for transpo
rt state update
2024-01-17 18:05:56.661 DEBUG (MainThread) [custom_components.teufel_raumfeld] Starting attempt '5' out of '16' attempts for transpo
rt state update
2024-01-17 18:10:35.397 INFO (MainThread) [hassfeld] Long-polling timed out

and the automation logs says:

Stopped because of unknown reason "null" at 17. Januar 2024 um 18:05:58

something wrong?

greentux commented 6 months ago

user error :)

B5r1oJ0A9G commented 3 weeks ago

user error :)

Does this mean that we can close this issue?