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
<sci_request version="1.0">
<send_message>
<targets>
<device id="00000000-00000000-00409xxx-FF5xxxxx"/>
</targets>
<rci_request version="1.1">
<do_command target="idigi_dia">
<channel_dump/>
</do_command>
</rci_request>
</send_message>
</sci_request>
<sci_reply version="1.0">
<send_message>
<device id="00000000-00000000-00409DFF-FF566A83">
<rci_reply version="1.1">
<do_command target="idigi_dia">
<error id="2">
<desc>Name not registered</desc>
<hint>idigi_dia</hint>
</error>
</do_command>
</rci_reply>
</device>
</send_message>
</sci_reply>