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
Describe the bug
Lack of gas data for hours at a time while elec is fine and the Glow app shows gas data. Errors found in logs. This integration seems to work fine for days at a time, then keel over.
To Reproduce
Normal use.
Expected behaviour
No erros, gradual increase in gas use over day.
Debug log
Normal HA log, debug to follow.
Logger: homeassistant.helpers.entity
Source: helpers/entity.py:960
First occurred: 01:33:36 (42 occurrences)
Last logged: 11:33:36
Update for sensor.dcc_sourced_smart_electricity_meter_usage_today fails
Update for sensor.dcc_sourced_smart_gas_meter_usage_today fails
Traceback (most recent call last):
File "/usr/src/homeassistant/homeassistant/helpers/entity.py", line 960, in async_update_ha_state
await self.async_device_update()
File "/usr/src/homeassistant/homeassistant/helpers/entity.py", line 1318, in async_device_update
await self.async_update()
File "/config/custom_components/hildebrandglow_dcc/sensor.py", line 294, in async_update
(value, t_from) = await daily_data(self.hass, self.resource)
^^^^^^^^^^^^^^^
TypeError: cannot unpack non-iterable NoneType object
The text was updated successfully, but these errors were encountered:
Describe the bug
![Screenshot_20250101_114237_Home Assistant](https://private-user-images.githubusercontent.com/29090176/399559596-69c52ad4-4885-49a0-981d-14d1148c64ea.jpg?jwt=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTUiLCJleHAiOjE3Mzk2MTEyNTMsIm5iZiI6MTczOTYxMDk1MywicGF0aCI6Ii8yOTA5MDE3Ni8zOTk1NTk1OTYtNjljNTJhZDQtNDg4NS00OWEwLTk4MWQtMTRkMTE0OGM2NGVhLmpwZz9YLUFtei1BbGdvcml0aG09QVdTNC1ITUFDLVNIQTI1NiZYLUFtei1DcmVkZW50aWFsPUFLSUFWQ09EWUxTQTUzUFFLNFpBJTJGMjAyNTAyMTUlMkZ1cy1lYXN0LTElMkZzMyUyRmF3czRfcmVxdWVzdCZYLUFtei1EYXRlPTIwMjUwMjE1VDA5MTU1M1omWC1BbXotRXhwaXJlcz0zMDAmWC1BbXotU2lnbmF0dXJlPTRlY2U3NjY5ZWY3MzgxM2ExZGVmN2I3OGU2NzFhOGRmZTM3ZTBkNDg5NzVkNmIwZDljYjI1MmRmOTgwY2NhNWQmWC1BbXotU2lnbmVkSGVhZGVycz1ob3N0In0.5CLnIWa5vyZ0SdAo792lFO6uJ8uclpj8-J-kiARdZF0)
Lack of gas data for hours at a time while elec is fine and the Glow app shows gas data. Errors found in logs. This integration seems to work fine for days at a time, then keel over.
To Reproduce
Normal use.
Expected behaviour
No erros, gradual increase in gas use over day.
Debug log
Normal HA log, debug to follow.
Logger: homeassistant.helpers.entity
Source: helpers/entity.py:960
First occurred: 01:33:36 (42 occurrences)
Last logged: 11:33:36
Update for sensor.dcc_sourced_smart_electricity_meter_usage_today fails
Update for sensor.dcc_sourced_smart_gas_meter_usage_today fails
Traceback (most recent call last):
File "/usr/src/homeassistant/homeassistant/helpers/entity.py", line 960, in async_update_ha_state
await self.async_device_update()
File "/usr/src/homeassistant/homeassistant/helpers/entity.py", line 1318, in async_device_update
await self.async_update()
File "/config/custom_components/hildebrandglow_dcc/sensor.py", line 294, in async_update
(value, t_from) = await daily_data(self.hass, self.resource)
^^^^^^^^^^^^^^^
TypeError: cannot unpack non-iterable NoneType object
The text was updated successfully, but these errors were encountered: