Tasmota
esp-homekit-devices
Our great sponsors
Tasmota | esp-homekit-devices | |
---|---|---|
113 | 32 | |
17,633 | 1,818 | |
- | - | |
9.9 | 8.0 | |
about 14 hours ago | 12 days ago | |
C | C | |
GNU General Public License v3.0 only | GNU General Public License v3.0 or later |
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.
Tasmota
-
How do apps discover IoT Devices?
BTW, there is one more way - if your devices are connecting to some kind of central hub, e.g. MQTT broker, they may send a "sticky" (retained) message with discovery info to some known topic - Tasmota is using this way, devices are publishing to tasmota/discovery/id and every time MQTT client connects it gets lastly updated autoconf info.
- Any way to wirelessly control power as a switch?
- sonoff RF Bridge (433MHz) for Tasmota - new vs old version hardware?
- Caffè Italia * 02/05/22
-
Weight sensor w/ nodemcu, HX711, load cells: Help! Can’t calibrate.
Just seeing your edit. WeightRaw is changing, so that is a good sign that everything might be hooked up right. I believe weight is in KG so it won't necessary change unless you put over a KG on the scale. I looked at the code for this and couldn't easily figure out what might be causing the calibration failure. I don't have time to figure out what all is going on there.
-
Waking up to a BBC News technology article on Vampire Devices only to end up irrationally angry at how out of date the costs are and how stupid the advice is.
These are Tuya ones (unfortunately, the specific one on Amazon has been removed now, so can't share a link) reflashed with Tasmota so I can use them natively with Home Assistant rather than bouncing through a third-party cloud service. Bit of logic to manage the transitions from "not using power" to "using power" and convert that into notifications to the various Google Homes.
-
MQTT
If it's a simple thing, the Tasmota firmware might do everything you need without a single line of code.
-
Shameful: Insteon looks dead–just like its users’ smart homes
The lesson here is to never buy a smart home product which can only be controlled/montitored/upgraded via a cloud service provided by the hardware vendor. If the product cannot be controlled and monitored from your home network while unplugged from the internet, then there is some risk that this type of experience can happen again. Tasmota [0] allows a user to erase the vendor provided firmware, of ESP chipset devices, with well maintained open source firmware so that is never reliant on the vendor ever again. This is one example. Perhaps there are others.
-
Smart home not an online home
You can use wifi devices, you just have to be careful about it. Anything that is supported by the Tasmota Project (https://tasmota.github.io/docs/) can be re-flashed with their firmware which doesn't make any calls to the internet and will directly talked to by anything that supports the MQTT protocol (Home Assistant, Hubitat, etc)
-
Water tank level metter with TOF10120 and Sonoff basic
Here's the list https://github.com/arendst/Tasmota/blob/development/BUILDS.md
esp-homekit-devices
-
Ecobee Premium Thermostat: Mount is different compared to the previous gen and the new screw holes are off by 1-2cm
I use Meross switches and plugs. They seem to work just fine without internet access. I have a bunch of cameras through Homebridge and they work without a problem. Some fans controlled with Sonoff iFan flashed with Home Accessory Architect, again no need for an internet connection.
-
What's the easiest way to expose a low voltage DC button as a HomeKit scene controller, like the Wemo Stage
Solder your switches to IKEA Tradfri-Switches or use an ESP8266 with this https://github.com/RavenSystem/esp-homekit-devices/wiki/Home-Accessory-Architect
-
Help wanted: Control adjustable bed base with HomeKit
This is what I use to modify device and make them work with HomeKit. HAA
-
Need a dummy switch without HomeBridge?
I am using an ESP-8266 and Home Accessory Architect https://github.com/RavenSystem/esp-homekit-devices to create virtual switches. It’s nice and small and doesn’t sit anywhere that is easily accessible. You can create a bunch of virtual switches. I have one for being awake or asleep. The other one for whether I am home or not and triggered by location to unlock the door and turn lights on when arriving home. When I leave it shuts everything off.
- Plug-in for exposing a dummy motion sensor that can be triggered with a switch?
-
Esp 32 YouTube videos?
Try some keywords from https://github.com/RavenSystem/esp-homekit-devices
-
Why Apple, Amazon and Google Are Uniting on Smart-Home Tech: Matter Explained
Personally I use Home Accessory Architect which also integrates directly with HomeKit without any other server or whatever inbetween https://github.com/RavenSystem/esp-homekit-devices/wiki
-
Resources for Understanding HomeKit Device Security?
From an end device standpoint look into ESP devices, they use chipsets that can be overwritten with open source firmware and stay local. - If you want to stick with HomeKit look into HAA https://github.com/RavenSystem/esp-homekit-devices - If you’re using Home Assistant ESPHome is great, especially without MQTT - Tasmota supports the broadest number of ESP devices.
-
Brasilia roma install a group head thermostat. There seems to be a 1/8” threaded screw at the group head. Have anybody installed a thermostat there?
I actually use the RavenSystem repo with the ESP8266 to port it into HomeKit. These boards are cheap and you can create many devices with them. Then my automations are run with Shortcuts. Works great!
-
USB powered thermometer?
This is SUPER easy if you are comfortable flashing microcontrollers, can understand what a JSON configuration says (given ample documentation), and [optionally] aren't afraid of soldering: https://github.com/RavenSystem/esp-homekit-devices/ .
What are some alternatives?
WLED - Control WS2812B and many more types of digital RGB LEDs with an ESP8266 or ESP32 over WiFi!
tuya-iotos-embeded-sdk-wifi-ble-bk7231n - Tuya IoTOS Embeded SDK WiFi & BLE for BK7231N
zigbee2mqtt - Zigbee 🐝 to MQTT bridge 🌉, get rid of your proprietary Zigbee bridges 🔨
esphome - ESPHome is a system to control your ESP8266/ESP32 by simple yet powerful configuration files and control them remotely through Home Automation systems.
ESP-Now - ESP-Now Examples
sonoff-hack - Custom firmware for Sonoff GK-200MP2B camera
arduino-esp32 - Arduino core for the ESP32
ESPecial - ESP32 automation with web interface and telegram bot
Arduino-HomeKit-ESP8266 - Native Apple HomeKit accessory implementation for the ESP8266 Arduino core.
shelly-homekit - Apple HomeKit firmware for Shelly switches
FastLED - The FastLED library for colored LED animation on Arduino. Please direct questions/requests for help to the FastLED Reddit community: http://fastled.io/r We'd like to use github "issues" just for tracking library bugs / enhancements.