James Guillochon
James Guillochon
Created a PR making this change here: https://github.com/dustindclark/homebridge-rinnai-controlr/pull/8
I am getting the same error on my heater too. Would appreciate a fix if possible!
More info: I see this message spammed constantly: ``` [homebridge-rinnai-controlr] This plugin generated a warning from the characteristic 'Current Temperature': characteristic was supplied illegal value: number 36.666666666666664 exceeded minimum of...
I'm not sure why this resolved this particular issue to me, but setting the heater's "max temp" mode from 120F to 140F (mode 1b instead of 1A on my 199en)...
I wanted to use this for every column in my table, but I can't seem to get it to work properly (typing anything in the box causes all rows to...
As a workaround, should I just wrap `lightsleep(100)` in a for loop? Or is there no benefit at the point since the chip is waking up so frequently? Also I...
Giving this a bump as this is a big issue for a project of mine...battery life is on the order of days without `lightsleep` whereas it would be several weeks...
@robert-hh where are you removing that `clock_stop` call? I'm using USB to charge the device but I'm not communicating over it so I think it'd be OK (for me at...
@robert-hh I'm willing to give that a try...but how do I make a `.uf2` file for my Pico W?
Alright, made the code change to `modmachine.c`, compiled the uf2 successfully in Ubuntu in WSL, installed the firmware to my Pico W. Same problem, never waking up from `lightsleep`. :(...