https://github.com/ro-ka/wetterbot
The wetterbot is a friendly robot that tells us the weather. The name is Pam. Weather Pam.
https://github.com/ro-ka/wetterbot
chip python robot robotics weather
Last synced: about 2 months ago
JSON representation
The wetterbot is a friendly robot that tells us the weather. The name is Pam. Weather Pam.
- Host: GitHub
- URL: https://github.com/ro-ka/wetterbot
- Owner: ro-ka
- Created: 2017-01-26T21:08:52.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2017-01-29T21:23:36.000Z (over 9 years ago)
- Last Synced: 2025-06-25T16:08:05.692Z (12 months ago)
- Topics: chip, python, robot, robotics, weather
- Language: Python
- Homepage: https://robert.katzki.de/projects/wetterbot
- Size: 26.6 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Wetterbot
The wetterbot is a friendly robot that tells us the weather. The name is Pam. Weather Pam.
It repeatedly fetches the current weather from the [Dark Sky API](https://darksky.net/dev/). When the button on the top is pressed, it reads the current weather and the forecast for the next day while blinking with it’s eyes.
https://robert.katzki.de/projects/wetterbot
[](https://vimeo.com/201564802)
## Setup
The wetterbot contains a *[C.H.I.P.](https://getchip.com/pages/chip)* inside. Connect the button, the LED(s) and the speaker as shown here:

Get and install [CHIP_IO
](https://github.com/xtacocorex/CHIP_IO) on the *C.H.I.P.* Install [forecastiopy](https://github.com/dvdme/forecastiopy) which is an API wrapper for the Dark Sky API. Copy the python files over to the *C.H.I.P.* and execute `sudo python main.py`. The bot will tell the weather once it started and then every time the button is pressed.