-
Notifications
You must be signed in to change notification settings - Fork 15
New issue
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
Not working entities get status not available #122
Comments
I made the same mistake. You have to use sensors that represent kWh not kW. |
I have the same issue. How did you merge the consumption and production sensor data? |
You can add the json in DSMR MQTT topics: |
Thanks for sharing. I don't use the DSM Reader, so I don't have the MQTT data. |
Log:
Logger: homeassistant.helpers.event
Source: helpers/event.py:296
First occurred: 13:57:03 (665 occurrences)
Last logged: 15:51:54
Traceback (most recent call last):
File "/usr/src/homeassistant/homeassistant/helpers/event.py", line 296, in _async_dispatch_entity_id_event
hass.async_run_hass_job(job, event)
File "/usr/src/homeassistant/homeassistant/core.py", line 691, in async_run_hass_job
hassjob.target(*args)
File "/config/custom_components/battery_sim/init.py", line 337, in async_reading_handler
new_state_value = float(new_state.state) * conversion_factor
^^^^^^^^^^^^^^^^^
UnboundLocalError: cannot access local variable 'conversion_factor' where it is not associated with a value
The text was updated successfully, but these errors were encountered: