spacemanspiff2007
spacemanspiff2007
I've just release 25.06.0. Feel free to reopen if issue happens again.
I thought it would be nice to have an item (HABApp internal order openHAB item) which reflects the current state the item is in. Sending commands to the item could...
> 1. _(**EDIT:** I just realised, that this probably only counts for rule instantiation, not imports. Therefore omittable, whereas confirmation would be appreciated)_. Apart from that, relative/absolute imports don't work...
Thank you for reporting! This is indeed an annoying issue. I'll look into it - maybe there is a nice and elegant way to apply some additional check to all...
Imho it should be possible to query these values from the db so restore on startup should work as expected. Will these fields also be part of the RestAPI /...
It's possible to query the last persisted state from persistence and subsequently restore this state as the current state on startup. It's also possible to query the persisted state before...
I think it's a misunderstanding. All I am saying is that it's technically possible to restore these new fields from persistence so imho it makes sense to do so during...
> That depends on the persistence service. And it is not the case for mapDB, the most used persistence service for restoreOnStartup. It would be trivial to modify mapDB persistence...
I think this is the best way, too. Maybe it makes sense to make persistence of `lastChange` etc. configurable. This could and should be discussed in the according PR. Do...
How about an additional option to monkey patch it so it raises an Error like the option to set the time for testing? ``` from whenever import strict_disambiguation with strict_disambiguation():...