Christian Bandowski

Results 21 comments of Christian Bandowski

Hey @bessels , thanks for reporting this issue and providing a possible solution! Do you like to update the gradle example and provide a PR?

Ok, I found the issue. :smiley: My Homie device is not sending a `name` for the exposed property, but for the openHAB MQTT plugin a `name` is mandatory: https://github.com/eclipse/smarthome/blob/6a81231cda79d3812e8ff9868868190cf142be95/extensions/binding/org.eclipse.smarthome.binding.mqtt.generic/src/main/java/org/eclipse/smarthome/binding/mqtt/generic/internal/convention/homie300/PropertyAttributes.java#L43 According...

I would also love to have reasonable defaults that should be enough for a smaller setup. I tried the commeted-out values from the values.yaml (https://github.com/argoproj/argo-helm/blob/main/charts/argo-cd/values.yaml), but it seems that e....

> @chris922 would you mind sharing your average CPU & memory consumption of the whole argocd namespace ? I believe your usecase is the most appropriate for a basic "minimal...

I have some Eurotronic z-wave TRVs and I guess it's not the manufacturer specific mode where you can set the valve manually, I would guess the functionality that better-thermostat is...

Hmm, haven't yet thought about update methods. In my description I just talked about regular mapping methods. For example for **E1** I would expect a generated method like this: ```java...

E3 / E4 are examples to create an own method that evaluates the expression. The possibility to use annotations as qualifiers should then be added as well, yes. Using own...

I like the approach @filiphr proposed, but I also like to find a way not adding a bunch of new attributes to the existing annotations. What about something like this:...

It looks like you can't refer to an existing file format by its name. As you can see in the code it always puts the value of `file_format` into brackets:...

Thanks @apella12, indeed it looks like some devices are going crazy. I reconfigure these spammy devices to send updates not that often... nevertheless this also doesn't solve the issues. I...