pysml icon indicating copy to clipboard operation
pysml copied to clipboard

How to use it

Open munich-ml opened this issue 10 months ago • 2 comments

I have a landis gyr e220 power-meter that sends binary data over IR which I learned is SML protocol. I thought this project could do the decode but I can't see how to use it. The example doesn't run because some module is missing:

(sml_env) C:\Users\munich-ml\Desktop\github\pysml\examples>python sml-mqtt-bridge.py
Traceback (most recent call last):
  File "sml-mqtt-bridge.py", line 35, in <module>
    from asyncio_mqtt import Client, MqttError, Will
ModuleNotFoundError: No module named 'asyncio_mqtt'

Can somebody give me a kickstart?

munich-ml avatar Oct 22 '23 15:10 munich-ml