enesbcs / rpieasy

Easy MultiSensor device based on Raspberry PI
GNU General Public License v3.0
162 stars 33 forks source link

Generic - MQTT Import plugins #249

Open Epik77 opened 2 years ago

Epik77 commented 2 years ago

Hi, I wanted to know if it was possible to implement this plugins already present in the easyesp versions.

I need to acquire detections of different ESP32 devices from the mqtt server https://github.com/DTTerastar/ESPresence

this device uses payload in json format: {"id":"mifit:f647c1324173","name":"Mi Band 3","idType":55,"rssi@1m":-71,"rssi":-65,"raw":0.67,"distance":0.69,"speed":0,"mac":"f647c1324123"}

thank's for your support ;-)