ESPiLight
ESPiLight copied to clipboard
ESPiLight - pilight 433.92 MHz protocols library for Arduino
Hi, I discovered this with OMG and before addressing it to pilight I raised it here maybe someone has an idea. I have a DG-R8**S** which in Pilight v0.16.2 is...
Hello! I have a Arduino Mega with RFlink V48 connected to a raspberry running Domoticz. This combination detects my two devices (a weather sensor from a TFA Nexus weather station,...
Hi, I try to use this library with ESP 8266 Board under Arduino IDE. ESPiLight: 1.7.0 ESP8266 (NodeMCU1.0): 3.0.1 In addition to my own I tested the example receive sketch,...
C:\Program Files (x86)\Arduino\arduino-builder -dump-prefs -logger=machine -hardware C:\Program Files (x86)\Arduino\hardware -hardware C:\Users\Administrator\AppData\Local\Arduino15\packages -tools C:\Program Files (x86)\Arduino\tools-builder -tools C:\Program Files (x86)\Arduino\hardware\tools\avr -tools C:\Users\Administrator\AppData\Local\Arduino15\packages -built-in-libraries C:\Program Files (x86)\Arduino\libraries -libraries C:\Users\Administrator\Documents\Arduino\libraries -fqbn=esp32:esp32:esp32:PSRAM=disabled,PartitionScheme=no_ota,CPUFreq=240,FlashMode=qio,FlashFreq=80,FlashSize=8M,UploadSpeed=921600,DebugLevel=none -vid-pid=10C4_EA60 -ide-version=10816...
Hi, Thanks for the great library ! I have used the library on wemos D1 mini pro to receive temperature and humidity from a Konig Weatherstation using the alecto_ws1700 protocol....
Using the example Receive.ino with RXB6 or SRX822 Receivers works with 16.0 and 16.2. Temperature sensors, Smoke sensors, Swithes ... nearby are detected. Many messages arrive, and some of them...
Due to the long type of the micros() value, it will overflow and be resetted to 0 every 70 minutes. When using this value this should be handled to prevent...
I connected a cc1101 to an ESP32. An indoor "weather station", e.g. temparatur and huminidy are recognized with ESPiLight. However, the remote control of my Intertechni sockets is not restored....
Hi! I try to use ESPiLite c TTGO T-Call (ESP32) and srx882, but unfortunately nothing works, there is no answer at all. Although the same code works on The Wemos...
Currently the callback receives the device id and protocol name from ESPiLight. However, it would be useful to know what kind of device it was, available under protocol_t - devtype...