Jarvis | |
---|---|
Participants | Dennis |
Skills | Electronics, IoT |
Status | Production |
Niche | |
Purpose | Infra |
Tool | No |
Location | |
Cost | |
Tool category |
Jarvis Property "Tool Image" (as page type) with input value "File:{{{Picture}}}" contains invalid characters or is incomplete and therefore can cause unexpected results during a query or annotation process. {{{Picture}}} {{#if:No | [[Tool Owner::{{{ProjectParticipants}}} | }} {{#if:No | [[Tool Cost::{{{Cost}}} | }}
Jarvis is the VM running Home Assistant and is able to automate tasks in the space
Changelog
- Added the EPC PDU's to HASS
- Added the space state
- Added power usage
Current Automations
- Stop music on mpd when the space is closed
- Start music on mpd when the space opens.
Custom stuff
EPC (PDU)
http://wiki.gude.info/FAQ_EPC_CmdLine
root@jarvis:/home/homeassistant/.homeassistant# cat switches.yaml - platform: command_line switches: epc2_1: command_on: "/usr/bin/curl http://<IP>/SWOV.CGI?s1=1" command_off: "/usr/bin/curl http://<IP>/SWOV.CGI?s1=0" command_state: "/opt/epc/epccontrol2.pl --host=<IP> | grep 1" value_template: '{{ value == "1 is ON" }}' friendly_name: epc2 1