TODO: Write a project description
TODO: Describe the installation process
| GOAL: an open-source stack (OS, Drivers, Applications, Integrations) for home automation. | |
| GOAL: self-hosted, and not allow private data to be exploited by Google, Amazon, Microsoft, or other (vendor-provided) | |
| cloud-computing systems that offer services for integration and automation, but leach private data into corporate servers | |
| GOAL: host on a Raspberry Pi, or similar Linux server host | |
| GOAL: use radio device(s) that speaks directly to the Raspberry Pi (Linux host) without using a vendor-provided bridge. | |
| This means I would prefer a USB device for Zigbee or Z-Wave, without using any device similar to the Samsung "SmartThings" | |
| Hub, and thus can avoid it's requirements for subscription into Samsung cloud, with the benefit? of avoiding Samsung's |
| #define MAXTIMINGS 85 | |
| #define cli noInterrupts | |
| #define sei interrupts | |
| #define DHT11 11 | |
| #define DHT22 22 | |
| #define DHT21 21 | |
| #define AM2301 21 |
| project_id = 1 | |
| private_token = "XXXXXXXXXXXXXXXXXXXX" | |
| return new groovy.json.JsonSlurper().parseText(new URL("https://git.pheromone.ca/api/v3/projects/"+project_id+"/repository/branches?private_token="+private_token).text).name |