Package Exports
- iobroker.javascript
- iobroker.javascript/main.js
This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (iobroker.javascript) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.
Readme

Javascript Script Engine
This adapter uses Sentry libraries to automatically report exceptions and code errors to the developers. For more details and for information how to disable the error reporting see Sentry-Plugin Documentation! Sentry reporting is used starting with js-controller 3.0.
Executes Javascript, Typescript Scripts.
Documentation
Blockly
Forbidden directories for Script Filesystem Mirroring
The Script Filesystem Mirroring will store all Sourсe Files of the Scripts in your Filesystem to allow you to edit the Files in your favourite Script editor beside the Web-Editor. All changes are synced in both directions.
When enabling the Script Filesystem mirroring please make sure to create a dedicated new directory and do not use an existing directory with other content. Please also make sure that no other script or process changes files in the provided directory to prevent access issues. Any location needs to be writable by the "iobroker" user!
Since v5.5.0 of the JavaScript adapter the following locations (relative to the ioBroker Base directory, usually /opt/iobroker) are not allowed to be used:
- The ioBroker base directory itself and any path above!
./iobroker-dataitself, custom subdirectory (choose a name that do not overlap with any adapter!)./iobroker-data/backup-objectsor anything below./iobroker-data/filesor anything below./iobroker-data/backitupor anything below./backupsor anything below./node_modulesor anything below./logor anything below
How to build (only for developers)
Just run npm i in the root and in the src folders.
And then call npm run build.
Todo
- Goto current line in debugger
- heating profile (future releases)
- ...
Changelog
5.7.0 (2022-05-08)
- (Apollon77) Allow sending of messages to scripts also from adapters and CLI by sending "toScript" message (see onMessage Documentation)
- (Apollon77) Lists returned by $-selector are now unified and do not contain double entries
- (Apollon77) Fix subscribe multiple object ID lists in blockly
5.6.1 (2022-05-03)
- (Apollon77) Allow to subscribe multiple object ID lists in blockly
- (Apollon77) Make sure lists returned by $-selector do not contain duplicates
5.6.0 (2022-04-24)
- (Apollon77) Make state properties c(omment) and user available to scripts too
- (Apollon77) make sure values of new or changed alias objects are initialized properly
- (winnyschuster) Enhance scheduler logic and astro events offered by wizard
- (Apollon77) Respect expected value changes when determining if a value is changed
- (Apollon77) Fix remembering intermediate state values when state values are subscribed
- (Apollon77) fix setState logic when states are not subscribed
5.5.4 (2022-04-03)
- (bluefox) Tried to solve problem with the font
5.5.3 (2022-03-25)
- (bluefox) Fixed getObjectAsync function if object does not exist
License
The MIT License (MIT)
Copyright (c) 2014-2022 bluefox dogafox@gmail.com,
Copyright (c) 2014 hobbyquaker