Michael Cumming
Michael Cumming
I have experience this problem as well. Created a separate thread with an event loop and scheduled publishing using loop.call_soon_threadsafe.
I have the lux sensor working great. The DHT22 is not. I see it on the setup page, but is it working? Never mind, I changed power from 5 to...
> > > I'm hoping to add ESPresence-enabled ESP32's to my home for pet/asset tracking as well as ESPHome-enabled ESP32's for temp + humidity monitoring and PIR motion detection. Using...
While I use ESPHome, I do not think integration is worthwhile. ESPresence is so simple to deploy and manage. There is no need to add the complexity of ESPHome. ESP32...
Good discussion - pros and cons with both approaches. The simplicity of this project, with web-based programming of the ESP is a great feature. Adding a few simple sensors for...
Here is a simple python example using the homie4 library ``` import time from homie.device_dimmer import Device_Dimmer import logging logging.basicConfig(level=logging.DEBUG) logger = logging.getLogger(__name__) mqtt_settings = { "MQTT_BROKER": "OpenHAB", "MQTT_PORT": 1883,...
@ThomDietrich have you done anymore work on this?
For my use case, set commands cannot be retained. My lighting is connected to OpenHAB via Homie. If the connection between OH and my lighting controller is down and lights...
@Thalhammer the issue occurs when there a loss of connection between the device and the controller (OpenHAB). If that connection is lost and then restored, any set messages from OH...
We need to solve for essentially (*I think*) 2 use cases when there a disruption in communication between a controller and a device.... 1. The controller is the source of...