Flole
Flole
I request an easier approach to program the timing of a Max! thermostat, for example like on the Siemens Synco (https://www.tga-fachplaner.de/Archiv/Heft-Archiv/article-256568-100248/hlk-regler-synco-200-.html) in form of a table/graph. That makes it easy...
When I have a DSL-rule that does something like this: ``` mytimer = createTimer(now.plusSeconds(60)) [| MyItem.sendCommand(ON) mytimer = null ] ``` and the rule file is modified/reloaded after the timer...
When trying to use the command `vcdbg log msg` on the latest bullseye release running on my raspberry pi 3b+ it just outputs `Failed to allocate -201253077 bytes for message...
I'm seeing quite often in openHAB Cloud's Webinterface messages like Yesterday at 6:30 PM | openhab | online -- | -- | -- Yesterday at 6:29 PM | openhab |...
I am currently seeing several rules being triggered during openHAB startup which are then referencing items which are either missing or unitialized at that point. In order to fix that...
Partially resolves #267
Currently there's a fixed limit of how many characters of a text for a switch are shown. I suggest to enhance this to compare all options for the switch to...
By default this does nothing, when enabling the compile-time-define DISABLEMCP2517FDCOMPAT it no longer disables interrupts during SPI transactions which slightly increases performance and avoids delaying interrupts (which could be problematic...
I'm currently looking into code similar to this which can be found all over the library: https://github.com/pierremolinaro/acan2517FD/blob/6ee34ab8408225a1a126c1b2e49b0c67ad4c365a/src/ACAN2517FD.cpp#L726 As far as I can see, as we are using attachInterrupt, the `mSPI.beginTransaction...
I think the current way of how the software/hardware buffers are handled is not ideal and I would suggest doing the following: If the software buffers are full do not...