Our custom I/O board design which seems to be up and running nicely naturally required custom firmware.
It was based with relatively minor modifications on the default version.
All was nice and well until it became obvious that EdgeSleep got disabled and can not be enabled through the web interface with the "FIRMWARE VERSION NOT COMPATIBLE" message. And no obvious way was found to enable it directly in the firmware...
Are there any solutions to the problem?
Just to be sure: You based your firmware off monitor-edge not tracker-edge, correct? For tracker-edge, sleep is only available in v10 and later. For monitor-edge, sleep is available in v1 and later.
Also, if you created a new product, did you also switch the schema from Tracker One (the default) to Monitor One using the configuration schema tool?
Thank you!
That was the configuration schema update!
The firmware is based on the monitor-edge with:
#define MONITOR_ONE_SUPPORT_PROTO (1)
#define MONITOR_ONE_SUPPORT_IOEXP (0)
and some additions to the main.cpp which appear to work fine.
Now when I try to save changes to the "GATEWAY SETTINGS" (enable sleep), I get the following error message:
"The adapter rejected the commit because it was invalid"
OK, that was with the v2, tried v1 and it seems to be working with some complaints... At least the sleep is definitely working now.
The complaints are probably because you acquired some default config settings when it was in tracker mode for features that don't exist on the Monitor One. They're not harmful to operation.
Sometimes the problem will go away on its own, but if you have development devices in a product, or devices that are offline, sometimes the settings will get stuck in the configuration and are kind of a hard to remove.
Thank you!
Things seem to be working as expected now, so I am not too worried about the warning which pop up once in a while. This is still a prototype, so for as long as we can proceed with the firmware development, everything is cool.
I really appreciate your help!
This topic was automatically closed 182 days after the last reply. New replies are no longer allowed.