-
Hi
I run this code and i get MBusFrameDecodeError: ('empty frame', None)
#!/usr/bin/python
import serial
import meterbus
address = 254
serial_port = 'COM3'
try:
with serial.Serial(s…
-
`g.debug` / `meterbus.debug(True)` may be archived using python logging. In a central point, the loglevels may be controlled.
Would it be better to trash 'g.debug' and just use python logging?
-
On ESP32 without external PSRAM it even does not imports. It will ate whole free memory
```
Traceback (most recent call last):
File "main.py", line 2, in
File "/lib/meterbus/__init__.py", l…
-
Hi guys I'm trying to decode this frame
20 44 2D 2C 97 18 58 68 1D 16 **8D** 20 55 82 E2 F5 23 CC EE ED C2 B1 1C 50 35 0B EA CE 7E 01 D0 3A AD
all the libraries I tested until now gives me incohere…
-
It looks like my meter replies to the command only if its sent with a prefix of 210:
`\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x0…
-
Is there an option to use a Tristar MPPT 45. as there is no LAN on it, it has to be over RS232.
Thank you
-
Hallo zusammen,
ich kriege EVCC einfach nicht zum laufen. Habe mittlerweile (meines Wissens nach) alles probiert und es hat nie richtig funktioniert.
Ich hatte die Wallboxen selbst schon konfiguri…
-
Ive got an Eastron energy measuring module.
With the standard mbus-serial-request-data and mbus-serial-request-data-multi-reply I only get the Energy values.
The protocol (https://www.kwhmeter…
-
Hi,
I try to connect to my Engelmann SensoStar 2U but this device is using as standard adress 0.
Does your adapter supports this adress? I do get allways following error:
M-Bus ID 0 err: Error…
-
Getting the following errors:
```
File "/home/.local/lib/python3.7/site-packages/meterbus/telegram_body.py", line 196, in load
self.version_field = bodyHeader[7]
IndexError: list index out of…