PiotrMachowski / Home-Assistant-Taskbar-Menu

This application is a simple Home Assistant client for Windows. It can display Lovelace views, control entities and show persistent notifications.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Devices shows ERROR when off

billivanilly opened this issue · comments

All devices in the list show ERROR: when off. When toggled on via HA web they show up fine and can be controlled like normal, but after turned off can't be turned on again via taskbar.

Can you show some screenshots?

  1. After turning the light of via menu
    grafik
  2. After turning the light on via web
    grafik

Can you check logs?
They should be here:

%APPDATA%\Home Assistant Taskbar Menu\Home Assistant Taskbar Menu

I have the exact same problem. On windows 11 with the latest homeassistant installed, and the home assistant taskbar menu v1.3.0.0

[03/04/2024 15:03:59] Config directory: C:\Users\user\AppData\Roaming\Home Assistant Taskbar Menu\Home Assistant Taskbar Menu
[03/04/2024 15:03:59] configuration.Url = ws://192.168.1.119:8123/api/websocket
[03/04/2024 15:04:01] STARTING
[03/04/2024 15:04:01] RECONNECTION HAPPENED: Initial
[03/04/2024 15:04:01] AUTH REQUIRED
[03/04/2024 15:04:01] AUTH OK
[03/04/2024 15:04:01] SUBSCRIBE STATE CHANGES
[03/04/2024 15:04:01] GETTING STATES
[03/04/2024 15:04:01] RECEIVED SUPPORTED STATES: 2
[03/04/2024 15:04:01] light.kantoor_lamp: off
[03/04/2024 15:04:01] light.kantoor_plafondlamp: off
[03/04/2024 15:04:01] ERROR CREATING UI FOR ENTITY: light.kantoor_lamp
[03/04/2024 15:04:01] ERROR CREATING UI FOR ENTITY: light.kantoor_plafondlamp
[03/04/2024 15:18:02] STATE UPDATED: light.kantoor_lamp => on
[03/04/2024 15:18:02] ERROR CREATING UI FOR ENTITY: light.kantoor_plafondlamp
[03/04/2024 15:18:14] CALLING SERVICE: {"domain":"light","service":"turn_off","service_data":{"entity_id":"light.kantoor_lamp"},"id":17,"type":"call_service"}
[03/04/2024 15:18:14] STATE UPDATED: light.kantoor_lamp => off
[03/04/2024 15:18:14] ERROR CREATING UI FOR ENTITY: light.kantoor_lamp
[03/04/2024 15:18:14] ERROR CREATING UI FOR ENTITY: light.kantoor_plafondlamp
[03/04/2024 15:18:19] STATE UPDATED: light.kantoor_lamp => on
[03/04/2024 15:18:19] ERROR CREATING UI FOR ENTITY: light.kantoor_plafondlamp

I have noted the same issue. Not sure when it started.
Home Assistant version 2024.7.2
Still on Windows 10

image