Emilv2

Results 93 comments of Emilv2

@syssi I think you misread, @janowakps has no issue with `notifystatus`. I've been running this configuration for 17 days now and everything still works: ``` - power - bright -...

> Could somebody test this property set on the long run: > > ``` > sensor: > - platform: xiaomi_miio_raw > name: Philips Eyecare Lamp Properties > host: > token:...

> 24 days and still everythings works my properties: > > ``` > - power > - bright > - notifystatus > - ambstatus > - eyecare > - scene_num...

I see, that is unfortunate. This one worked for me (don't know about others, has anyone confirmed it worked?): - power - bright - ambstatus - scene_num - ambvalue -...

What is wrong with the data shown?

So which information you want is still missing?

Yes that doesn't look correct, it looks like somewhere Wh is being interpreted as kWh.

What do the values of the Energy Consumption template sensor look like?

I think the issue is those drops to zero, which gives those jumps of ~350kWh. Unknown values are cast to 0 instead of unknown. I had that issue as well...

Don't do `float(0)` but `float`, I think that should fix your issue. With `float(0)` you specify that invalid numbers should be cast to 0, so if for some reason (restart,...