Mark-C-uk / Hubitat

Hubitat zone
5 stars 11 forks source link

Add support for Moes TRV #4

Closed alexandruy2k closed 3 years ago

alexandruy2k commented 3 years ago

Changing modes, setpoint temperature and decoding data received from TRV currently working. Other commands to be added in the future

I added the fingerprint for the Moes TRV and added a function that will return true if the model used is Moes TRV or false otherwise. The function is used to change the data sent to the TRV in the on, off and auto functions. Added the packet decoding for Moes command types received from the TRV

I tidied up some of the indentation as well and hanged the logging for the set point temp case as it makes more sense to print the decoded setpoint and the data as well for debug purposes