MindrustUK

Results 106 comments of MindrustUK

Have added some handling that will record the error and will not return a value should it encounter 127 or 255. @heisenberg2980 @w00tadude Could you please test and feedback?

Hi @heisenberg2980 you can check https://github.com/MindrustUK/Heatmiser-for-home-assistant/blob/dev/README.md for installation instructions, specifically: `mkdir -p /config/custom_components cd /tmp/ git clone -b dev https://github.com/MindrustUK/Heatmiser-for-home-assistant /tmp/heatmiserneo mv /tmp/heatmiserneo/custom_components/heatmiserneo /config/custom_components/ rm -rf /tmp/heatmiserneo/`

Thanks @heisenberg2980 that's mildly annoying, I wanted to use those specific values to trigger error events, Oh well... I'll modify the code to treat anything above 45 deg C as...

Hi @heisenberg2980 @w00tadude I've updated the code with some more robust logic, it will now; - check for < 0 Deg C or > 70 Deg C - check for...

@heisenberg2980 It's a sensible observation. I've updated the values, we'll now handle -50 Deg C / -58 Deg F as the lower limit. I'll call this one done unless you've...

Acknowledging this, investigation required when I get some time.

I've reviewed this and it's "operation_list" as suggested. I've had a quick bash at this and it's not showing up in states for some odd reason. Should be a quick...