causalloop
causalloop
Just to add to this, executing: `echo "get battery" | nc -q 0 127.0.0.1 8423` returns "Invalid request"
Curious, the first time I ran `i2cdetect -y 1` (before I posted), it definitely showed up in the table, but now it doesn't. The i2cdump returns: ``` i2cdump -y 1...
Just tried it on another pi zero w and the results were the same. Sounds like something's up with the board.
Ok, I think I answered part of my own question - that particular line is for the cellular antenna. But I how do you tell the shield to use an...
``` --- mqtt: # Specify your MQTT Broker's hostname or IP address here host: mqtt://10.20.30.225 # Preface for the topics $PREFACE/$DEVICE_NAME/$PROPERTY preface: BANZAI/MUDPIE/smartthings clientId: ST_BROKER # Suffix for the state...
I think its a CPU/resource utilization problem - there's some lines in....... monitrc? about auto-rebooting if the CPU is above a certain amount for some amount of time (might be...
😞 If you don't mind me asking, did you move on to a different platform etc or did you just lose motivation (totally understandable all things considered)
Maybe a cron job of some sort that restarts 'x' service intermittently would help prevent that - kill the leak before it gets noticed etc. On Wed, Jan 4, 2017...
This may be a bit out in left field.. I wonder if it might be possible to set up either a pi or a vm or whatever and "clone" the...
Interesting, how are you monitoring that? Are you just periodically checking top/ps or do you have some method (I'm no Linux guru) to log it? I ask because I don't...