Scott Rushworth

Results 19 issues of Scott Rushworth

For scripted automation, the scripts are loaded from $OPENHAB_CONF/automation/jsr223/... https://github.com/openhab/openhab-core/blob/master/bundles/org.openhab.core.automation.module.script.rulesupport/src/main/java/org/openhab/core/automation/module/script/rulesupport/internal/loader/ScriptFileWatcher.java#L62 Currently, users are required to manually create these directories. To make scripted automation more accessible, this directory should be included...

A more accurate title might be "ItemStateUpdateTrigger only fires for a group when the update is sent directly to the group". I see the same behavior in JS, Jython, and...

I came across this while setting up [groups to calculate daily forecasts for OWM using a free API key](https://community.openhab.org/t/openweathermap-daily-forecast-using-the-free-api/62579), so @cweitkamp may be enticed to look into this one. The...

This has been around since [October 2015](https://github.com/eclipse/smarthome/commit/21e5f5a4c4e94a217990d4785b8a21e0caab6a82#diff-16fe3340c53d471aa1551ef4b66f49d9), but has not yet been documented.

These scripts are not well known and the documentation is very thin... [Backup and Restore (Linux)](https://github.com/openhab/openhab-distro/pull/946#issuecomment-514375449) [Backup (Windows)](https://www.openhab.org/docs/installation/windows.html#backup) [Backup (iOS)](https://www.openhab.org/docs/installation/macos.html#updating-openhab) [Upgrade (Linux)](https://www.openhab.org/docs/installation/linux.html#upgrade) [Upgrade (Windows)](https://www.openhab.org/docs/installation/windows.html#updating-the-openhab-runtime) [Update (iOS)](https://www.openhab.org/docs/installation/macos.html#backup-and-restore) Since they are all...

The documentation will need to be updated for OH 3.0 users.

enhancement

There are times when it is useful to store data that will persist between OH restarts. Item metadata covers most use cases, but not all of them. This functionality is...

enhancement
jython

These have been [implemented in openhab-core](https://github.com/openhab/openhab-core/pull/1509), so they are no longer needed in the Jython helper libraries after OH 3.0 is released. I will submit a PR when the release...

enhancement
jython

Removed in https://github.com/openhab/openhab-core/pull/1433. Signed-off-by: Scott Rushworth

javascript

The documentation currently only instructs to copy files. We should add an option to clone the repo, use symlinks in the OH directories, and do a git pull to update...

enhancement