https://github.com/bennuttall/tortoise
Collection of Python scripts running on a Raspberry Pi, used for looking after Leo the tortoise
https://github.com/bennuttall/tortoise
animals energenie gpiozero homeautomation raspberrypi tortoise
Last synced: 19 days ago
JSON representation
Collection of Python scripts running on a Raspberry Pi, used for looking after Leo the tortoise
- Host: GitHub
- URL: https://github.com/bennuttall/tortoise
- Owner: bennuttall
- Created: 2017-02-10T10:21:06.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2017-09-24T22:45:24.000Z (over 8 years ago)
- Last Synced: 2025-01-13T13:30:34.590Z (over 1 year ago)
- Topics: animals, energenie, gpiozero, homeautomation, raspberrypi, tortoise
- Language: JavaScript
- Homepage: https://twitter.com/leo_tortoise
- Size: 23.4 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# IoT: Internet of Tortoises
Collection of Python scripts running on a Raspberry Pi, used for looking after
[Leo the tortoise](https://twitter.com/leo_tortoise)
## Timed heat lamp
Uses Energenie to turn the heat lamp on between 9am and 6pm. Simple GPIO Zero
script.
## Web stream camera
Uses picamera and jsmpeg to stream video over the web (can be internal only or
external if port forwarding is configured). Modified version of
[pistreaming](https://github.com/waveform80/pistreaming)