Peter LoVerso
Peter LoVerso
Just added a PR with a fix
https://github.com/samtools/htsjdk/pull/1415/commits
Same model SVZ-KP24NA. I'm interestingly having the exact same issue- I can set modes and temperatures, but I can't seem to get info back from the heat pump and current...
I booted the ESP32 while also logging the boot sequence over UART, and found this: ``` [C][MitsubishiHeatPump:421]: Setting up UART... [C][MitsubishiHeatPump:433]: Intializing new HeatPump object. [C][MitsubishiHeatPump:460]: hw_serial(0x3ffc1a10) is &Serial(0x3ffc1a48)? NO...
Edited to call a `hp->sync()` regardless of whether `hp->connect()` worked. It crashed, but I managed to get a backtrace out, not that I can read it: ``` [C][MitsubishiHeatPump:462]: Calling hp->connect(0x3ffc1a10)...
I checked the return value of `hp->update()` at the end of `control()`, and found it's returning false but my settings are still managing to get through somehow. My suspicion is...
Update for anyone else with a similar problem to me: Turns out I was a dummy and didn't have the pull-up resistors properly connected. Once I plugged those in, everything...
Oh, I almost forgot to add- once I got everything working, I tested removing the `update_interval` parameter and sure enough it did not update if that was not set, as...
I will leave this on the table as a potential future feature, but implementing something like this well is actually a fair bit of work- as you mentioned with Llama,...
Thanks for the report! Could you post a logcat of the crash if you have one?