Tasmota with MODBus device PowMr solar inverter #22364
Mape24
started this conversation in
Show and tell
Replies: 1 comment 1 reply
-
Nice, I was just working on a script for PowMr as well. Because the bit rate is so low, you would be better served pulling all the registers at once using r 050311960036 and then pulling values out of that single transaction. You could also build with the JSON option and add a >J section to publish via mqtt, and integrate into home assistant that way. That way you can include whatever additional info you want (units) Check out the example for the Huawei 10ktl on the SML documentation page for an example |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi, I have managed to get my PowMr solar inverter connected to Home Assistant by means of Tasmota. If you are interested - I have collected the details here:
https://petschke.familyds.net/dokuwiki/doku.php?id=technik:pow-hvm6.2m_with_tasmota#tasmota_modbus_script
Beta Was this translation helpful? Give feedback.
All reactions