Walter F.J. Mueller

Results 8 comments of Walter F.J. Mueller

@volschin: I'm aware of [fritzinfluxdb](https://github.com/yunity/fritzinfluxdb), and [BoxMatrix - OSS-News](https://boxmatrix.info/wiki/OSS-News) lists even more. But the *fritzinfluxdb* project lacks support of AVM home automation devices. It offers on the other side data...

Here, sorry for the delay, a clean reproducer in a `docker` environment. Try the commands ``` apt-get update apt-get install python3-pip apt-get install libxml2-dev libxslt1-dev pip3 install fritzcollectd ``` in...

Thanks @volschin ! But on the long run python2 elimination in Ub 20.04 may be the smallest problem, see issue #48.

@Agrigor : `collectd` offers filter rules. I never tried them, but they should allow you to drop the smart home data before they reach any consumer. A bit in analogy...

@Agrigor: see https://collectd.org/wiki/index.php/Chains .

The placement strategy in Vivado 2019.1 has apparently changed, and MIG design are apparently even more sensitive to issue #18. The [sys_w11_arty](https://github.com/wfjm/w11/tree/master/rtl/sys_gen/w11a/arty) design had to be further down-rated to 72...

Several mode settings are also not implemented in w11 ``` Mode bit SimH w11a comment MODE_PROM yes yes PROM: promiscous mode MODE_ENAL yes no ENAL: enable all mcasts MODE_DRDC yes...

I'd like to second the original feature request. `debug = true` seems to show only `[agent]` level information. More tools to debug plugin level issues would be helpful, see [post...