openhab-core
openhab-core copied to clipboard
Core framework of openHAB
In the openhabian repository is a discussion about a possible Startup loop https://github.com/openhab/openhabian/issues/1870 I am not affected but I just want to bring up this topic .
When sending a command to a group with Member Base Type = None, it only works if the group contains only members of type Switch. If it contains a single...
Resolve #4195 This should be merged before #4272 (Rules DSL support)
Depends on #4271
While writing the code for #4237 I needed a counterpart device to test the SDDP discovery functionality. Since I did not have a real such physical device I wrote a...
If you add a thing With the content ` Thing http:url:deye "Deye Inverter" [ baseURL="http://192.168.x.x/status.html", headers="", authMode = "BASIC", ignoreSSLErrors = true, delay=0, stateMethod= "GET", refresh= 60, commandMethod= "GET", timeout=...
Extending the idea of button widgets inside a buttongrid, we could probably have a generic widget grid that can contain any widget control laid out in the same manner. Furthermore,...
## Expected Behavior The `cache.shared` object [is documented](https://www.openhab.org/addons/automation/jsscripting/#cache) as allowing any script to access it and "share" information. The documentation comes with an example for `cache.private` that we can adjust...
Related to #3891
## Background (I'm on Openhab 4.3.0 M2 on a Raspberry Pi 4. This is the first issue I filed for Openhab, pls bear with me for any mistakes. My Openhabian...