How to build a telegram-controlled sous vide using CraftBeerPiOS October 1, 2018
Posted by GuySoft in Electronics, open source, python.Tags: cooking, food, open source, raspberrypi, telegram
4 comments
Hey all,
So I’ve been cooking sous vide a few months now, with a sous vide I built myself. Its connected to a RaspberryPi and can be controlled via the web or telegram.
No soldering required!
Flash a ready made image to the Pi!
Bill of materials
- Slow cooker (crockpot) with a ‘high’ option. You can get them second hand, they are pretty cheap. Make sure it has no digital control.
- Raspberry Pi, even version 1 should work – also an SD card and power supply for the Pi.
- Pi Plate prototype board. Make sure you get one that matches your Raspberry Pi footprint if you are re-using an old Pi.
- Solid state relay that can handle mains
- Power cables
- Data cable to connect the relay to the Pi
- Power socket and power connector for your country – get locally so it fits your country standard.
- Water resistant temperature sensor DS1820 x2 – Get a spare one so you can measure the temperature difference and make sure your sous vide is uniformly heated.
- Important – 3D printed enclosure for raspberrypi (Raspberry Pi 1) and enclosure for the relay – you are mixing water and electricity in a kitchen, don’t be an idiot.
Assembly
How to reuse your old Raspberry Pi as a Telegram-controlled Alarm Clock – AlarmPi August 14, 2017
Posted by GuySoft in diy, Electronics, open source, programming, python, Uncategorized.Tags: CustomPiOS, open source, raspsberrypi, release, telegram
add a comment

RaspberryPi alarm clock
Hey all,
So do you have a RaspberryPi not doing anything at home? Got that 2GB class 4 SD card that you just don’t know what to do with it? Well this guide is for you! It will let you turn your Pi in to an IOT alarm clock, no code, no complicated commands, just flash, edit two text files and you are good to go. The alarm clock is controlled from Telegram, so you can set it and turn it off from your smartphone. I find that usually using my phone wakes me up. So it’s useful for me. You can also edit the alarm and use any mp3 file you want.
The code is all available in github. AlarmBot is the Telegram Bot. An AlarmPi is the distro (built with CustomPiOS yet again). (more…)
