ioBroker.javascript icon indicating copy to clipboard operation
ioBroker.javascript copied to clipboard

Script engine for JavaScript and Blockly

Results 299 ioBroker.javascript issues
Sort by recently updated
recently updated
newest added

Bitte eine "createAlias" Funktion analog "createState" einrichten. createState funktioniert im Ordner "javascript" und auch unter "0_userdata"; aber halt nicht unter "alias". Und dies wäre doch sinnvoll. vgl. thread: https://forum.iobroker.net/topic/50673/eigene-datenstruktur-anlegen-wie-und-wo/29?_=1646036181121 Man...

enhancement
JavaScript

Wäre es nicht sinnvoll BlocklyPlus https://github.com/excal-foley/ioBroker.blockly-plus hier mit zu integrieren? Das Thema wurde schonmal gewollt, damals von dutchman https://github.com/ioBroker/ioBroker.javascript/issues/649

enhancement

**Describe the bug** I had a separate instance for the slave system. Previously worked. Unfortunately, I didn’t notice from which version it stopped, but it definitely doesn’t work on 5.7.0....

question

When there is an error in a function in a promise (see code below) then the adapter cannot identify where the error comes from and restarts the adapter. I hope...

Hello, i've started developing a collection of [iobroker scripts](https://www.npmjs.com/package/@chpio/iobroker), but it seems that it's not possible to access the global functions (like `on`) from a `required` dependency, or am i...

question
wontfix
JavaScript

Hi, is there a way to add own Blockly Blocks with an js file? I don't want to write a whole Adapter just to include a custom Block.

enhancement

**Describe the bug** A clear and concise description of what the bug is. **To Reproduce** Steps to reproduce the behavior: 1. Have a simple script with a variable that contains...

bug
maintainer approved

This seems to be complicated and possibly incompatible with `vm.Script`: https://github.com/nodejs/node/issues/27387

maintainer approved

**Describe the bug** The adapter config has options to decide which instance number should do script mirroring. (Which, BTW seems kind of useless as every instance has its own configuration.)...