Rimco
Rimco
@Louisvdw I would like to re-open this item, looking at the results of Andy from the Off-Grid Garage: https://www.youtube.com/watch?v=EDM_acJyFxw As Andy mentions, Victron takes the upper limit voltage of the...
@tswen The patch you refer to seems to no longer exist. Compilation is also failing for me due to the missing declaration. Is there any update on this issue?
@geduxas I see I got confused with the naming convention due to the fact that the first 2 columns reads like "TOP" "119". At least the content is correct. This...
@geduxas Not sure why you are subtracting 1 from 0x12? 0x12 is binary 010 010, so both 3 bit elements would have decimal value 2. Could be that you're actually...
@geduxas I based my logic on existing code for byte 118: https://github.com/IgorYbema/HeishaMon/blob/a4944637f7e4e0b8385cc1eac4f542aea11f29da/HeishaMon/decode.cpp#L170-L172 In a way that indeed starts at 1, so it still matches your logic, but differently. One important...
@geduxas For testing make it warm using any hairdryer and check if at least you get some different values ;)
@geduxas Have a look if the proposed code changes work out for you, at least it should be 90% of the work.
@geduxas For the 9J I'm monitoring I now nicely have readings of 22 -> 21.5 (HP starts) -> 22.5 (HP stops). I do that now in my home automation, by...
@stumbaumr I also have no clue if this PR actually compiles or might fail on something simple ;) The good thing is that the offline version I use based on...
@IgorYbema I see there is lots of discussion without a proper conclusion. I agree with the person that opened the PR: Byte 119 provides useful info on room temperature, it's...