HoneyPi is a measuring system based on the Raspberry Pi. It is an open source framework, which allows every beekeeper to monitor his bees. The data transfer takes place to the Internet of Things platform ThingSpeak. The measurement data is collected at the apiary and visualized in apps.
Check out the main repo on how to install the entire measurement system on your Raspberry Pi Image with just a few commands. Or simply download a ready HoneyPi image from our download page. You can even create your own custom HoneyPi images using our Raspbian image generator.
- Flash the provided HoneyPi Image to your SD Card OR run our installer which installs the webinterface and the measurement scripts to your Raspberry Pi.
- Run the following commands to update the measurement scripts:
rm -rf /home/pi/HoneyPi/rpi-scripts
cd /home/pi/HoneyPi/
git clone --depth=1 https://github.com/Honey-Pi/rpi-scripts
Your settings won't be lost because they are stored at /var/www/html/backend/settings.json
.