You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Are you still supporting and/or still using this addon?
I have some questions if you have some time.
Using Sungrow SH5K
I have the following faults:
Logger: custom_components.sungrow.sensor
Source: custom_components/sungrow/sensor.py:340
Integration: Sungrow (documentation, issues)
First occurred: 1:32:22 PM (16 occurrences)
Last logged: 1:33:22 PM
Sensor lookup value is not available in data array: total_battery_charge_energy_from_pv
Sensor lookup value is not available in data array: daily_battery_discharge_energy
Sensor lookup value is not available in data array: total_battery_discharge_energy
Sensor lookup value is not available in data array: daily_export_power_from_pv
Sensor lookup value is not available in data array: total_export_power_from_pv
AND
Logger: homeassistant.components.sensor
Source: custom_components/sungrow/sensor.py:269
Integration: Sensor (documentation, issues)
First occurred: 1:32:20 PM (1 occurrences)
Last logged: 1:32:20 PM
Error while setting up sungrow platform for sensor
Traceback (most recent call last):
File "/usr/src/homeassistant/homeassistant/helpers/entity_platform.py", line 249, in _async_setup_platform
await asyncio.shield(task)
File "/config/custom_components/sungrow/sensor.py", line 269, in async_setup_platform
ip_address=config[CONF_IP_ADDRESS],
KeyError: 'ip_address'
Sensor.py: ln 264-275
"""Set up the Jemena Outlook sensor."""
sungrowclient = await hass.async_add_executor_job(
partial(
SungrowInverter,
ip_address=config[CONF_IP_ADDRESS],
port=config[CONF_PORT],
slave=config[CONF_SLAVE],
retries=3,
timeout=int(config[CONF_TIMEOUT]),
)
)
AND
Logger: homeassistant.components.sensor.recorder
Source: components/sensor/recorder.py:259
Integration: Sensor (documentation, issues)
First occurred: 1:35:10 PM (5 occurrences)
Last logged: 1:35:10 PM
sensor.sungrow_pv_array_1_energy_generation has unit W which is unsupported for device_class energy
sensor.sungrow_pv_array_2_energy_generation has unit W which is unsupported for device_class energy
sensor.sungrow_current_load_power has unit W which is unsupported for device_class energy
sensor.sungrow_current_export_power has unit W which is unsupported for device_class energy
sensor.sungrow_energy_generation has unit W which is unsupported for device_class energy
The text was updated successfully, but these errors were encountered:
Hi mate,
Are you still supporting and/or still using this addon?
I have some questions if you have some time.
Using Sungrow SH5K
I have the following faults:
Logger: custom_components.sungrow.sensor
Source: custom_components/sungrow/sensor.py:340
Integration: Sungrow (documentation, issues)
First occurred: 1:32:22 PM (16 occurrences)
Last logged: 1:33:22 PM
Sensor lookup value is not available in data array: total_battery_charge_energy_from_pv
Sensor lookup value is not available in data array: daily_battery_discharge_energy
Sensor lookup value is not available in data array: total_battery_discharge_energy
Sensor lookup value is not available in data array: daily_export_power_from_pv
Sensor lookup value is not available in data array: total_export_power_from_pv
AND
Logger: homeassistant.components.sensor
Source: custom_components/sungrow/sensor.py:269
Integration: Sensor (documentation, issues)
First occurred: 1:32:20 PM (1 occurrences)
Last logged: 1:32:20 PM
Error while setting up sungrow platform for sensor
Traceback (most recent call last):
File "/usr/src/homeassistant/homeassistant/helpers/entity_platform.py", line 249, in _async_setup_platform
await asyncio.shield(task)
File "/config/custom_components/sungrow/sensor.py", line 269, in async_setup_platform
ip_address=config[CONF_IP_ADDRESS],
KeyError: 'ip_address'
Sensor.py: ln 264-275
AND
Logger: homeassistant.components.sensor.recorder
Source: components/sensor/recorder.py:259
Integration: Sensor (documentation, issues)
First occurred: 1:35:10 PM (5 occurrences)
Last logged: 1:35:10 PM
sensor.sungrow_pv_array_1_energy_generation has unit W which is unsupported for device_class energy
sensor.sungrow_pv_array_2_energy_generation has unit W which is unsupported for device_class energy
sensor.sungrow_current_load_power has unit W which is unsupported for device_class energy
sensor.sungrow_current_export_power has unit W which is unsupported for device_class energy
sensor.sungrow_energy_generation has unit W which is unsupported for device_class energy
The text was updated successfully, but these errors were encountered: