Difference between revisions of "Chillmon"

From Pumping Station One
Jump to navigation Jump to search
(fixing url)
 
(7 intermediate revisions by 2 users not shown)
Line 1: Line 1:
 +
{{Template:EquipmentPage
 +
|owner = Beer Church
 +
|certification=yes
 +
|hackable = YES
 +
|model = N/A
 +
|serial = N/A
 +
|arrived = since the dawn of time itself
 +
|doesitwork = yes
 +
|contact = Eric Stein
 +
|where = Kitchen
 +
|value = $100
 +
|image =
 +
}}
 +
 +
The current whereabouts of the chillmon is unknown. Missing (10/3/17).
 +
 
Chillmon is our Raspberry Pi powered system for maintaining the proper temperature in the [[Beer Church]] fermentation chamber. It interfaces to [[IRC]], like so:
 
Chillmon is our Raspberry Pi powered system for maintaining the proper temperature in the [[Beer Church]] fermentation chamber. It interfaces to [[IRC]], like so:
  
 
     <+Toba> !temp
 
     <+Toba> !temp
 
     < chillmon> temperatures: beertop: 67.9 F, beer: 68.5 F, room: 64.4 F   
 
     < chillmon> temperatures: beertop: 67.9 F, beer: 68.5 F, room: 64.4 F   
 +
== Interfaces ==
 +
 +
There's a web interface running on Bellamy that shows the PID controller state history.
 +
 +
* http://10.100.0.106:8008/
 +
* You can get a stream of JSON objects over ZeroMQ that might interest you from tcp://10.100.1.76:7000 if you know how to do that.
 +
* Chillmon's irc interface should be workin' right now.
  
 
== Hardware ==
 
== Hardware ==
Line 9: Line 32:
  
 
Wiring: green ground, white common, red fan, thicker red AC chiller.
 
Wiring: green ground, white common, red fan, thicker red AC chiller.
 +
 +
=== RPi ===
 +
 +
* Mac: b8:27:eb:fd:d5:a4
 +
* IP (maybe): 10.100.1.76
 +
* Username: pi
 +
 +
To find the IP if that IP isn't working, use:
 +
 +
    eastein@bowmore ~ :) $ sudo arp-scan -R --interface wlan0 --localnet | grep -i b8:27:eb:fd:d5:a4
 +
    [sudo] password for eastein:
 +
    10.100.1.76 b8:27:eb:fd:d5:a4 (Unknown)
 +
 +
If you don't use linux, I'm sorry that you are trying to do useful things with your computer, but I can't help you.
 +
 +
The screen session containing the chillmon process starts up at reboot on the Pi using vixie cron's @reboot in the pi user's user-crontab.
  
 
== References ==
 
== References ==

Latest revision as of 15:42, 3 October 2017


Chillmon
Owner/Loaner Beer Church
Serial Number N/A
Make/Model N/A
Arrival Date since the dawn of time itself
Usability yes
Contact Eric Stein
Where Kitchen
Authorization Needed yes
Hackable YES
Estimated Value $100
Host Area {{{hostarea}}}


Chillmon Beer Church Area: {{{hostarea}}} https://wiki.pumpingstationone.org/wiki/Chillmon



The current whereabouts of the chillmon is unknown. Missing (10/3/17).

Chillmon is our Raspberry Pi powered system for maintaining the proper temperature in the Beer Church fermentation chamber. It interfaces to IRC, like so:

   <+Toba> !temp
   < chillmon> temperatures: beertop: 67.9 F, beer: 68.5 F, room: 64.4 F   

Interfaces

There's a web interface running on Bellamy that shows the PID controller state history.

  • http://10.100.0.106:8008/
  • You can get a stream of JSON objects over ZeroMQ that might interest you from tcp://10.100.1.76:7000 if you know how to do that.
  • Chillmon's irc interface should be workin' right now.

Hardware

AC Unit

Wiring: green ground, white common, red fan, thicker red AC chiller.

RPi

  • Mac: b8:27:eb:fd:d5:a4
  • IP (maybe): 10.100.1.76
  • Username: pi

To find the IP if that IP isn't working, use:

   eastein@bowmore ~ :) $ sudo arp-scan -R --interface wlan0 --localnet | grep -i b8:27:eb:fd:d5:a4
   [sudo] password for eastein: 
   10.100.1.76	b8:27:eb:fd:d5:a4	(Unknown)

If you don't use linux, I'm sorry that you are trying to do useful things with your computer, but I can't help you.

The screen session containing the chillmon process starts up at reboot on the Pi using vixie cron's @reboot in the pi user's user-crontab.

References