Anders Lindström

Results 9 comments of Anders Lindström

Hi I managed to get the min/max visible after playing around with the timestamp [entso_e_price_apex.txt](https://github.com/JaccoR/hass-entso-e/files/10178362/entso_e_price_apex.txt)

The values are assigned in sensor.py and field native_unit_of_measurement is the one getting warnings https://github.com/toreamun/amshan-homeassistant/blob/master/custom_components/amshan/sensor.py AmsHanSensorEntityDescription( key=obis_map.FIELD_ACTIVE_POWER_EXPORT, device_class=SensorDeviceClass.POWER, native_unit_of_measurement=ha_const.POWER_WATT, state_class=SensorStateClass.MEASUREMENT, icon=ICON_POWER_EXPORT, name="Active power export (Q2+Q3)", decimals=0, use_configured_scaling=True, Valid values are...

Here is a related one, total_increasing would be preferred. Logger: homeassistant.components.sensor Source: components/sensor/__init__.py:576 Integration: Sensor (documentation, issues) First occurred: 16:42:45 (2 occurrences) Last logged: 16:42:45 Entity sensor.adn9_energy_active_negative () is using...

It's normal (at least for my Goodwe GW5-DT) that the inverter starts/stops in the early morning when it's not getting sufficient power to stay connected all the time (and the...

I had the same problem with my old LAN-connection (GA10081-37-00P), sometimes stuck and occasionally I had to power off/on the inverter to get the interface up and running again. But...

Good to know it's fixed for coming releases (as it's not urgent). The warning comes from here, device name is repeated is the sensor names: - and are now truncated...

I had the same problem with attributes frozen at 2023-04-14.. I changed the Calculation method (in integration Configuration) from sliding to publish, after that the attributes are updated again. ![image](https://user-images.githubusercontent.com/66431079/236469502-4728ae9c-ee98-4fcf-bda7-bd3f278ee2f6.png)

Hi Same for me but stuck at 2023-04-14. after that no updates to the attributes, only "Average electricity price today (ENTSO-e)" is updated.

I changed the Calculation method (in integration Configuration) from **sliding** to **publish**, after that the attributes are updated again. ![image](https://user-images.githubusercontent.com/66431079/236468506-1e81ee81-3eb1-4f1f-8b84-117921732b9f.png)