Ian Hubbertz
Ian Hubbertz
After a quick look on what's new, I only see that content-types may be interesting, e.g. for the "$location" discussion. Everything else seem implementation-specific to me. What's not clear to...
A location string is very useful for auto-discovery, so I opt for adding it to the convention as optional device property with arbitrary string, e.g. a room name (For example...
@ingoogni An IOT device is not an DNS server. (Relative) Location does matter, there are use cases, so it does belong to HomieZero (optional). And because there are also use-cases...
It's almost one year, but if you are still intested have a look at my PR https://github.com/tinkerspy/Automaton/pull/50/ . It allows to use C++ inheritance to have on functions for setting...
What you need is a solution for #17. After 1 1/2 years it seems that I now face a problem where there is no elegant solution without a lambda capable...
@tinkerspy calling callbacks of an object (class instance) is an usecase that happens quite often. I currently have a situation where I want to do a http-request if a specific...
I pushed my try to github, see https://github.com/euphi/Automaton/tree/test_for_lambda . As said, this does not compile. If you change it to store a pointer, it compiles, but crashes.
Yes, that did the trick. Many thanks for the hint. I leave the issue open, because I suggest to update http://docs.openhab.org/administration/console.html accordingly.
Its not that easy for the documentation, because * I don't know the exact term for the "openHAB configuration directory". So I used "openHAB configuration directory, e.g. `/etc/openhab2/`" * Other...
I was able to reproduce the issue: 1. Deleted the thing 2. Restarted Homie 3. Homie-Thing was in Inbox 4. Added Thing 5. --> Thing was automatically linked to still...