Ik heb een lelijke oplossing gemaakt wat bij mij lijkt te werken. Een poosje terug had ik de wasmachine aangesloten op een zigbee plug die eerst alleen voor de mesh gebruikt werd, zodat ik de stroom bij kan houden in het energy dashboard._Mitchie_ schreef op zaterdag 9 april 2022 @ 10:41:
[...]
Volgens mij is er al een bug report als ik onderstaande zie :
Home Connect not updating states properly #66063
https://github.com/home-assistant/core/issues/66063
Ik check nu of deze vebruik meet terwijl de wasmachine volgens de integratie uit staat, in dat geval reload ik home connect.
YAML:
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
| # The washing machine remains sometimes unavailble. Reloading the integration to "fix" this # Issue: https://github.com/home-assistant/core/issues/66063 - id: reload_home_connect alias: Wasmachine - Herlaad Home Connect integratie mode: single trigger: - platform: numeric_state entity_id: sensor.zolder_power above: 10 for: minutes: 2 condition: - condition: state entity_id: switch.wasmachine_power state: "off" action: - alias: Notify about this service: notify.sander data: title: Home Connect message: Integratie wordt herladen - alias: Reload Home Connect integration service: homeassistant.reload_config_entry target: entity_id: switch.wasmachine_power |
Hopelijk wordt de bug gefixt en kan deze automation snel weer weg