-
Notifications
You must be signed in to change notification settings - Fork 3.1k
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
Bitron-Video Wall Thermostat support (base functions) #134
Conversation
The thermostat suits underfloor and traditional heating systems which can be activated thanks of a relay contact.
Seems as if we're implementing the same functionality (see #132) for different devices. Maybe it would make sense to join forces? |
@sebastianheierhoff |
We will definitely need the devices.js entry for both Bitron and ecozy, but I feel that the converters should be more or less identical. |
My fork has a working occupiedHeatingSetpoint (https://github.com/sebastianheierhoff/zigbee-shepherd-converters/tree/dev) |
Let's have a look at the converters.
|
is there a reason why you're doing this?
this would be my solution
|
Looks pretty similiar to me, except for "runningState" and "batteryAlarmState". |
Yeah, I tried to get everything into one handler. I don't know exactly if the Bitron thermostats send values like:
|
here is my
|
zclData array + cmdType fixed
will make a new pull request tomorrow. made some adjustments that matches the ecozy PR from @sebastianheierhoff |
Base functions added
fromZigbee.js
toZigbee.js