Bart Van Loon
Bart Van Loon
(I know that A XOR B = (A NAND (A NAND B)) NAND (B NAND (A NAND B)) and that NOT and AND are available, but is that the best...
This is what I figured out how to get weight data from the advertised manufacturer data: if byte at position 8 is 0x20, then concatenate the bytes at positions 9,...
sure: `ACA0CE9C695F91A1202DB0520DB4` corresponds to 69.9 kg -> byte at position 8 is 0x20, so you calculate (0x2DB052 ^ 0x2CA0A0) / 1000 = 69.874, which gives 69.9 when rounded.
> I suppose we'd have to add an XOR post_proc for this ;) quite an unusual weight calculation. I reckon this is what they refer to as *encryption* on the...
> > I reckon this is what they refer to as encryption on the packaging... > > As long as this 'encryption' is generally applicable to all the e.volve scales...
Okay. I played a little more with the scale. Here are some findings: 1. - there is a hardware button at the bottom with which I can change the units...
> 1. We should find out which flag of the broadcast data indicates the different units, to be able to include a unit property in the decoder. I believe I...
> Or install the web upload of the development nightly build of OpenMQTTGateway from https://docs.openmqttgateway.com/dev/upload/web-install.html This is what I did. After, I updated to the latest nightly build. This is...
Hello again! Sorry for the long radio silence. Life got in the way, as it tends to do. :-) Today, I took some time for some more structured measurements, but...
yes, that's happening here as well