Spanni26 / pyHPSU

Python Script to read and send commands to a Rotex HPSU
26 stars 15 forks source link

Add status of outdoor unit/compressor #60

Closed N3rdix closed 1 year ago

N3rdix commented 1 year ago

Add a command "status_comp" to read the actual state of the outdoor compressor (0=off, 256=on/running)

martinbischofff commented 1 year ago

The status of the compressor - as well as the status of the pump - is already in the testing branch. Unit and type seem to be different though.

    "comp_active" : {
        "name" : "comp_active",
        "command" : "A1 00 61 00 00 00 00",
        "id" : "190",
        "divisor" : "1",
        "writable" : "false",
        "unit" : "",
        "type" : "longint",
        "value_code" : {
            "off" : "0",
            "on" : "256"
        }
    },
    "pump_active" :{
        "name" : "pump_active",
        "command" : "A1 00 FA FD AC 00 00",
        "id" : "190",
        "divisor" : "1",
        "writable" : "false",
        "unit" : "",
        "type" : "longint",
        "value_code" : {
            "off" : "0",
            "on" : "256"
        }
    }

I can confirm that both of them are working properly.

Spanni26 commented 1 year ago

If someone can test the testing branch...... :)

Am 11.11.2022 um 20:22 schrieb martinbischofff:

The status of the compressor - as well as the status of the pump - is already in the testing branch. Unit and type seem to be different though.

|"comp_active" : { "name" : "comp_active", "command" : "A1 00 61 00 00 00 00", "id" : "190", "divisor" : "1", "writable" : "false", "unit" : "", "type" : "longint", "value_code" : { "off" : "0", "on" : "256" } }, "pump_active" :{ "name" : "pump_active", "command" : "A1 00 FA FD AC 00 00", "id" : "190", "divisor" : "1", "writable" : "false", "unit" : "", "type" : "longint", "value_code" : { "off" : "0", "on" : "256" } } |

I can confirm that both of them are working properly.

— Reply to this email directly, view it on GitHub https://github.com/Spanni26/pyHPSU/pull/60#issuecomment-1312094117, or unsubscribe https://github.com/notifications/unsubscribe-auth/AC2I5HFUCEXKAUV33MGVD3TWH2MFRANCNFSM6AAAAAAR4LUTKM. You are receiving this because you are subscribed to this thread.Message ID: @.***>

martinbischofff commented 1 year ago

I can confirm that the compressor status is working properly. Attached is a picture of that status for the last two days. From time to time I checked whether the compressor icon was shown on the display of the heating when the status had the value 256 and it was always the case. The pump status seems to be in sync with the compressor status. I attached a picture of that status as well.

compressor

pump