Herr Frei
Herr Frei
I have the same issue here, also with v0.50. Yesterday I restarted HA core and the errors started to come. Two maybe interesting error messages with traceback are also in...
Franzis, I'll do my best to split them up. The eMTS is not documented, but needed for magnetic field mapping. So I needed to read the eMTS data and store...
Yes, I tested it. What du you mean with verification? Should I add a check for the instance like below? ```python def _get_config(self): '''return the cached configuration object, read it...
I didn't see any validation in the code before. So I just added the __init__() argument... Since the configuration file is parsed in `dbus-opendtu.py` beforehand, I think there should be...
When SetupHelper updates a package, a release archive is downdloaded and the old directory gets renamed (and removed when extraction was successful). So, during last update I lost my config...
Did you read my comment above? SetupHelper removes the whole old version directory including your config.ini. Your PR is similar to one I did before I knew this behavior. I'll...
I have a question that is not specially for the PZEM driver but for scripts in general: I want to compute a load mean value from the measurements when they...
Thanks for the hint. The `>T` section is filled on teleperiod. Not when new data arrive. I get updates every second, but want to sent the MQTT message every 60...
Many thanks for the hint!