sd images

koburg
Posts: 167
Joined: Thu Jul 27, 2017 4:14 am

Re: sd images

Post by koburg »

hmm strange they change the bluetooth

to upgrade the PI's SSD image I just use the command "send all and reboot" ?
User avatar
kw123
Posts: 8705
Joined: Sun May 12, 2013 4:44 pm
Location: Dallas, TX
Contact:

Re: sd images

Post by kw123 »

sorry, not that simple

ssd update is a manual process and only really works within eg jessey or stretch ..not jessey to stretch

Code: Select all

ssh pi@...
sudo apt-get update
sudo apt-get upgrade -y
sudo apt-get autoremove -y
sudo apt-get autoclean
sudo reboot now
that might take several hours

or download the new image (pibeacon-2018-12-09.img at https://www.dropbox.com/s/u1x4tr9r521mr ... g.zip?dl=1) from my dropbox and burn new image to ssd ~ 1 hours

but if your setup works .. no need to upgrade

Karl
koburg
Posts: 167
Joined: Thu Jul 27, 2017 4:14 am

Re: sd images

Post by koburg »

Well

I just now recently discovered the last couple of days the pi 3 not the + model
has sometimes gone offline then back on and also the 2 xy find it im using also it goes down and up very fast
so it trigger my rules. the xy have battery enough

it has been working very stable for a very long time I have upgraded to the latest plugin for indigodomo today.

the pi's I use has static ip's
User avatar
kw123
Posts: 8705
Joined: Sun May 12, 2013 4:44 pm
Location: Dallas, TX
Contact:

Re: sd images

Post by kw123 »

reasons could be:

1. bad network connection ==> check with ping (from your mac to the rpi) , let it run for an hour and check if it misses a beat. ~1% miss should be ok
2. the timing parameters are off in beacon device edit. check if "fast down" is on or expiration time is < 90 secs. set debug ibeacon to on (suggest to send debug to file and check tab files for the beacon messages)
3. bug in plugin ..

Karl

ps
"send all" sends the py programs configs, fonts etc used by pibeacon (3Mbyte) -- NO systems files etc - send automatically by plugin when new version is started
"send config" sends only the config files (~10KB) = sensor info, mac numbers of ok beacons etc, send automatically every xx minutes by plugin
Post Reply

Return to “Karl's Plugins and Scripts”