altaroca
altaroca
There were some changes sitting on my disk that never made it into any commit. You can give it a try now. It works for me.
wow, that was fast. I must apologize. I won’t be able to react that quickly. Please give me a few days.
@J-N-K i agree with your proposals and have made changes accordingly. > What happens if the state has a date this is in the future? that date is treated as...
@splatch I do not fully understand your comment. What do you mean by 'can still be a valid state'? The PR provides the entity you propose. Only difference is it...
@splatch I had thought about that and decided against it. There were two reasons: 1. sub-classes of `State` are often checked by using expressions like `instanceof DecimalType`. This breaks if...
> 1. Why you consider checking and casting for `DecimalState` as a fine operation, but checking for `TimeBoundState` as something wrong? Err, no. That's not my point. I meant to...
i cannot foresee all downstream implications of this change. Let's approach it semantically: _state_ means (abbreviated from Merriam Webster) 1. mode or condition of being, 2. a condition or stage...
A reverse proxy will map the server urls just fine. No need to touch the openhab server. The problem is with the UI. It is not aware of the changed...
This is my apache2 reverse proxy config. In debian save it to `/etc/apache2/sites-available/010-openhab.conf` and run `a2ensite 010-openhab.conf. You can probably achieve the same with other proxies, but I wouldn't know...
I had a need for this feature and implemented it here #3000. What is my use-case? There are states which devices only expose after the fact (e.g. power consumption per...