Skip to content
ZS edited this page Nov 22, 2022 · 6 revisions

Troubleshooting

No data in Home Assistant

Double-check the settings in configuration.yaml (report names are case-sensitive).

Do not forget to restart

Any changes in configuration needs Home Assistant to be restarted.

Are there new sensor entities?

Go to Developer Tools -> States and enter w1000 to Filter entities. It will display the last known - or unknown :( - value. If no values appear:

Check the integration logs

Look for errors by searching w1000, e.g. issue the command

grep w1000 home-assistant.log

In case of bad login or missing report, you should see what happens.

Check the logs further

Increase the loglevel in configuration.yaml:

logger:
  logs:
    custom_components.w1000-energy-monitor: debug

Restart HA, then search for the integration logs as shown above.

When nothing helps

Open an issue :)

Clone this wiki locally