26-feb-2017: Better output webinterface on preset change. 01-feb-2017: Bugfix uploading files. 30-jan-2017: Allow chunked transfer encoding of streams. 23-jan-2017: Correction playlists. 16-jan-2017: Correction playlists. 02-jan-2017: Webinterface in PROGMEM. 28-dec-2016: Add support for resume after stop. 23-dec-2016: Add support for mp3 files on SPIFFS.
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
/opt/openhab/conf/items/demo.items <= remove this line before use... | |
Number Switch2 "Door State [MAP(switchs.map):%s]" <garagedoor> (gG) {mqtt="<[broker:hq/garage/switch1:state:default]"} |
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
#!/usr/bin/env python | |
''' | |
User: NonaSuomy | |
Date: 20170406 | |
Upda: 20170422 | |
Desc: Found this script at: https://www.toofishes.net/blog/streamtheworld-streams-command-line/ | |
Desc: Modified to send the streams to esp-radio further information below in the comments and https://github.com/Edzelf/Esp-radio/issues/70 . | |
Usage: python2 streamtheworldespradio.py CIMXFM 10.13.37.65 | |
^Radio callsign ^IP address of esp-radio Device | |
Requirements: python2 + curl |
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
#!/usr/bin/env python | |
''' | |
User: NonaSuomy | |
Date: 20170406 | |
Upda: 20170422 | |
Desc: Found this script at: https://www.toofishes.net/blog/streamtheworld-streams-command-line/ | |
Desc: Modified to send the streams to Ka-Radio further information: https://github.com/karawin/Ka-Radio/issues/25. | |
Usage: python2 streamtheworldka.py CIMXFM 10.13.37.65 | |
^Radio callsign ^IP address of Ka-Radio Device | |
Requirements: python2 + curl |
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
//* Name: Garage Door System | |
//* Hacker: NonaSuomy | |
//* Date: 20160630 | |
//* Description: Garage door sends a push notification to instapush.im | |
//* | |
//* Sign-up & Setup instapush.im | |
//* | |
//* Goto the instapush dashboard after signing up: https://instapush.im/dashboard | |
//* Click "Apps" tab. | |
//* Click "+Add Application" button. |
NewerOlder