The EdgeZ Home Assistant App runs a wakaama lwm2m server with HA MQTT discovery enabled, so when the device is connected, it will present automatically on UI, and you can change settings for the sensor directly in HA dashboard
The app can be found here. GitHub - edgez-ai/home-assistant-app: home assistant app for edgez devices · GitHub
The firmware for sensor device can be found here. It provider common sensor connectivity through i2c, uart, GPIO, leveraged by Lua drivers. So you don’t need to always flash new firmware to support new devices.
.GitHub - edgez-ai/edge-device-esp32 · GitHub
If you are interested in developing new driver for your own sensor, you can have a look at our sdk . We provide standard rest api to talk to your sensors, and the same lua code can run on your computer and on device.
If you are interested welcome to have a look at it. Basically it’s completely different concept of the future IoT. And it’s leveraging Wifi Halow to extend your HA setup up to 1-2km. Here we are making the solar powered Halow Node as a product.
Disclosure: The codebase is programmed with help of Vibe coding (Github copilot)

