Im planning a IoT Solution for our Company devices.
We have lots of different devicetypes such as Pumps, Analytic modules, Motorcontrols and so on.
At the Moment all devices are connected via a Bus system to the Master.
I have developed a module (With ESP and B4R) which can be built into each device and which can handle the bus protocol. So the devices can now be controlled individually via Wifi or Internet.
Now I want to develop an IoT Server platform for it. However, I am not yet sure which basis I should use for it. Maybe MQTT, Websockets or other?
Maybe you can give me some tips for the following requirements:
I hope I haven't forgotten anything about requirements, you are welcome to ask further questions to discuss a solution together.
Thank you
We have lots of different devicetypes such as Pumps, Analytic modules, Motorcontrols and so on.
At the Moment all devices are connected via a Bus system to the Master.
I have developed a module (With ESP and B4R) which can be built into each device and which can handle the bus protocol. So the devices can now be controlled individually via Wifi or Internet.
Now I want to develop an IoT Server platform for it. However, I am not yet sure which basis I should use for it. Maybe MQTT, Websockets or other?
Maybe you can give me some tips for the following requirements:
- Users have to register to the Platform
- Each user can have multiple devices.
- Each user can have multiple devices of the same type (e.g. Pump for Chlorine, Pump for hydrogen peroxide and so on)
- Devices can communicate with each other (user account related). (e.g. value of sensor 1 < X --> pump 3 switch on)
- The devices are delivered unconfigured. They only know which device type they are and which functions they have themselves. There should therefore be a way to add the devices to the user account.
I hope I haven't forgotten anything about requirements, you are welcome to ask further questions to discuss a solution together.
Thank you
Last edited: