Search found 1 match

by dmonty
Sunday 15 December 2019 2:22
Forum: MySensors
Topic: mysensors live raw data debug
Replies: 2
Views: 3598

Re: mysensors live raw data debug

Here is a way to make the output compatible with mysensors parser strace -s 1000 -e trace=writev,readv -fp "`pidof domoticz`" -o output.txt Then in another tab/window cat output.txt | awk -F '"' '{print $2}' | tr -d "\n" | sed 's/\\n/\n/g' Copy and the output into https://www.mysensors.org/build ...