Henrik Wahlgren

Results 34 comments of Henrik Wahlgren

Thanks for starting support for Mode B. But I would prefer a separate Client object over a mode selection arg. So to have `ModeCClient` and `ModeBClient` I think that would...

I started a discussion about it for better collaboration. #22

Only the R5 command is mentioned in the EMH manual. Maybe need to contact tech support att EMH.

Thanks for the PR. The norwegian info has been lacking as you say, and it is not always clear on how they have implemented it. I would phrase some thing...

Vilket nätbolag är det? Det enda jag vet som man inte behöver bygga ihop själv är Tibber Pulse. Annars får man sätta typ en raspberry och en MBus-adapter för att...

jag såg att någon rekommenderade denna: https://amsleser.no/ Här är en extremt lång tråd om HAN-porten: https://www.byggahus.se/forum/threads/elmaetare-h1-port-p1-port-han-port-manga-namn-verkar-florera.384608/page-53

Available in 25.1.0

Thanks for answering! I have a fix like this if anyone else ends up here: ```python only_pings = all([(e.type == "PING") for e in ws.in_events]) if only_pings: for event in...

Actually my above solution did would create duplicate PONGs that would not have to correct content. Now I solved it like this, with the example from the readme. ```python @websocket_only...

So I am not really sure what the desired functionality would be. Either it is invisible to the user, but for example in my use case I would be interested...