Winter_is_coming
New Member
Hey guys,
I'm a complete beginner (I have no experience other than knowing how to wire a plug and light sockets/switches) and I want to learn something new. I hope that's setting you all can help me with. I've been looking for a new hobby project for a while and my other half gave me a Eureka moment the other day. He has a pet snake and his thermostat broke. He's been looking around online and he can't afford a new one of the same model and he doesn't want to get an on/off stat as his snake is very tetchy at the moment and he doesn't want to upset him. He saw a hive thermostat for the home that you can control from your phone via an app and he said he wished they had those for snakes....so why don't I build one for him. I have a Raspberry Pi that I never even got out of the box and it's useless in its current state so my idea is simple (when I say it out loud anyway)
I want to use the Raspberry Pi 2 Model B to create a dimming thermostat we can control with commands sent from a phone via email or however. I'm going to write the script and UI myself using Python (apt name considering its a python I'm making it for) and I have a few ideas in that department but I have no idea regarding the micro-electronics. I have found a few ideas online but thet are all the on or off kind of thermostat.
Can someone help me understand and design the dimming hardware?
I have a thermometer probe that can read the temperature and a raspberry pi so far, I know I will need more hardware, I am prepared for that. Once I understand the hardware I can write the code for the termostat. The base code for the control of the temperature is based on time of day and active temp read from the tank.
The way it will read is it will check the temp every 60seconds with the premise of; read temp, if temp is above (SET TEMP +1°C) turn appliance off and if temp is below (SET TEMP -1°C) turn appliance on. Turns appliance on after (SET TIME AM) and off again at (SET TIME PM)
Obviously this will need adjusting to alternate the voltage/amperage/wattage as I'm not sure what unit we are working on right this second.
PLEASE HELP!
thank you all in advance
I'm a complete beginner (I have no experience other than knowing how to wire a plug and light sockets/switches) and I want to learn something new. I hope that's setting you all can help me with. I've been looking for a new hobby project for a while and my other half gave me a Eureka moment the other day. He has a pet snake and his thermostat broke. He's been looking around online and he can't afford a new one of the same model and he doesn't want to get an on/off stat as his snake is very tetchy at the moment and he doesn't want to upset him. He saw a hive thermostat for the home that you can control from your phone via an app and he said he wished they had those for snakes....so why don't I build one for him. I have a Raspberry Pi that I never even got out of the box and it's useless in its current state so my idea is simple (when I say it out loud anyway)
I want to use the Raspberry Pi 2 Model B to create a dimming thermostat we can control with commands sent from a phone via email or however. I'm going to write the script and UI myself using Python (apt name considering its a python I'm making it for) and I have a few ideas in that department but I have no idea regarding the micro-electronics. I have found a few ideas online but thet are all the on or off kind of thermostat.
Can someone help me understand and design the dimming hardware?
I have a thermometer probe that can read the temperature and a raspberry pi so far, I know I will need more hardware, I am prepared for that. Once I understand the hardware I can write the code for the termostat. The base code for the control of the temperature is based on time of day and active temp read from the tank.
The way it will read is it will check the temp every 60seconds with the premise of; read temp, if temp is above (SET TEMP +1°C) turn appliance off and if temp is below (SET TEMP -1°C) turn appliance on. Turns appliance on after (SET TIME AM) and off again at (SET TIME PM)
Obviously this will need adjusting to alternate the voltage/amperage/wattage as I'm not sure what unit we are working on right this second.
PLEASE HELP!
thank you all in advance