pyHPSU
pyHPSU copied to clipboard
Python Script to read and send commands to a Rotex HPSU
Hi, can anyone help me get started? I bought the ELM that is linked in the readme, "bbfly Forscan Elm327 ELMconfig USB VINT-TT55502 mit MS-CAN für Ford OBD2 Diagnose" but...
Hi, for me the latest python-can 4.0.0 is not working. I am getting: `ERROR - Error opening bus can0 Traceback (most recent call last): File "/usr/lib/python3/dist-packages/HPSU/canpi.py", line 23, in __init__...
After my server running mosquitto reboots for software updates the raspberry running pyHPSU isn't able to send commands (for instance rotex/command/heat_slope) anymore. Reading values keeps working. After restarting the hpsu...
would you please update again the "commands_hpsu.json" with some not yet existing commands? I updated my own local one with e.g. "comp_aktiv" and "pump_aktiv" from [FHEM project](https://github.com/ahermann86/fhemHPSU/blob/main/commands_hpsu.json) and it works...
mqtt input
Now that mqtt _output_ plugin is present and working very well, I missed a lot the possibility to send mqtt _input_ to pyHPSU, also. I implemented a simple MQTT Daemon....
I am looking at `value` type implementation in `CanPI.py`. At line 81-83 the value taken from `commands_hpsu.json` is fitted into a single byte (two hex nibbles) ``` if cmd["type"] ==...
Hi, I am using pyHPSU for quite a long time, everything is working fine. But I found that it does not report when the backup heater is running. Based on...
Hallo. While working on creating a DBC database with the HPSU commands, I've found some maybe quirks in `commands_hpsu.json`. **Easiest to fix** are these on "screed section": - these two...
Hallo. I saw in [issue#18](https://github.com/Spanni26/pyHPSU/issues/18) that a commant `t_room` has been added to pyHPSU ``` "t_room" :{ "name" : "t_room", "command" : "81 00 FA 00 11 00 00", "id"...
Hallo. My suggestion is to improve the logging. Current problems are: - Output log level cannot be controller via options, it is hardcoded - "printd()" method mixes log, output message...