sgraystar

Results 23 comments of sgraystar

Also had to go back a release. Default Dashboard status was OK, Turn Off was OK, but could not turn on heating.

The debug logs do not show much difference between v13 and v12.15. When clicking Heat to go direct from Off to Heat they both send two commands, On then Heat....

I was not testing v12.15 properly. I had downgraded rinnaitouch but had not downgraded pyrinnaitouch.

Never having done any dev for ha I am stumbling my way through but became suspicious when the logs were identical, so after downgrading rinnaittouch with hacs I ssh'd into...

A few changes that are working for me so far with limited testing. The idle message did not include the sequence number, which resulted in the number from the airbase...

Keeping the sequence number handling I tried a different way. Instead of a timer between message I fudged a wait state until the used sequence number was returned (or timeout)....

Looking for ways to break the Touch interface: All sequence numbers = 0, seemed to work. Sequence numbers counting backwards, seemed to work. Preceding every command with valid sequence number...

Maybe a leftover from coding/debugging in pollconnection.py line 91? `self._socketthread.join(11)`

Unfortunately the Integration 'Reload' did not work for me. The connection state landed at REFUSED. I am working remotely so cannot power cycle the Touch, but rebooting the router reset...