ESPHome on an esp8266, a logic converter to shift between 3.3 and 5v, and a usb endpiece. Using HA for control as it has a pretty interface for it even granny can understand
I would love a walkthrough guide once you have some free time. No rush though as I have not pulled the trigger yet, but given these energy costs, I am thinking that switching from resistive to heat pump heating will be worth its weight in gold.
How do you control ESPHome devices without home assistant? Is there an API where you can send requests via node-red similar to MQTT or do you need a central device manager to handle that like NR or presumably what CORE will have?
Yes. Iâve only ever controlled it through NR. But it will have a direct integration in CORE.
A naive question that probably unmasks how little I paid attention during online meetings âŚ
Which of the following flows is correct for an ip-based device, for example based on EspHome?
Flow 1
- first of all you need to âdeclare / addâ the device to the CORE hub only once
- at this point it is possible to use NR and / or (?) CORE (⌠rule engine) and any other environments integrated into CORE for writing rules
Flow 2
- âdeclare / addâ the device in NR
- âdeclare / addâ the device in CORE
- at this point I can create rules in NR, CORE, ⌠only for the devices I added in the specific environment
Whatâs about the flow for zigbee / zwave devices?
Whatâs about the flow for devices managed by other hubs (for example HE)?
If I can make a wish ⌠once I receive CORE I would like to have some sample video pills on how to implement a motion light for different devices: Shelly, EspHome, Xiaomi or other zigbee on different environments (NR, CORE, âŚ)
Obviously mine is just a wish âŚ
A walkthrough has actually been on my to-do list for awhile now. Sadly with grannies health issues recently I havenât really had the time for anything. Thankfully we have Markus and April so my current situation hasnât slowed things down with CORE at all
Although there is an API with ESPHome the most common way to interact with devices outside of HA is by enabling MQTT or the web interface on the device.
Depending on use case you can often set up all the logic on device and eliminate the need for external control entirely. This is especially useful in places where a network connection isnât easily made available but automation is still desired.