srijansaxena11 / miscale

Transmit data from MI Scale 2 via MQTT
8 stars 1 forks source link

Multi users #1

Open bachoo786 opened 5 years ago

bachoo786 commented 5 years ago

Hi

Is it possible that the script can support multiple users? i.e. more than one person? If person A measures their data e.g. weight, bmi, body fat and that is recorded via MQTT.

After person A has measured their data 5 mins later person B can do the same and their data is recorded via MQTT as well?

srijansaxena11 commented 4 years ago

should be possible I guess but modification should be done in the system where you are using this. for example I am using this in openhab so i can maybe create a drop down or something like that to select the name of the person from it and then press sync weight switch which calls this script. the script will work usually but data isolation will be done at the system where it is running. just a theory, not using any profile at the moment.