-
Hi
After updating to beta 9168 several switches are missing from both the dashboard and the switches page
Found this thread on the forum describing other user with the same issue:
[http://www.d…
-
Hello everyone,
I am using Sonoff POW to monitor Power Consumption Data. I have used the latest version (5.13.1) of Sonoff-Tasmota. I am not able to get the correct time in the data that Sonoff POW…
-
**Describe the bug**
Arduino ide 1.8.5
Tasmota 6.11
When I compile I receive this error:
C:\Users\lomazan1\Documents\Arduino\sonoff\sonoff.ino: In function 'void SetDevicePower(power_t, int)…
-
hi,
I installed IRremoteESP8266.h
on compile I am getting the following
```
Arduino: 1.6.12 (Windows 7), Board: "Generic ESP8266 Module, 80 MHz, 40MHz, DIO, 115200, 1M (64K SPIFFS), ck, Serial…
-
Brightness will go to 235 but won't go to 255. It is because of the default step of 25+235>255.
Here is my patched code:
```
uint8_t Arilux::increaseBrightness(void) {
if (!m_state)
retur…
-
After getting my hands on an [LC-01](https://www.banggood.com/ARILUX-AL-LC01-Super-Mini-LED-WIFI-Smart-RGB-Controller-For-RGB-LED-Strip-Light-DC-9-12V-p-1058603.html?rmmds=myorder) from Banggood.com ,…
-
Just got `h801` module and flashed it with the last available 5.9.0a. Also set `SetOption15 1`.
When i send command `WakeupDuration 1` then it restarts with error
```
00:00:00 Project h801_bedroom …
-
I have the LC03 from Banggood but my IR codes were different to what you had in the code. I changed mine in Arilux.h to:
#ifdef IR_REMOTE
#define ARILUX_IR_CODE_KEY_UP 0xE5CFBD7F
#defin…
-
Thank you for adding support for HC-SR04.
I have used it this morning on a christmas tree water level sensor. The only change I needed to make was upping the MAX_DEVIATION_BETWEEN_MEASURES from 0.…
-
Originally reported by: **gimi87 (Bitbucket: [gimi87](https://bitbucket.org/gimi87), GitHub: [gimi87](https://github.com/gimi87))**
----------------------------------------
Yes... the newest sources…