Open bubez81 opened 2 years ago
The data from the scales is unencrypted. You just need to weigh yourself
ah I'll try... I used an esp system that recognized users by weight: like this: `sensor:
platform: xiaomi_miscale mac_address: 'D0:3E:7D:10:25:79' weight: name: "Xiaomi Mi Scale Weight" id: weight_miscale on_value: then:
impedance: name: "Xiaomi Mi Scale Impedance" id: impedance_xiaomi on_value: then:
platform: template name: Peso Michele id: weight_michele unit_of_measurement: 'kg' icon: mdi:weight-kilogram accuracy_decimals: 2
platform: template name: Impedenza Michele id: impedance_michele unit_of_measurement: 'ohm' icon: mdi:omega accuracy_decimals: 0
platform: template name: Peso Jacopo id: weight_jacopo unit_of_measurement: 'kg' icon: mdi:weight-kilogram accuracy_decimals: 2
platform: template name: Impedenza Jacopo id: impedance_jacopo unit_of_measurement: 'ohm' icon: mdi:omega accuracy_decimals: 0
platform: template name: Peso Laura id: weight_laura unit_of_measurement: 'kg' icon: mdi:weight-kilogram accuracy_decimals: 2
platform: template name: Impedenza Laura id: impedance_laura unit_of_measurement: 'ohm' icon: mdi:omega accuracy_decimals: 0
platform: template name: Peso Alice id: weight_alice unit_of_measurement: 'kg' icon: mdi:weight-kilogram accuracy_decimals: 2
platform: template name: Impedenza Alice id: impedance_alice unit_of_measurement: 'ohm' icon: mdi:omega accuracy_decimals: 0 `
do you think I can do the same thing with your app?
Just check MQTT topics from gateway
ok I'll try!! ah one last question, what about the Zigbee part? This is only for bel right?
Yes. This project works only with BT chip
ok perfect thank you!!
Hello! very wonderful work! one question, I read that it should support the Mi Scale 2, but how did you manage to add the scale to the gateway?