David Gräff

Results 150 comments of David Gräff

Ok. This issue need to recreated on the openhab2 repository though. I will forget about it, if it is sitting here

I don't think that manually editing the channels is the right way to go. If you define a range via $format, the code should generate a percentage value. If not,...

If there's a range the binding should create a dimmer channel instead. I don't know if there's any scenario where you would like to have a number channel when a...

Yup that need to be changed. I'd happily accept a patch if you want it done fast :) Bonus would be another test case that checks if a min/max formatted...

Thanks for this analysis, that helps fixing this issue fast.

I haven't worked on mqtt, if no one else has, this issue is not yet fixed

Could you guys please also try out to disable a Thing and re-enable it again? (Possible via the console / rest / Paper UI) I have no straight explanation for...

Exactly. The culprit is in https://github.com/eclipse/smarthome/blob/master/extensions/binding/org.eclipse.smarthome.binding.mqtt.generic/src/main/java/org/eclipse/smarthome/binding/mqtt/generic/internal/convention/homie300/Device.java#L234 ```java public void initialize(String baseTopic, String deviceID, List channels) { this.topic = baseTopic + "/" + deviceID; this.deviceID = deviceID; nodes.clear(); for (Channel channel...

There is unfortunately no workaround, at the same time I cannot work on mqtt for the next weeks. Busy with the Paper UI NG design study in my free time...