Helmut Lehmeyer
Helmut Lehmeyer
I'm a friend of tabs, but this is an idle discussion. I don't care about the formatting, as long as you use empty or tabs uniformly (best with auto-format in...
Working EXAMPLE, based on [ openhab2-javascript/jslib/triggersAndConditions.js](https://github.com/lewie/openhab2-javascript/blob/master/jslib/triggersAndConditions.js#L83): ``` 'use strict'; load('/etc/openhab2/automation/jsr223/jslib/JSRule.js'); var me = "itemTest.js"; logInfo("################# "+me+" ##################"); JSRule({ name: me+" L"+__LINE__, description: "SwiGroup Sender"+__LINE__, triggers: [ TimerTrigger("0/5 * * *...
I went a little deeper. My first script only responded to ItemCommandTrigger (named: CommandEventTrigger). Only three triggers are working yet: ItemCommandTrigger ItemStateUpdateTrigger GenericCronTrigger Not working tested Triggers are: ItemStateChangeTrigger ItemStateCondition...
I just installed the openHAB app. I could not reproduce the behavior. Have you ever tried to clear the application cache of the openHAB application in the Android system settings?
JDBC Binding is the replacement of the old MySql only JDBC Binding! https://github.com/openhab/openhab1-addons/tree/master/bundles/persistence/org.openhab.persistence.mysql mysql-connector-java-5.1.26-bin.jar: https://github.com/openhab/openhab1-addons/tree/master/bundles/persistence/org.openhab.persistence.mysql/lib Why not using JDBC Binding with Mysql. It is It is fully compatible, more modern...
Exactly same Problem here! Apache on Debian Jessie 8: Get warnings for avconv/ffmpeg and not mediainfo. Bash `$ ffmpeg -version` ``` ffmpeg version 2.6.8 Copyright (c) 2000-2016 the FFmpeg developers...
Do not know why, but after a second new apache restart, ffmpeg is green and found as mediainfo is. Now, I think this effect was a cache of fast-cgi-php, which...