Skip to content

Instantly share code, notes, and snippets.

blueprint:
name: ZHA - Sonoff SNZB-01P
description: 'Perform actions with the Sonoff SNZB-01P Button.
You can set functions for single press, double press and hold. This allows you to assign,
e.g., a scene or anything else.'
domain: automation
input:
remote:
@XMMM1
XMMM1 / gist:bc11752c97de6eb010ae
Last active August 29, 2015 14:21
PHPCI Raspberry PI 2 configuration
nginx virtual host in /etc/nginx/sites-available/phpci also enabled in sites-enabled
all folders 755 permission
all files 644
server {
root /usr/share/nginx/www/phpci/public;
server_name 192.168.2.3/phpci;
index index.php;
location / {