This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| blueprint: | |
| name: Z2M - Hue Dimmer switch 4 buttons | |
| description: 'Use the individual buttons of the Hue Dimmer Switch to control an action by either a click or a long press. | |
| ' | |
| domain: automation | |
| input: | |
| dimmer: | |
| name: Hue Dimmer switch | |
| description: Hue Dimmer switch to use (Zigbee2mqtt Action Sensor) | |
| selector: |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| #!/bin/bash | |
| # How to use | |
| # 1. Replace the "YOURIP" to yourIP | |
| # 2. Run at the root -> source setup-taiga-centos.sh | |
| yum install -y gcc autoconf flex bison libjpeg-turbo-devel | |
| yum install -y freetype-devel zlib-devel zeromq-devel gdbm-devel ncurses-devel | |
| yum install -y automake libtool libffi-devel curl git tmux | |
| yum install -y libxml2-devel libxslt-devel |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| settings = { | |
| 'hostname': '192.168.0.250', | |
| 'port': '80', | |
| 'username': 'xbmc', | |
| 'password': 'xbmc' | |
| } | |
| http_address = 'http://%s:%s/jsonrpc' % (settings['hostname'], settings['port']) |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Verifying that +jonarcher is my blockchain ID. https://onename.com/jonarcher |