Wiki/Services/Geth.d/Hardware.md

1.8 KiB

These are some purpose-built hardware we are using with the Geth gestalt. Please keep in mind that we are also tracking code projects for Geth/Hub, Geth/Nazara, and Geth/Armature units as well.

Chromecast Displays

Chromecasts are very easy to set up -- connect the Chromecast to the HDMI and power-over-USB slots in some TV. Use the Chromecast app native to Tricorder devices to set it up to connect to a Shadowfeed. The Geth [https://home-assistant.io/components/discovery/ discovery] module will pick up the display's presence, and devices can then cast over WiFi.

ShadowArch hosts will need the following firewall rules:

CHROMECAST_IP=YOUR_/24_HOME_SUBNET_CIDR
iptables -A INPUT -s ${CHROMECAST_IP} -p udp -m multiport --sports 32768:61000 -m multiport --dports 32768:61000 -m comment --comment "Allow Chromecast UDP data (inbound)" -j ACCEPT
iptables -A OUTPUT -d ${CHROMECAST_IP} -p udp -m multiport --sports 32768:61000 -m multiport --dports 32768:61000 -m comment --comment "Allow Chromecast UDP data (outbound)" -j ACCEPT
iptables -A OUTPUT -d ${CHROMECAST_IP} -p tcp -m multiport --dports 8008:8009 -m comment --comment "Allow Chromecast TCP data (outbound)" -j ACCEPT
iptables -A OUTPUT -d 239.255.255.250 -p udp --dport 1900 -m comment --comment "Allow Chromecast SSDP" -j ACCEPT

Hubs can also be implemented to replace IR remotes.

Ring Cameras

Nest Smoke Detectors

Chamberlain Garage Door Openers

Wink Door Switches

TPLink Power Sockets

iRobot Roomba

Register the unit with [https://homesupport.irobot.com/rd?1=AvMk~wouDv8S~xb~Gv9W~yIJ6GcqyU77x1xaZD7~Pv_T&2=27849 the care center] for warranty support, tips and tricks, and parts availability.

Lasko Heater (CAUTION)