full devices reset
-
@akbooer about RulesEngine... I think I found something... if I modify a rule, it work except, the data is not saved. That mean, if I "edit" again, it's the old data and if I reload openLuup, of course it's again the old data.
The problem is the "save" function.
-
Yes, the code for saving rules is here…
In some cases, it should write error messages to the browser console…
-
@akbooer just did a little test... and in the browser console, I can see in the network, that, when saving a rule... it call upload_upnp_file.sh
I just did some test again and the file C_RulesEngine_Rules.xml is modified properly...
Is it possible that's related to the issue with openLuup console ?
-
yeah I made a couple of changes and save them, I confirm the file got updated too, I reloaded openLuup, still having my changes...
The only little issue I have it's a cache issue, when I change a rule, save it, re-open it, sometime it's the old version BUT the file timestamp is newer and opening a new browser show me the right version.
so there's something in your last openLuup version Feb 29 that fixed that too