bottleneck
Choose style:

Author Topic: Smartplug Energy Graphing  (Read 3269 times)

0 Members and 1 Guest are viewing this topic.

Offline atrueresistance

  • Backer
  • *
  • Posts: 51
  • Thanks: 0
  • Registered : 18/08/2014
    YearsYearsYearsYearsYearsYearsYearsYearsYearsYears
Smartplug Energy Graphing
« on: August 18, 2014, 07:50:41 pm »
Hello Securifi,

I was wondering if you can enlighten us on how the energy part works. Where are the numbers being pulled from? I'd like to be able to save the numbers for graphing later.

Just poking around the system I found
Code: [Select]
zigbee_server under
Code: [Select]
/almond that looks to be started by

Code: [Select]
root@AlmondPlus:/almond# cat runzb.sh
killall zigbee_server
while [ 1 ]
do
./almond/zigbee_server -n 1
echo "zigbee_server got crashed" > /dev/ttyS0
echo "zigbee_server" $(date) >> /almond/log/ServerHistory.log
cp /almond/log/ServerHistory.log /tmp
tail -50 /tmp/zigbee_server.log > /almond/log/LastFailedZigbeeServer.log
cp /almond/log/LastFailedZigbeeServer.log /tmp/
echo "Restarting zigbee_server" > /dev/ttyS0
done

Unfortunately zigbee_server is a compiled binary. Any help would be nice.

Offline atrueresistance

  • Backer
  • *
  • Posts: 51
  • Thanks: 0
  • Registered : 18/08/2014
    YearsYearsYearsYearsYearsYearsYearsYearsYearsYears
Re: Smartplug Energy Graphing
« Reply #1 on: August 21, 2014, 08:48:15 am »
Nothing Securifi? What about news on the SDK?

 

Page created in 0.086 seconds with 22 queries.

bottleneck