ZsBT / hass-w1000-portal

Home Assistant custom component for W1000 energy portal (e.g. https://energia.eon-hungaria.hu/ )
Do What The F*ck You Want To Public License
45 stars 4 forks source link

Empty values since 17th of Jan 2024 #26

Closed medsandor closed 10 months ago

medsandor commented 10 months ago

Hi,

I use from the integration only the two entities created:

Which shows me the total imported and exported energy on that day.

And last successful day is 16th of January, 2024.

I have enabled the debug log, and this is the output:

[core-ssh config]$ grep w1000 home-assistant.log
2024-01-19 15:36:46.126 WARNING (SyncWorker_0) [homeassistant.loader] We found a custom integration w1000-energy-monitor which has not been tested by Home Assistant. This component might cause stabil
ity problems, be sure to disable it if you experience issues with Home Assistant
2024-01-19 15:36:56.760 DEBUG (MainThread) [custom_components.w1000-energy-monitor] reading report import
2024-01-19 15:36:58.777 DEBUG (MainThread) [custom_components.w1000-energy-monitor] resp status http 200
2024-01-19 15:36:58.860 DEBUG (MainThread) [custom_components.w1000-energy-monitor] found report import in workarea Workarea176
2024-01-19 15:36:58.860 DEBUG (MainThread) [custom_components.w1000-energy-monitor] found report export in workarea Workarea176
2024-01-19 15:36:59.768 DEBUG (MainThread) [custom_components.w1000-energy-monitor] registered sensor: sensor.w1000_import
2024-01-19 15:36:59.768 DEBUG (MainThread) [custom_components.w1000-energy-monitor] registered sensor: sensor.w1000_export
2024-01-19 15:36:59.770 DEBUG (MainThread) [custom_components.w1000-energy-monitor.sensor] None
2024-01-19 15:36:59.771 DEBUG (MainThread) [custom_components.w1000-energy-monitor.sensor] None
2024-01-19 15:36:59.784 DEBUG (MainThread) [custom_components.w1000-energy-monitor] import statistic: sensor.w1000_import count: 38
2024-01-19 15:36:59.785 DEBUG (MainThread) [custom_components.w1000-energy-monitor] reading report export
2024-01-19 15:37:00.082 DEBUG (MainThread) [custom_components.w1000-energy-monitor] import statistic: sensor.w1000_export count: 38
2024-01-19 15:37:00.083 DEBUG (MainThread) [custom_components.w1000-energy-monitor] Notifying all listeners
2024-01-19 15:37:00.093 DEBUG (MainThread) [custom_components.w1000-energy-monitor.sensor] {'state': None, 'unit': 'kWh', 'attributes': {'curve': 'HU000110-11-S00000000000001133408 DP_1-1:1.8.0*0', '
generated': None, 'state_class': 'total_increasing', 'device_class': 'energy'}}
2024-01-19 15:37:00.093 DEBUG (MainThread) [custom_components.w1000-energy-monitor.sensor] {'state': None, 'unit': 'kWh', 'attributes': {'curve': 'HU000110-11-S00000000000001133408 DP_1-1:2.8.0*0', '
generated': None, 'state_class': 'total_increasing', 'device_class': 'energy'}}

So the data is not updated, even though if I log in to the energy portal, I see valid total import, and export numbers for 17th, and for 18th as well.

Password not expired, using this tool since 2023. April, this is the first error like this for me.

Thanks Sandor

medsandor commented 10 months ago

Hm, today it succeeded.

2024-01-20 07:36:56.249 DEBUG (MainThread) [custom_components.w1000-energy-monitor] reading report import
2024-01-20 07:36:56.598 DEBUG (MainThread) [custom_components.w1000-energy-monitor] resp status http 200
2024-01-20 07:36:56.681 DEBUG (MainThread) [custom_components.w1000-energy-monitor] found report import in workarea Workarea176
2024-01-20 07:36:56.681 DEBUG (MainThread) [custom_components.w1000-energy-monitor] found report export in workarea Workarea176
2024-01-20 07:36:56.887 DEBUG (MainThread) [custom_components.w1000-energy-monitor] import statistic: sensor.w1000_import count: 30
2024-01-20 07:36:56.887 DEBUG (MainThread) [custom_components.w1000-energy-monitor] reading report export
2024-01-20 07:36:57.004 DEBUG (MainThread) [custom_components.w1000-energy-monitor] import statistic: sensor.w1000_export count: 30
2024-01-20 07:36:57.005 DEBUG (MainThread) [custom_components.w1000-energy-monitor] Notifying all listeners
2024-01-20 07:36:57.005 DEBUG (MainThread) [custom_components.w1000-energy-monitor.sensor] {'state': 14743.2, 'unit': 'kWh', 'attributes': {'curve': 'HU000110-11-S00000000000001133408 DP_1-1:1.8.0*0', 'generated': '2024-01-20T00:00:00', 'state_class': 'total_increasing', 'device_class': 'energy'}}
2024-01-20 07:36:57.005 DEBUG (MainThread) [custom_components.w1000-energy-monitor.sensor] {'state': 14538.5, 'unit': 'kWh', 'attributes': {'curve': 'HU000110-11-S00000000000001133408 DP_1-1:2.8.0*0', 'generated': '2024-01-20T00:00:00', 'state_class': 'total_increasing', 'device_class': 'energy'}}