spacemanspiff2007
spacemanspiff2007
When there are more files open than the screen width a very tiny scrollbar appears which is very hard and annoying to use.  It would be nice if there...
To reproduce (on windows): Download new windows snapshot of openHAB. Extract into folder with whitespace (here `4.0 Snapshot_1`) Navigate into folder and doubleclick `start.bat`. Observe a crash of openHAB crashes...
Steps to Reproduce: 1. Spin up Docker image of Postgres DB 2. Spin up Docker image of EdgeDB and set ``EDGEDB_SERVER_BACKEND_DSN``, ``EDGEDB_SERVER_SECURITY: insecure_dev_mode`` and run as Non-Root Observe Crash ````...
Thank you for creating and maintaining zwave-js-ui. I am currently migration my zwave network and I am using MQTT. For topic type I use `ValueID topics`, Payload type is `Just...
More and more bindings dynamically create channels for an added thing. While this makes it easy to support various variations of a device it does also lead to unexpected behaviour...
Currently when a file is edited all items from the file get removed and then the items from the file get re-added again. This results in a log of items/things...
There has been various ideas how to improve the thing behavior and handling. Since these things tend to get lost I'm trying to use this issue as an overview issue...
Currently a thing is used to represent an (to openHAB) external device (at least most of the time). However the current data and configuration structure does not properly represent this...
Now that #3597 is merged I'd like to use this feature through the RestAPI. Sending historic values can be done through the persistence endpoint. (There was some discussion for rrd4j...
I've tried to wrap my head around the follow profile in the [items docs](https://www.openhab.org/docs/configuration/items.html) and it's still very confusing for me. Do I understand it correctly: ``` Switch MySwitch {...