Matthias Kleine
Matthias Kleine
> Notise: looks like the `adapter.setForeignStateChanged` use the `state.ts` value to compare, as result, [it always be changed](https://github.com/ioBroker/ioBroker.js-controller/blob/5f3c5bf6099dd086b20dcd9daf67e17ac5bcb31f/packages/adapter/src/lib/adapter/adapter.ts#L8000). `.ts` will be just checked if provided: ```js if (state.ts !== undefined...
Ich habe das bewusst fix definiert, damit man das einmalig korrekt auf "beiden Seiten" eingeben muss und man so weniger Fehler machen kann. _Von mir kommt an dieser Stelle keine...
Please share alle contents of the browser console (developer tools).
I'm not able to reproduce the issue. Everything is also working in polish. Have to check again.
Any errors in browser console? Works on my systems as expected
Okay, but in that case - Those scripts should be of type `module` and cannot be started or stopped - All scripts have to be restarted automatically, if the `module`...
In 99% of the cases it is not necessary to use those blocks (e.g. in triggers where you use the given value). And: Your Blockly script is too complex. A...
> It would be nice if you could see the current value of the variable IAQ That's even harder. Since there is no interface to the variables in a specific...
Das ist technisch leider nicht so einfach. Denn dann müsste man auch verhindern, dass diese Funktionen jemals umbenannt oder die Global-Scripts gelöscht werden können, falls diese noch irgendwo in Verwendung...