Jacob Laursen
Jacob Laursen
Having the Philips Hue app recognize the emulation as a Hue bridge would be really cool. It also has useful use cases like being able to control lights connected to...
See - https://dev.mysql.com/doc/relnotes/connector-j/8.0/en/ - https://mvnrepository.com/artifact/mysql/mysql-connector-java/8.0.30 Tested by installing compiled bundle as well as mysql-connector into addons directory: ``` openhabian@openhabian:/usr/share/openhab/addons $ ll *mysql* *jdbc* -rw-r--r-- 1 openhabian openhab 2.4M Jul 1...
In order to: - Reduce risk of hitting rate limits (or being banned) by Bosch. - Avoid unneeded wake-ups from robot sleep (and display turning on in the middle of...
This issue is created as a placeholder for gathering information about the new PowerView Gen 3 and discussing how to support it. I have requested API documentation from Hunter Douglas....
I'm creating this issue in order to discuss how [DateTimeType](https://www.openhab.org/javadoc/latest/org/openhab/core/library/types/datetimetype) should work. It seems like currently it internally stores a [ZonedDateTime](https://docs.oracle.com/javase/8/docs/api/java/time/ZonedDateTime.html) stripped of [ZoneId](https://docs.oracle.com/javase/8/docs/api/java/time/ZoneId.html), but preserving a [ZoneOffset](https://docs.oracle.com/javase/8/docs/api/java/time/ZoneOffset.html): https://github.com/openhab/openhab-core/blob/cabb3f73150d13f44d647f46af8362e396684b92/bundles/org.openhab.core/src/main/java/org/openhab/core/library/types/DateTimeType.java#L75-L77 This...
- [X] Fix: Number should not be appended when using real item names. - [ ] Check allowed characters in item names and make sure two items cannot collide. -...
Tests are failing locally as well on build servers: ``` [main] INFO org.openhab.core.io.transport.mqtt.MqttBrokerConnection - Starting MQTT broker connection to '10.10.0.10' with clientid BrokerHandlerTest Error: Tests run: 3, Failures: 1, Errors:...
I'm creating this issue to start brainstorming ideas which may or may not grow into something. For starters, I will share some unstructured thoughts, which could grow into something structured...
Extends #3920 to support broadcast-based scanning as well. The broadcast implementation is based on the discovery implementation in the Danfoss Air Unit binding: https://github.com/openhab/openhab-addons/blob/dd47b64fbb8865cd3b83ba782a79a7dc7286048f/bundles/org.openhab.binding.danfossairunit/src/main/java/org/openhab/binding/danfossairunit/internal/discovery/DanfossAirUnitDiscoveryService.java#L88-L151
This is to be considered a discussion issue and a follow-up to https://github.com/openhab/openhab-core/pull/3330#issuecomment-1436545934. I thought it would be more clean to have a distinct issue for tracking this. Recently there...