openhab-core
openhab-core copied to clipboard
Core framework of openHAB
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...
See https://github.com/openhab/openhab-core/pull/3597#issuecomment-1764048531 Currently bindings can publish time series for channels. Transformation Profiles are supported as well. I don't know if it would be possible to extend time series support to...
I wanted to calculate the energy consumption of this year using the persisted energy readings over the function deltaBetween() or deltaSince(). As start date I have used January 1st, 2023....
- Upgrading my OH 3.4 system to OH 4.0 on Raspberry Pi 4 with 8 GB RAM via openhabian config - Keeping all file based configs (almost no UI based...
@andrewfg It is maybe worth adding some futures to your architecture document as well (maybe make that an issue here as well): - MQTT broker discovery - discovery of JSON...
### Is your feature request related to a problem? Please describe. For some time I created two sliders for lightbulbs that can change their color temperature. One for brightness, one...
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...
Prerequisite: You have a "test version" of a binding as a jar which already has the new channel implemented but in the metadata has the old "thingTypeVersion". Your thing has...
I've created this issue because of [this](https://community.openhab.org/t/best-approach-for-energy-consumption-usage-queries/151393/) forum post. Currently you can only fetch data ranges from the persistence service. The returned data points are linear to whats stored in...