Skip to content

Instantly share code, notes, and snippets.

#define __product__ "Senso: RF24 Receiver, IR Sender"
#define __model__ "RF24IR"
#define __version__ "1508DEV"
#define __author__ "Leroy Foerster <gersilex@gmail.com>"
#define __contributors__ "Marvyn Zalewski <mszalewski@ownpixel.com>"
#define __copyright__ "(c) 2015 The Senso Team"
#define __license__ "All rights reserved."
#define MY_DEBUG
#define MY_RADIO_NRF24
@hExPY
hExPY / serial-gateway_21.ino
Created October 26, 2017 16:38
mysensors 2.1 serial gateway
/**
* The MySensors Arduino library handles the wireless radio link and protocol
* between your home built sensors/actuators and HA controller of choice.
* The sensors forms a self healing radio network with optional repeaters. Each
* repeater and gateway builds a routing tables in EEPROM which keeps track of the
* network topology allowing messages to be routed to nodes.
*
* Created by Henrik Ekblad <henrik.ekblad@mysensors.org>
* Copyright (C) 2013-2015 Sensnology AB
* Full contributor list: https://github.com/mysensors/Arduino/graphs/contributors
@hExPY
hExPY / demo.items
Created January 20, 2017 07:40
Openhab 2 German Weather Dashboard
Number Weather_Temperature "Temperatur [%.2f °C]" <temperature> (groupDashboardWeather) {weather="locationId=home, type=temperature, property=current"}
Number Weather_Temperature_Feel "gefühlte Temperatur [%.2f °C]" <temperature_cold> (groupDashboardWeather) {weather="locationId=home, type=temperature, property=feel"}
DateTime Sunrise_Time "Sonnen Aufgang [%1$tH:%1$tM]" <sunrise> (groupDashboardWeather) {channel="astro:sun:hamburg:rise#start" }
DateTime Sunset_Time "Sonnen Untergang [%1$tH:%1$tM]" <sunset> (groupDashboardWeather) {channel="astro:sun:hamburg:set#start" }
Number Weather_Humidity "Luftfeuchtigkeit [%d %%]" <humidity> (groupDashboardWeather) {weather="locationId=home, type=atmosphere, property=humidity"}
Number Weather_Pressure "Luftdruck [%.2f mb]" <fan> (groupD