Alain Turbide

Results 228 comments of Alain Turbide

ok, Great. From what I see you can use 0x80 mask for the PIR and smoke detectors as they all set bit 7 (0x80) on and off. For the door...

FYI, i've changed the way the RF devices are entered in the yaml to make it easier. It will use whatever info you have setup from program *56 for loop#...

What branch? If you are using master, I've pushed an updated version.

Like I noted above you need to use the new card from dev or the new version on master. You are still using the old polymer version.

If you look at the dev readme, it explains what you need to do to refresh the javascript load. Due to browser caching, you need to make it look like...

The card works with both new and old versions

You can also use the Terminal & SSH addon then use winscp as the client (or scp if using linux). I find File Editor to be a bit tedious to...

Interesting. Since the 05 is sent constantly, the debounce function only ignores the first one of a sequence to elimintate spurious cmds. If what you indicate is the issue, then...

That's what it's doing. The debounce is ignoring the first and the redundantpaneldata function ignores the rest after the 2nd one is received. This should never be an issue unless...