-
I am trying to read wmbus telegrams from my Kamstrup Multical 602 heat meter. The log file from HA says: s6-rc: info: service s6rc-oneshot-runner: starting Any ideas? |
Beta Was this translation helpful? Give feedback.
Replies: 3 comments 2 replies
-
Hi, I am not an expert at all but as I'm busy with my multical303 these days maybe I can help [16:44:09] INFO: [{"driver":"","id":"","key":"","name":""}] driver, id, key and name- you can read on documentation about all of them. You have to specify the driver on WEB UI, in your case is "kamheat" (or you can try also with multical21). The driver file has to be placed on /config/wmbusmeters/etc/mqtt_discovery/ as the addon is using it. Kamheat.json file can be downloaded from here: |
Beta Was this translation helpful? Give feedback.
-
Based on first log you provided - it is from ha-addon, so it is bit confusing if you are running standalone version. Secondly you should examine your meter if it is capable and sending wmbus data, from docs you should check 6-7 position of meters type and it should be between 30-39. If it is then you should be able to capture something if meter is in range. Do not specify any meter in config to display in logs all transmissions that your dongle can hear. |
Beta Was this translation helpful? Give feedback.
-
Thank you so much 1beamer and BIBOLV. Looking in that docs, it turns out my meter is not wmbus, it has code 84 for "High power RadioRouter + pulse inputs". |
Beta Was this translation helpful? Give feedback.
Based on first log you provided - it is from ha-addon, so it is bit confusing if you are running standalone version. Secondly you should examine your meter if it is capable and sending wmbus data, from docs you should check 6-7 position of meters type and it should be between 30-39. If it is then you should be able to capture something if meter is in range. Do not specify any meter in config to display in logs all transmissions that your dongle can hear.