Fredrik Öhrström
Fredrik Öhrström
Ah, no worries about that. The read from the serial port is non-blocking, so if there has not arrived any data after waiting 100ms it will report an empty string....
clear thouroughly LOOP: send FF0A02008077 wait 100ms read buffer if empty then wait another 200ms, then LOOP but give up after 3 tries. decode data.
I have a memory of a problem trying to detect the amber stick after trying to detect the im871a first. I hade to start with amb8465 detection because the im871a...
No worries. But the best would be if I can reproduce the problem myself. Are you doing the test on a raspberry pi? What os etc..?
Any news on this? I have been working on the amb8465 driver recently, do you still experience this problem?
Ping @to-masz @andriej
@to-masz When the HA addon user has installed the addon (and it built the source automatically) will it stick to that built version until the user asks for an upgrade?
The pollinterval is set on each meter, so you add pollinterval=xyz in the meter file. However, the pollinterval is ignored when you receive async radio telegrams from your meter, using...
I did think about having pollinterval in the wmbusmeters.conf would set a default poll interval for all meters, however I decided against it. Overpolling will degrade the battery in your...
So, I have been thinking about a feature that would change the shell command from being executed every time a telegram is received (or polled) to instead sending an update...