Configuring openremote for a custom project

I’m developing an ESP32 based device that would upload field data to the cloud and owners of these devices would remotely monitor the data (raw & time series). The devices are fixed in location, upload their data with with unique prefix using MQTT. The cloud platform should allow device owners to create & manage their accounts (reset password, etc) and view only their data.

Based on my research openremote is ideally suited for such a project. I have watched several Youtube videos, reviewed openremote documents and yet, confused as to how to go about creating the platform. I would appreciate any help - reference videos, websites, etc. Thanks.

  • Kedar

I want to add some context here. I have something cobbled up with Mosquitto, influxdb, Grafana & web login screen on linux machine. This is for a small non-profit and they don’t have people with the skills needed to keep such a system running with regular updates & tweaks. I’m looking for an all in one running on windows.