MikeTheTux
MikeTheTux
`http://nas:8080/rest/channel-types/guntamatic%3AcontrolProgram`: ``` { "parameters": [], "parameterGroups": [], "description": "Set Program of the Guntamatic Heating System (OFF, NORMAL, WARMWATER, MANUAL)", "label": "Set Program", "itemType": "String", "kind": "STATE", "stateDescription": { "readOnly": false,...
during the startup the following warnings show up in the log: ``` 2024-01-14 20:40:46.874 [WARN ] [core.thing.internal.ThingManagerImpl] - Channel types or config descriptions for thing 'homematic:GATEWAY-EXTRAS-3014F711A0001F58A992F6EB:3014F711A0001F58A992F6EB:GWE00000000' are missing in the...
> How long does it take for your system to start? But it seems unrelated, because the channel-type ids are different. About 5min. > Can you please show the item...
nope: 
Am I the only one with that problem? I stopped OH, cleared cache and restarted it. Didn't help. I see the following ERRORS in the log during restart after clear...
Installed a new OH4.1.0 instance and added Guntamatic Binding, Thing and Item. State-Options are present. Updated to OH4.1.1: State-Options are present. Installed another Guntamatic Thing. State-Options are present as well....
- removed all rules during startup in order to improve startup time - didn't help - removed the last binding that was added - didn't help - `openhab:links orphan purge`...
@weymann, please find also 5 open review comments from me. 2 have already be resolved in the meanwhile.
openHAB is using following as workaround: ``` from(bucket:"openhab_db/autogen") |> range(start:-100y, stop:2021-10-23T22:00:00.000000000Z) |> filter(fn: (r) => r["_measurement"] == "ElectricMeter_Total") |> sort(desc:true, columns:["_time"]) |> limit(n:1, offset:0) ``` `start:-100y` 👎 You can imagine...
I re-compiled the plugin for OH3. Unfortunatly it's not yet working. `wmbus:wmbusbridge:fb05851252:last_frame` of the bridge populates with cyclic messages, but I do not get an encrypted wmbus device online :-(