John Arild Berentsen
John Arild Berentsen
Hello! I have the same issue: ``` Error handling request Traceback (most recent call last): File "/srv/homeassistant/lib/python3.11/site-packages/aiohttp/web_protocol.py", line 433, in _handle_request resp = await request_handler(request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/srv/homeassistant/lib/python3.11/site-packages/aiohttp/web_app.py", line 504,...
Hei, jeg ser ut til å kanskje ha knekt dette mysteriet via min modul. Disse pakkene ser ut til å være litt spesielle: 1: De mangler "Frame flag" 7e på...
Very good contribution. 🥇 This is something I have wanted to make since the very start, but I do not understand the coding around this. I will have a look...
Here is all the data I have received from people. It is mostly not in decimal, but hex, so it will need to be converted. [aidon packages.txt](https://github.com/turbokongen/hass-AMS/files/9992643/aidon.packages.txt) [Aidon_se.txt](https://github.com/turbokongen/hass-AMS/files/9992644/Aidon_se.txt) [Han2-decoded.txt](https://github.com/turbokongen/hass-AMS/files/9992645/Han2-decoded.txt) [Han-decoded.txt](https://github.com/turbokongen/hass-AMS/files/9992652/Han-decoded.txt)...
I have corrected some of the data, as it was wrong. The buildup of package types are not intiutive between Norway and sweden: There are three type of packages: Mini...
I added in automatic run of the test, and flake8 checking on a push to the repository. This should prevent stuff from breaking.
The failing test have been fixed, I will have a look at extending the coverage. Btw I had to add homeassistant into the pytest enviroment to get everything to run...