Ian Hubbertz

Results 23 issues of Ian Hubbertz

Each time I update openhab2 (nightly build), the Karaf Shell configuration /var/lib/openhab2/etc/org.apache.karaf.shell.cfg gets overwritten. As it contains the `sshHost` that is set to localhost by default, this stops external login....

My Homie-V3 test device was auto-discovered correctly and working fine (I manually linked the newly created items). However, after restart, the device is "Online", but communication is ignored by Openhab...

Binding-MQTT

https://github.com/eclipse/smarthome/blob/9de1cb05fc0d221b05c729a5ffb75a31eb54bc82/extensions/binding/org.eclipse.smarthome.binding.mqtt.generic/src/main/java/org/eclipse/smarthome/binding/mqtt/generic/internal/generic/ChannelState.java#L164 These lines generate a warning `21:07:09.005 [WARN ] [generic.internal.generic.ChannelState] - Command 'WARNING' not supported by type 'TextValue': Value WARNING not within range` although it is just a normal value...

Binding-MQTT

I think it would be great if Homie could read the initial value of a property from its retained MQTT message. Example use case: If a value can be set...

enhancement

See also #689 homie-esp8266 source seems incompatible to the latest stable ArduinoJson release 6.17.0. As a workaround the library.json file was changed to stick to older minor version. As a...

See https://travis-ci.org/github/euphi/Homie_BareMinimum : Build fails for stable 3.0.0 because ArduinoJson 6.17.0 introduced an incompatible change. Develop compiles fine again, because I already fixed this for develop in 90b8872 by changing...

Based on v2.0.0-beta.3, it seems that it is not possible to set a default value for a HomieSetting. Although `setDefaultValue(false)` has been called inside a constructor of a global object,...

bug

Is it not possible to create a crosspiece of two parts of different height, because this raises a "not managed" exception: ``` Traceback (most recent call last): File "/home/ian/.FreeCAD/Mod/LCInterlocking/panel/crosspiece.py", line...

The gallery is so slow that it is impossible to use. I have the problem with two different installations: * owncloud 10 und "cubietruck" (arm) * owncloud 9 on hosted...

The http client gets stuck till timeout if the server does not close the connection when the request has finished. Most (?) server (at least my default nginx) _keep-alive_ the...