Arne Seime
Arne Seime
Currently there is a `LogEntry` extension hierarchy like `LogEntry -> FareContractEntry -> SalesTransaction/TravelSpecification` etc. This pertains to things that happen on a FARE CONTRACT. In TM6 part 5 CUSTOMER ACCOUNT...
Default 0 constant (_UNSPECIFIED) maps to UNRECOGNIZED in generated code. See branch proto_to_proto_mapping
Tested on OH 4.0.1 Prequisites: A pre-configured thing (using GUI, not files afaik) with a property X set to a particular value. Initiate a new discovery (or wait for background...
In [BluetoothDiscoveryDevice](https://github.com/openhab/openhab-addons/blob/main/bundles/org.openhab.binding.bluetooth/src/main/java/org/openhab/binding/bluetooth/discovery/BluetoothDiscoveryDevice.java) there is no field to provide `serviceData` from an advertising beacon. This makes it impossible to do autodiscovery of ie [BTHome](https://bthome.io/format/) devices as they provide serviceData with a...
Resolves #82
``` 2024-07-11 13:15:50.101 [WARN ] [ab.core.internal.events.EventHandler] - Dispatching/filtering event for subscriber 'org.openhab.core.events.EventSubscriber' failed: Invalid BigDecimal value: UNDEF java.lang.NumberFormatException: Invalid BigDecimal value: UNDEF at org.openhab.core.library.types.QuantityType.(QuantityType.java:134) ~[?:?] at org.openhab.core.library.types.QuantityType.(QuantityType.java:107) ~[?:?] at org.openhab.core.library.types.QuantityType.valueOf(QuantityType.java:208)...
Make it possible to define reusable rules in a parent class Use case: Multiple installation sites where an abstract common rule class is extended by a concrete class (with possible...
Use case: set items to UNDEF when a thing goes offline.
Thanks for providing this great library! I have a use case where multiple expressions with dependencies between them that needs to be solved piece by piece (expression by expression), ie...