-
Hi,
Does this support the television service?
I would like to set inputs, volume up/down/mute and power on/off for a television with this project.
-
Could you make a version of this compatible with the Arduino IDE?
-
Hello,
how can we get an updated build with a newer version of the IRremoteESP8266 Library?
There are many new supported devices that this build does not have.
Is it possible to only update …
-
Hi, I have gone through the trouble shooting guide, thank you for posting that.
I'm realizing this issues seems to not be about the year the bulb was made but has more to do with that I switched …
-
Hello,
I'm running Homebridge on a Mac connecting to 6 devices through a Mosquitto MQTT broker installed on the same machine. The devices are Sonoff (ESP8266) flashed with Tasmota MQTT enabled firmwa…
-
```
void setup() {
Serial.begin(115200);
Serial.println();
// attempt to connect to Wifi network:
Serial.print("Connecting to Wifi SSID ");
Serial.print(WIFI_SSID);
WiFi.begin(WIF…
-
Hi Mixiaoxiao,
I saw You're still active :) closing tickets.
Do You have any plans to update this port? I think Maxim Kulkin make a greate work with his esp8266 library and this Port is very impor…
-
Hello there. I don't know why, but I can't add the Acme Light Bulb from an example to Home. I can see the accessory on the list of accessories to add, but after a long time there there is an informati…
-
I am using this great lib since quite a while successfully. Great work!!!
Now I wanted to make some of my appliances a bit more robust in terms of WLAN dependency. The appliance should work if there …
-
It would be great if you could turn this into a library for [esp8266/Arduino](https://github.com/esp8266/Arduino) so that it could easily be used in the familiar Arduino IDE as part of Arduino sketche…