You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I use this integration to fetch information of my Midea washing machine, which can be controlled using eWeLink app. After setting sonoff up, I added a custom sensor named sensor.sonoff_ab700XXXXX_power(see below for yaml configuration). The actual value of this entity is on or off. So it indicates whether the washing machine is turned on or off instead of the power consumption.
The state of that entity is unknown. The state attribute is:
state_class: measurement
unit_of_measurement: W
device_class: power
friendly_name: Washing Machine Power
Besides, the auto generated entity switch.sonoff_ab700XXXXX shows the state of sensor.sonoff_ab700XXXXX_switch. It does not switch on/off the washing machine. I'm not exactly sure what the switch key in the json data actually does.
The text was updated successfully, but these errors were encountered:
I use this integration to fetch information of my Midea washing machine, which can be controlled using eWeLink app. After setting sonoff up, I added a custom sensor named
sensor.sonoff_ab700XXXXX_power
(see below for yaml configuration). The actual value of this entity ison
oroff
. So it indicates whether the washing machine is turned on or off instead of the power consumption.Added these custom sensors in
configuration.yaml
:The state of that entity is
unknown
. The state attribute is:Besides, the auto generated entity
switch.sonoff_ab700XXXXX
shows the state ofsensor.sonoff_ab700XXXXX_switch
. It does not switch on/off the washing machine. I'm not exactly sure what theswitch
key in the json data actually does.The text was updated successfully, but these errors were encountered: