An interface to a honeycomb, created by a drone.
Pip installs:
- pandas
- requests
- plotly
Set and export PYTHONPATH.
read -s -p "Hivehome password: " WORKERBEE_PASSWORD; echo
export WORKERBEE_PASSWORD
python interactive.py [--username <user name>] [--debug]
To create a graph of the last 24 hours 'temperature' channel from a specific device:
python graph.py --username <user name> --device <device name> --filename <file name> [--debug]