Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support for AWRT10RT thermostat, wiring center #28

Open
rmsppu opened this issue Nov 28, 2021 · 1 comment
Open

Support for AWRT10RT thermostat, wiring center #28

rmsppu opened this issue Nov 28, 2021 · 1 comment

Comments

@rmsppu
Copy link

rmsppu commented Nov 28, 2021

I've got a Salus UG600 gateway that's paired via zigbee with 3 Salus AWRT10RT thermostats and one AKL04PRF wireless pump relay controller.

The gateway responds to queries from pyit600 but the reported devices aren't recognized.

Attached is the output of main.py --host 192.168.1.69 --euid FFFFFFFFFFFFFFFF --debug (real EUID obfuscated).
debug.txt

I've tried a quick and dirty modification to gateway.py to add the device "sIT600D" as model "AWRT10RF" -- that seems to work to recognize the thermostats, but the call to:

DEBUG:pyit600:Gateway request: POST http://192.168.1.69:80/deviceid/write
{"requestAttr": "write", "id": [{"data": {"UniID": "FFFFFFFFFFFFFFFF", "DeviceType": 100, "Endpoint": 9}, "sIT600D": {"SetHeatingSetpoint_x100": 2100}}]}

fails and produces:

DEBUG:pyit600:Gateway response:
{"status":"fail","id":[{"status":"fail","data":{"UniID":"FFFFFFFFFFFFFFFF\t","Devicetype":100,"Endpoint":9}}]}

@rmsppu
Copy link
Author

rmsppu commented Nov 28, 2021

My end goal is to gain control of the Salus thermostats through Hubitat, meaning re-writing pyit600 in Groovy. I'd be very happy to start with a device handler for the Salus gateway and thermostats that works in Smartthings, if anyone knows of that.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant