Search found 2 matches

by heinerwiegel
Mon Jan 18, 2021 10:56 pm
Forum: Projects
Topic: Controlling the heater of my flat with the crowpi2
Replies: 0
Views: 3135

Controlling the heater of my flat with the crowpi2

File heizung-signal.py #!/usr/bin/python # -*- coding: utf-8 -*- # heizung-signal.py # http://elecrow.com/ # 2021-12-08 Heiner Wiegel # Relay HFD4/5-s 2A? 220V? # crontab # m h dom mon dow command # 0 6 * * 1-5 /usr/bin/python /home/pi/Documents/Heizung/heizung-tag.py # 0 8 * * 6-7 /usr/bin/python /...
by heinerwiegel
Mon Jan 18, 2021 10:35 pm
Forum: Projects
Topic: Bread baking scheduler
Replies: 0
Views: 1734

Bread baking scheduler

I'm scheduling my bread baking process with the crowpi2, using the LCD, seven segment and buzzer: #!/usr/bin/python # -*- coding: utf-8 -*- # Author : Heiner Wiegel, Berlin, 2021 # Original Author : stenobot # Original Author Github: https://github.com/stenobot/SoundMatrixPi # http://elecrow.com/ fr...