DCSBL / ha-homewizard-energy

The old custom Home Assistant integration for HomeWizard Energy. This integration is now available in Core.
https://community.home-assistant.io/t/custom-component-homewizard-energy-wifi-p1-meter-and-kwh-meter/227441
Apache License 2.0
26 stars 3 forks source link

HomeWizard Energy is now available in Core #82

Open DCSBL opened 2 years ago

DCSBL commented 2 years ago

'HomeWizard Energy' is part of Home Assistant core since 2022.2. This custom integration won't be maintained from now on.

Migrate data and configuration to core Install Home Assistant 2022.2.2 or later and 0.13.0 or later. Migration will happen automatically. After that you can remove the custom integration.

cgilis commented 2 years ago

Is it normal that the refresh rate is slower in the core integration?

DCSBL commented 2 years ago

Sadly, yes. Core only polls every 5 seconds, as that is the minimum allowed poll interval.

You can disable automatic polling and create an automation that calls the homeassistant.update_entity service.

Screenshot 2022-02-09 at 09 50 28
cgilis commented 2 years ago

Ok thx @DCSBL !