openhab-core
openhab-core copied to clipboard
Core framework of openHAB
Use item state formatter to format input of transformation, meaning using state.format(format) instead of String.format(format, state.toString()) This was already the case in sitemap API but not in other APIs used...
[Automation - Feature Request] Verify system supports language used in scripted Actions/Conditions
Javascript is included through the JDK, and #519 will add Jython and Groovy ScriptActions and ScriptConditions. When Templates are imported, they could contain scripted Modules for languages that the system...
If a new resource is created the response should use status code 201 and the HTTP response headers should contain the location of the created resource. See e.g. https://developer.mozilla.org/en-US/docs/Web/HTTP/Status/201 The...
Hello, I installed the kodi binding but can't connect to my kodi. For debugging I tried to set the logger to debug but recieved an error in the console `log:set...
In #4175, what's the rationale for choosing `%.0f` as the default formatting, instead of, say, `%.1f`? I can see having a default of no decimal points may be good for...
Resolves https://github.com/openhab/openhab-core/issues/4166 Resolves https://github.com/openhab/openhab-core/issues/4163 This PR tries to resolve two issues with QuantityType: 1. Updating a Number:Dimensionless Item with a value of unit one, when the unit is set in...
I am running openHAB latest (3.3.0) in Docker on a Synology NAS. My sitemap "vclient" has three selection items with mappings and two setpoint items that are displayed depending on...
Prior to openHAB 4, you could define a item with: `Number:Length nRainMonth "Rain This Month [%.03f\"]" {channel="netatmo:rain:home:indoor:rain:rainThisMonth"}` And events.log would properly convert the value to inches in events.log file. Now...