Manuel Pietschmann

Results 203 comments of Manuel Pietschmann

Indeed I think doing a `R.item('XYZ').val = 555` should also emit proper events :thinking: not sure yet how to do this but should be useful in general. "event all the...

This should already be the case. The related setting can be found in `config.ini` file. ``` [source-routing] enabled=true max-hops=4 min-lqi=120 ``` So manually enable it again shouldn't be needed. However...

Indeed looks like perhaps the file permissions aren't correct. Can you please check them via `ls -l config.ini`

The manufacturer names need to be the real ones from Basic cluster like _TZ3000_txpirhfq. With recentl commits the code checks for manufacturer name as well as modelid to match the...

I'll make some tests later on with debugger to see where it fails.

Is this with a version [v2.5.87](https://github.com/dresden-elektronik/deconz-rest-plugin/releases/tag/v2.5.87) or later? The vibration sensor got a fix in there, just checked mine with v2.6.0 it is working.

I think it should be possible with the OpenThread R21 hardware support, the Microchip R21 is the radio used ConBee II and RaspBee II. Currently we don't have plans to...

Nice, good to know there is activity in that direction. I did a little research here too and found that Thread alone wouldn't cut it in future, on top of...

Just made a test with https://github.com/openthread/ot-samr21 compilation is smooth. I very much like the design of the OpenThread stack as it allows to let it even run a very minimal...

And please keep in mind a ConBee II can only run Thread or Zigbee but not both at the same time.