sfeakes

Results 305 comments of sfeakes

@mcharman77 I just posted version 2.6.8, that should have the fix for you.

There is probably a status from the heat pump protocol that I've missed. When AqualinkD is cycling between these heat pump status, can you set the below in aqmanager `Debug...

@RajUmadas The heat pump does not keep track of any set points. The Panel simply issues a command to the heat pump to heat / cool / off. It acts...

@RajUmadas you should only need 0x70 in the mask. That should print any messages sent to 0x70 and received from 0x70 (ie from 0x70 to 0x00). If you use 0x00...

It uses the last message. ie `0x10|0x02|0x70` is To 0x70. Then IF the next message is `0x10|0x02|0x00` it means it's the reply from 0x70 to 0x00. If the next message...

You can also turn on serial debugging if you want to see / understand all the messages. AqualinkD will add information/text to make things a little easier to read /...

@mal7887 As a quick get around for the state switching between on/enabled if you set the below in aqualinkd.conf than that should fix the issue. ``` read_RS485_HeatPump=NO ``` It's the...

Looking at your logs, it's connected to the panel. There is probably something happened that stopped that message from clearing. If you hit re-fresh does it do away? EDIT. After...

@RajUmadas This is really helpful, thanks. I'm updating the code now and will post update in next release. I notice there is no cool in your information. Is your heat...

@RajUmadas I've just posted 2.6.8 (Dev), take a look and see if that's correct from your findings. You can also download the binary and test it.