Fredrik Öhrström
Fredrik Öhrström
Ok, this is a bit unclear. Can you run this command: wmbusmeters --logtelegrams auto:t1 2>&1 | tee my.log Then start using some water so that the meter value increases. After...
And post the start and ending meter readings here as well. :-)
We sure can try! But we need some telegrams to start with and potentially an encryption key if the meter sends encrypted telegrams. You can for example collect telegrams with...
It seems like the heat meter will only transmit Wireless MBus if the proper interface module is installed in the meter. Can you verify this?
Cool, the telegrams look ok but you have to have a decryption key, since the telegrams are encrypted.
Ah, your log only contains the water meter. Which is already supported by wmbusmeters you just have to use the key 00000000000000000000000000000000 Try running longer, like a week or so,...
Any decrypted telegrams from your AT-WMBUS-MR-01 ?
When someone creates a pull request or a fork. Will the build run with their credentials or mine?
I think the intent from github is to run pull_requests without access to the secrets. So this should be safe, unless there are bugs in github.... :-) https://blog.teddykatz.com/2021/03/17/github-actions-write-access.html
Hmmm, I think that the installation script does add wmbusmeters to the groups plugdev and dialout. (And uucp for bsd style systems which is the same as dialout.) Check scripts/add_wmbusmeters_user.sh...