ha-hildebrandglow-dcc icon indicating copy to clipboard operation
ha-hildebrandglow-dcc copied to clipboard

Home Assistant integration for UK SMETS (Smart) meters pulling data from the DCC via the Hildebrand Glow API

Results 61 ha-hildebrandglow-dcc issues
Sort by recently updated
recently updated
newest added

**Describe the bug** all my entities are showing as unavailable however all data is available in the app - I've readded the integration and was able to login without issue...

bug

Bumps [pylint](https://github.com/PyCQA/pylint) from 2.14.5 to 2.15.0. Commits 24eaec2 Bump pylint to 2.15.0, update changelog (#7355) bb0df4a Update tox.ini (#7358) 1582e37 [literal-comparison] Cleanup of identical/duplicated functional tests 19b4fda [literal-comparison] Make the...

dependencies
python

Bumps [autopep8](https://github.com/hhatto/autopep8) from 1.6.0 to 1.7.0. Release notes Sourced from autopep8's releases. v1.7.0 Change Require pycodestyle 2.9.1 and higher version ( Thanks @​heavenshell ⭐ ) Drop support Python2.7 New Feature...

dependencies
python

Hi, I'm seeing this in the logs and a few data points missing corresponding to the entries: low response status code: 500 (https://api.glowmarkt.com/api/v0-1/resource/47c7c371-c420-412f-a0b6-3897b5fdad55/readings?from=2022-01-01T00:00:00&to=2022-07-26T23:59:59&period=P1Y&offset=-60&function=sum) Glow response status code: 500 (https://api.glowmarkt.com/api/v0-1/resource/47c7c371-c420-412f-a0b6-3897b5fdad55/tariff) Glow...

Hi, I've noticed that all of my data is 1 hour out (energy used between 7pm and 8pm BST is showing up as being used between 8pm and 9pm, and...

I received an erroneous reading: ![image](https://user-images.githubusercontent.com/1854557/169701165-e902928a-5932-4353-9dcf-920b2fc2646f.png) Statistics table now contains a big jump between 0800 and 0900: ``` sqlite> select * from statistics where metadata_id = 131 order by created...

bug

I use Pi-hole (see https://pi-hole.net/) on my LAN to filter out excessive internet adverts and also as my DHCP & DNS lookup server. Sometime after installing this integration, I noticed...

bug

**Describe the bug** the data thats being pulled into HA is an hour out for some reason ? im based in UK and its not day light savings time yet...

bug

The last 30 minutes of data is missing from the day due to polling times. May I suggest one final update is triggered just before midnight too to complete the...

enhancement

Home Assistant requires using a library for all API calls, rather than having the calls directly in the integration. Luckily, there is already a library (https://github.com/cybermaggedon/pyglowmarkt) that should work. Switching...

enhancement