We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
No longer reporting the correct usage for instance... right now the sensor in ha reports current usage 300w when the power sensor app reports -100w
The text was updated successfully, but these errors were encountered:
Yes, I have the same issue. I reload the integration and it will work for about an hour and then freezes.
Sorry, something went wrong.
I use an automation to reload if it hangs:
alias: "Power: reload stale sensor" description: "" mode: single triggers: - hours: /1 trigger: time_pattern conditions: - condition: or conditions: - condition: template value_template: >- {{ now() - states.sensor.dius_sensor.last_changed >= timedelta (minutes=60) }} enabled: true actions: - data: {} target: device_id: d9438229b5d9d3fdebae6f1ba56f8ce9 action: homeassistant.reload_config_entry
No branches or pull requests
No longer reporting the correct usage for instance... right now the sensor in ha reports current usage 300w when the power sensor app reports -100w
The text was updated successfully, but these errors were encountered: