I have created a project using ESP and called the target of the presentation: idigi_dia
as long as the ESP is up, the request works fine, But, if I close the ESP and reboot the gateway I get the “Name not registered” Error
I throught that the reboot should not matter because the project has already been stored in the gateway but it looks like it is stored in volatile memory!!! can anyone help
This is likely a timing issue - assuming your presentations come AFTER the devices in your YML, it can take many minutes for RCI to work after a reboot.
You can move the RCI handler up in the YML (meaning put all the presentations first), but then you might get valid RCI response from idigi_dia, but the data channels do not yet exist.
Hi Thank…it is not a timing issue. I have fixed the problem.
The solution is to Enable the Python Auto-start settings to dia.py
basically, when after the device reboot, it will execute the dia.py which will call the dia.yml which set the RCI handler to the target name that I have specified and that is used by the idigi RCI request