smappee / pysmappee

Python wrapper used in the Smappee Home Assistant integration
https://www.home-assistant.io/integrations/smappee
MIT License
2 stars 7 forks source link

No more daily solar production #1

Closed gieljnssns closed 4 years ago

gieljnssns commented 4 years ago

I had the same error like this https://github.com/home-assistant/core/issues/37296#issuecomment-652988487 Now I've updated to the last version (custom_component), now I have 66 entity's, but no more solar production...

Schermafbeelding 2020-07-02 om 15 02 52

This are the only sensors

bsmappee commented 4 years ago

Nice catch! Thank you for opening this issue. We have immediately fixed this with commit #672ab8a and will bump the dependency version in the Home Assistant integration. There will be 3 solar sensors available again very soon (live production, today, current hour).

gieljnssns commented 4 years ago
Schermafbeelding 2020-07-02 om 15 41 48

Thanks a lot now 69 entity's

bsmappee commented 4 years ago

We should probably hide the 6 voltage entities as they are unavailable for Smappee Energy and Smappee Solar devices. But still makes 63 entities though.

gieljnssns commented 4 years ago

That's fine by me

sensor.thuis_total_consumption_reactive_power is also unknown

gieljnssns commented 4 years ago

I have voltage etc via MQTT

Btw http://192.168.xx.xx/smappee.html doesn't work anymore

gieljnssns commented 4 years ago

Btw http://192.168.xx.xx/smappee.html doesn't work anymore

Magic - it's back

bsmappee commented 4 years ago

Btw http://192.168.xx.xx/smappee.html doesn't work anymore

We will never remove that page

bsmappee commented 4 years ago

sensor.thuis_total_consumption_reactive_power is also unknown

Indeed, live reactive should be a local MQTT only entity.

gieljnssns commented 4 years ago

Thanks for your effort!