jpmens / homie-ota

OTA "server" in Python for Homie
127 stars 50 forks source link

Remove devices from device inventory #17

Closed jalmeroth closed 8 years ago

jalmeroth commented 8 years ago

Is there any way to remove devices from the device inventory or to re-build it?

jpmens commented 8 years ago

Not in the "UI", but you can manually remove inventory.json (and sensors.json) from within the firmwares/ directory and then restart homie-ota.

sumnerboy12 commented 8 years ago

Would also need to clear the various retained messages from your broker. On 25/06/2016 21:14, "JP Mens" notifications@github.com wrote:

Not in the "UI", but you can manually remove inventory.json (and sensors.json) from within the firmwares/ directory and then restart homie-ota.

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/jpmens/homie-ota/issues/17#issuecomment-228525696, or mute the thread https://github.com/notifications/unsubscribe/AE046uemma3KJTVS_KmyXhYkPyElkoNpks5qPPF3gaJpZM4I-TfE .

jalmeroth commented 8 years ago

Ok, thank you.