Florian Hotze

Results 148 comments of Florian Hotze

Thanks for the explanation. > Saying this, I don't use it any more, so I have no problem with it being removed. @sfriedle Feel free to remove the providers.

We only can return a Quantity or provide the unit, if openHAB core provides it, but it currently does not, see https://www.openhab.org/javadoc/latest/org/openhab/core/persistence/extensions/persistenceextensions.

I like your proposal of making the time triggers more natural language-like! Iā€™m fine with adding those, but Iā€™d like to keep the existing ones besides them to avoid breaking...

> I would remove them from docs though. :+1: Keep them in JSDoc, but remove from README. Looks good to me! > One more thing: should cron trigger be .when().time().matchesCron()...

Since the documentation has been written, there were changes and it seems I forgot to update the UI event object docs (I never use the UI event object, all my...

This issue depends on the implementation of https://github.com/openhab/openhab-core/issues/3896.

I have updated JS-Joda to the latest version with version 4.9.0 of openhab-js. Can you please upgrade openhab-js to the latest version (4.9.0)? Please be aware of a breaking change...

Can you please check if you have disabled injection caching? Otherwise the add-on will not use the manually installed openhab-js, but the bundled one. We are using timezones package version...

Please put `console.log(utils.OPENHAB_JS_VERSION)` into a JS script and run it.