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

I added a new sayit instance, but the voice output does not work with the new device. If I delete the command for the voice output, save the script, add...

question

New version 5,8.9 gives this error in the logfile: javascript.0 | 2022-07-15 06:56:45.132 | error | WARN config production Use `--omit=dev` instead. -- | -- | -- | -- javascript.0...

fixed

Hallo, mir ist schon länger aufgefallen (seit Admin 5, ist mobil finde ich nur in der Desktopansicht gut zu bedienen), dass ich in Blockly in der Desktopansicht keinen Text in...

question

I get these log entries without any hint about what to check: javascript.0 | 2022-07-13 07:45:39.195 | error | config production Use `--omit=dev` instead. -- | -- | -- |...

Hallo Zusammen, ich habe seit längerem Probleme mit zwei meiner Blocklyscripte, da beide nicht konstant zuverlässig ausgeführt werden. Soll heißen, das mein Script trotz Cronschedule manchmal nicht ausgeführt wird und...

question
wontfix

Beschreiben Sie den Fehler , tab-javascript öffnet nach Host-Update nicht mehr. Ich habe den Host mit dem üblichen Skript aktualisiert: iob stop iob fix iob update iob upgrade self iob...

question
wontfix

Wenn man aktuell in einem skript einen state mit on(..) aboniert, so kann man mit den im callback mit gesendeten Daten (dp) auf die DeviceId oder den deviceName zugreifen. `id...

enhancement

Ist es möglich, dass man dem selektor eine Mehrfachangabe implementiert? Eventuell durch Kommas getrennt? Bspw. anstatt: `$('channel[role=switch](rooms=Living room)[state.id=*.STATE]').setState(false) ` `$('channel[role=switch](rooms=Living room)[state.id=*.switch]').setState(false) ` `$('channel[role=state](rooms=Living room)[state.id=*.STATE]').setState(false) ` `$('channel[role=state](rooms=Living room)[state.id=*.switch]').setState(false) ` `$('channel[role=switch](rooms=garden)[state.id=*.STATE]').setState(false) `...

enhancement

The "formatDate" function is already supported the javascript adapter. It would be great if a "format_duration" function could be added that formats a duration (in milliseconds) to a string. The...

enhancement

**Is your feature request related to a problem? Please describe.** Currently you can enter a configuration for paramater "Mirror scripts to file path" at every instance. This is somehow confusing...

fixed