I am using Python Client on Raspberry-Pi for processing job cards on the shop floor. I am using RFID Readers to trigger the Job Card Start and Job Card Complete functions.
I need a recommendation for IOT Device Management platform for my Raspberry Pie clients. If any one has a first hand experience, would really like know about it.
Some requirements for IOT Device Management:
FOSS
Delivering application updates
Network Identity and Configuration
OS and Security Updates
Then, there is another Idea of building such a platform within ERPNext, with the help of Doctypes and some client side services running on the Raspberry Pi edge nodes.
Would be great to hear from the community of any experience.
It looks like it would be possible to use this as your IOT platform, and then either connect using their API or another possible option would be to use ERPNext Virtual DocTypes to create a custom interface into the underlying database.
Sounds like an interesting project, I’d love to know how you get on.
I have implemented the ERPNext side of things by creating Doctypes for RFID Readers(as workstations) and RFID Tags(for Trolleys as Warehouses alloted to a Work Order).
I will evaluate thingsboard and update it here.
Thanks
I should have looked at this before starting to develop on the Raspberry-Pi modules. I now have frappe-python client and a custom application running as a service.
It will take some effort to migrate to things board.
I will most likely build something on Frappe + some OS level scripts for managing services and identity.
Thank you.