Łukasz Dywicki
Łukasz Dywicki
Hello @guilter, thank you for trying Do you try to read some properties from device? Under the hood, wrapper makes a very simple assumption of reading 3 properties at most...
This is indeed an issue, because we do not have a clear behavior across drivers. On other hand in many cases we also miss a way to determine what encoding...
Closing due to lack of feedback within 3 weeks from Christofer fixes/comment.
@hmerk while not being a core contributor I might be able to work on this in my spare time based on earlier work I did with Open Smart House. I...
@hmerk I could argue on some of statements made there, ie.: > The openHAB community has been visited 93 days and 257 topics and 1 800 posts have been viewed...
Going over code made by @gennartn I found several troubles. There are multiple commits, including merges, which make moving it into current code base troublesome as we would need to...
I have not touched openHAB side due to awaiting of publication of trademark policies which happened just few days ago.
Hello @straiforos, The permission work I did in OSH works fine since in all deployments I conducted based on it. It could always be better, but that's another thing. :-)...
@kaikreuzer @straiforos I don't want to stop you from improving openHAB. At the same time, my position as inventor of code in question, on copyright hasn't changed.
The incompatible datatype exception means that value you expect to be a float is encoded differently. Try first switching `getFloat` to `getObject` to determine how it is being transmitted. Second...