Updating layout / param list / dropdown list during runtime
Posted: Mon Nov 10, 2025 11:46 pm
Hi,
I’ve been trying to update several things at runtime, after RainMaker has been initialized and started, but I haven’t had any success.
Specifically, I’m trying to:
- update a dropdown list
- add or remove parameters
- change the layout order
I’ve tried multiple approaches, but nothing has reflected on the RainMaker app:
- adding, removing, or updating parameters
- adding or removing devices
- adding or removing nodes (which fails because once a node is initialized, it cannot be deinitialized)
- starting or stopping RainMaker
Is it possible to update anything besides the parameter values without fully resetting the ESP32? Can someone guide me to a docu/example?
Thank you
I’ve been trying to update several things at runtime, after RainMaker has been initialized and started, but I haven’t had any success.
Specifically, I’m trying to:
- update a dropdown list
- add or remove parameters
- change the layout order
I’ve tried multiple approaches, but nothing has reflected on the RainMaker app:
- adding, removing, or updating parameters
- adding or removing devices
- adding or removing nodes (which fails because once a node is initialized, it cannot be deinitialized)
- starting or stopping RainMaker
Is it possible to update anything besides the parameter values without fully resetting the ESP32? Can someone guide me to a docu/example?
Thank you