openhab-core
openhab-core copied to clipboard
Core framework of openHAB
Relates to #4527 Relates to https://github.com/openhab/openhab-addons/pull/17976 This PR adds a new component service that can be used to keep mis-behaving UPnP devices 'alive' in the UPnP registry by sending a...
I've just discovered my automation_rules_disabled.json containing over 93000 lines. The entries in it are only removed when the rule got re-enabled. When the rule got disabled, then subsequently removed, the...
Create item ```` Number ExpireItem {expire="asdf,OFF" } ```` Observe no warning/error in log: ```` [INFO ] [el.core.internal.ModelRepositoryImpl] - Loading model 'items.items' ```` 
Send this message but replace ``AAAAAA`` in payload with 129_702 x ``A`` and create proper json-in-json. (I can provide the proper message if necessary but imho it's trivial to create...
clean install of 4.3.2 with just Modbus and MQTT bindings. does not last more then 5 days with about 70 items updated every 5-10 seconds. x86 Ubuntu 24.04 openjdk version...
One is `core.` and the other is `timer.` It seems that `core.TimeOfDayCondition` should be `timer.TimeOfDayCondition`. However, changing this would break existing rules, but we can fix that in 5.x UpgradeTool...
## Expected Behavior When creating a DateTime Trigger for a rule whith time-only set to false, the rule should not trigger, if the DateTime Items contains a date in the...
### Is your feature request related to a problem? Please describe. I have some Switch items that are linked to a Thing channel and inform about some state. Switching this...
Send this message over websockets (forget json in json for payload) ````json { "topic":"openhab/websocket/filter/type", "source":"HABApp", "eventId":"WebsocketTypeFilterMsg", "type":"WebSocketEvent", "payload":["ChannelDescriptionChangedEvent","ChannelTriggeredEvent","ConfigStatusInfoEvent","FirmwareStatusInfoEvent","GroupItemStateChangedEvent","GroupStateUpdatedEvent","ItemAddedEvent","ItemCommandEvent","ItemRemovedEvent","ItemStateChangedEvent","ItemStateEvent","ItemStatePredictedEvent","ItemStateUpdatedEvent","ItemUpdatedEvent","ThingAddedEvent","ThingRemovedEvent","ThingStatusInfoChangedEvent","ThingStatusInfoEvent","ThingUpdatedEvent","WebSocketEvent"] ```` Receive this: ````json { "type":"WebSocketEvent", "topic":"openhab/websocket/response/failed", "payload":"Deserialization error: java.lang.IllegalStateException: Expected a...
After upgrading to OH 4.3.2 rules are not working at all ## Expected Behavior Rules are working ## Current Behavior Rules are loaded to the OH, I can see them...