Search found 3 matches

by camillo777
Thursday 09 January 2014 15:15
Forum: Others
Topic: HowTo: monitor QNAP NAS
Replies: 41
Views: 20129

Re: HowTo: monitor QNAP NAS

Some scripts to monitor the Domoticz process: #!/bin/sh # Get Domoticz Process CPU ps -C domoticz -o %cpu | tail -n +2 #!/bin/sh # Get Domoticz Process Memory ps -C domoticz -o %mem | tail -n +2 #!/bin/sh # Get Domoticz Folder Size du -shb /home/pi/camillo/domoticz-code | awk -F " " {'print $1'}
by camillo777
Thursday 09 January 2014 13:14
Forum: Suggestions
Topic: [90] MQTT Support
Replies: 370
Views: 140896

Re: MQTT Support

Hi, nice work on MQTT, however, to understand better what You are doing and maybe help You with some testing or developing, can You draw a picture of how this MQTT works in the Domoticz environment and how is the hardware/software architecture? How the remote Arduinos talk with the MEGA? Via ...
by camillo777
Wednesday 08 January 2014 23:37
Forum: Others
Topic: HowTo: monitor QNAP NAS
Replies: 41
Views: 20129

Re: HowTo: monitor QNAP NAS

Yes!! I did a couple of simple sh scripts for generic Linux I can publish as well