jomjol / AI-on-the-edge-device

Easy to use device for connecting "old" measuring units (water, power, gas, ...) to the digital world
https://jomjol.github.io/AI-on-the-edge-device-docs/
5.93k stars 647 forks source link

Creating a web application for managing devices and connecting via p2p #2277

Open CreatorDK opened 1 year ago

CreatorDK commented 1 year ago

The Feature

Hello! Since we live in the era of the Internet of things, there is a question about the development of this project. What do you think about creating a single web application on the Internet for all devices where each user can create an account and manage their device directly from the Internet. After all, not every user at home has a server with HomeAssistant. To do this, you can use P2P technology or a lightweight VPN client. With this method, you can transfer part of the image processing and OCR work to the server and add new features that the microcontroller cannot handle.

jomjol commented 1 year ago

This is a good idea. It goes rather to a software as a service and into a professional implementation. This is not part of this development.

nliaudat commented 1 year ago

check https://github.com/dnalexen/ai_water_meter_reading for a webapp

haverland commented 1 year ago

check https://github.com/dnalexen/ai_water_meter_reading for a webapp

It runs in your browser as javascript. It is not real a server and do not store anything.