Wemos-D1-ESP8266-PIR-Alarm
Simple Web Alerting Motion Alarm using Espressif ESP8266 and IFTTT (by MKme)
Arduino-HomeKit-ESP8266
Native Apple HomeKit accessory implementation for the ESP8266 Arduino core. (by Mixiaoxiao)
Wemos-D1-ESP8266-PIR-Alarm | Arduino-HomeKit-ESP8266 | |
---|---|---|
1 | 12 | |
78 | 1,574 | |
- | 1.2% | |
1.8 | 0.0 | |
almost 4 years ago | 8 months ago | |
G-code | C | |
- | MIT License |
The number of mentions indicates the total number of mentions that we've tracked plus the number of user suggested alternatives.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.
Wemos-D1-ESP8266-PIR-Alarm
Posts with mentions or reviews of Wemos-D1-ESP8266-PIR-Alarm.
We have used some of these posts to build our list of alternatives
and similar projects.
Arduino-HomeKit-ESP8266
Posts with mentions or reviews of Arduino-HomeKit-ESP8266.
We have used some of these posts to build our list of alternatives
and similar projects. The last one was on 2021-04-25.
-
I now have a fully smart bedroom thanks to HomeSpan HomeKit! This was a fun project I even had to do some modifications to the code.
The feeling of creating your own accessories is awesome! Though, I have been using Arduino-HomeKit-ESP8266, cause an ESP32 feels like overkill.
-
What do I need to make a WLED ledstrip visible in the Hue app?
Are you into programming? If yes look at this lib: Arduino-HomeKit-ESP8266 Otherwise you can setup a Raspberry Pi with HomeBridge or ioBroker with the yahka-adapter. But that's probably only worth it if you want to add more accessoires in the future.
-
ESP HomeKit Project
Hey, i tried to turn on an LED through the apple home app and it worked perfectly. I tried tweaking the code a bit and it stopped working so i went back to the original code ( that worked in the first place ) and it never worked the again even when i use it untouched straight from the examples i got from - https://github.com/Mixiaoxiao/Arduino-HomeKit-ESP8266 - So what may be the problem? I am making sure that i am setting the wifi SSID and password correctly. Can it be because the board i am using is cheap ( from ali express ). I am using an esp32.
-
Help with Air Conditioner Control with HomeKit
I used an Arduino, heatpumpir, and HomeKit ESP8266, it works great
-
Water level sensor
https://github.com/Mixiaoxiao/Arduino-HomeKit-ESP8266 you mentioned above, is a port of the espressif lib to nonos/arduino core. It shares the wolfssl lib used by espressif, but as it is portrd to nonos, wifi disconnects during srp and devices cannot connect to it. There’s an improved version here: https://github.com/Yurik72/ESPHap which have patched wolfssl that I have changed to prevent wifi disconnections on SRP calculations. Yuri (the Author) made a great job improving original port, like memory management, moving pairings storage to the file, and so on. It still has wolfssl, which is at least redundant as arduino core already have bearssl bundled. Also, this lib has a memory leak during the pairing process, which is not so important as pairing usually made just once. I am currently trying to find where this leak is, but looks like it is somewhere in between the lib and wolfssl. So, I’d like to replace wolfssl with bundled bearssl, if I’d have a free tome to do that.
-
Smart lock for infrequently used house
From there, you can use a standard 12V power pack connected to an ESP8266 (eBay, like $10). You can flash these with a homekit compatible firmware (https://github.com/Mixiaoxiao/Arduino-HomeKit-ESP8266), and you magically have a Homekit powered lock ..
-
Turning on a surround system when the tv gets turned on using a HDMI signal?
I have found another solution. I am going to send a pulse using an esp8266 and a relay. The esp8266 can be made HomeKit enabled. If somebody is interested here is a link to a GitHub project
-
ESP8266 With Apple HomeKit without Homebridge
There’s also this project
- Got tired of Siri not understanding my Chinese accent, so I made a knock triggered HomeKit switch with an esp8266
-
I trying to use this esp8266 to setup rgb led strip, any guide to doing this?
this was written specifically to work with the NodeMCU in the picture.
What are some alternatives?
When comparing Wemos-D1-ESP8266-PIR-Alarm and Arduino-HomeKit-ESP8266 you can also consider the following projects:
esp_mesh_pir_sensor - EspNow Flooding mesh example PIR sensor node. Part of the ESP32, ESP8266 flooding mesh project.
HomeSpan - HomeKit Library for the Arduino-ESP32
MKS_WIFI_upgrade_with_BeePrint_web_interface - Firmware for MKS WiFi module from Makerbase with BeePrint Web Interface, tested with Flying Bear Ghost 4/5/6 Reborn Flsun
esp-homekit-devices - Advanced firmware to add native Apple HomeKit and custom configurations, compatible with any SoC based on ESP32, ESP32-S, ESP32-C and ESP8266 series. (Shelly, Sonoff, Electrodragon, Tuya...)
Home-Assistant-Config - This is my Smart-home Installation repository
WLED - Control WS2812B and many more types of digital RGB LEDs with an ESP32 over WiFi!