RevK

Results 160 comments of RevK

It would help to know if existing testers have 5V connected, and if any have a scope.

Well, connecting to `testmqtt.revk.uk` would allow me to see it, but I think we need to confirm the electrical connection somehow. Glad you have the 5V connected, that really should...

I doubt it, it works some times, so likely signal timing with the 10k pull up not being enough or some such.

My code does the 16ms high, 2ms low, at the end, already. Hmm.

For my own reference https://github.com/Sonic-Amiga/ESP8266-Faikin/tree/main/Tools/Simulators/CN_WIRED

We get 66 symbols, but I have rx set to allow for 128 (I'll reduce that to save memory). So yes, we are checking for longer messages. This is exactly...

set_val (swingv, (payload[5] & 0x20) ? 1 : 0); I'm sure I read "bit 5", but OK, changed. Changed.

More examples... I'll keep the log going to try and find more. ``` 1E1F2000005A10A4 1F202000005A1074 1E202000005A1084 1E202000005A0094 1D780400000010B2 1C780400000010C2 ``` All nibbles, including checksum, add up to F. Simples. The...

I have updated my checksum code, and made these report as unknown message type.

Sends the normal type 0 (and 1 on mode change) as well but also these 2 and 4 regularly.