RoganDawes

Results 148 comments of RoganDawes
trafficstars

Funny part of my debug stack, is that since the ESP32 has 3 UARTs, I can use one for logging, one for the Wintex protocol, and one for a StreamServer,...

Would you consider a minimal implentation of the Windows Battery class (https://learn.microsoft.com/en-us/windows/win32/cimwin32prov/win32-battery)? This would enable desktop/server-class devices to operate as though they are laptops, and activate hibernation/shutdown actions when they...

It's been on my backlog of projects to look into, but I'm not a Windows dev, so don't know how to even start such a project. If you can figure...

> Structured in such a way that multiple NUT servers can be monitored at once, with multiple UPSes attached to each From the very first post. Not sure how much...

Recognising that this issue is closed, and even the "Alternate Energy Format" option now has A and B options, which I don't see referenced in other issues, I still wanted...

Hi, I did try to find documentation explaining how to do the requested debugging, but did not see it. Please explain what debugging you are after, and how I enable...

Curious as to the exact use case that folks see for this. It sounds to me like people are looking for the equivalent of mbusd (https://github.com/3cky/mbusd) in ESPHome, translating incoming...

> That is exactly my use case. I have several appliances designed initially to be connected over an RS485 link. I don't want to run wires between the appliances, but...

> In my application the baud rate is 9600, so that is pretty slow. Shouldn't that be OK regarding any latencies? This link discusses latencies and timeouts a bit more:...

> Ah, the problem is I don't "just" want that. I have the esphome devices in my appliances to monitor a bunch of sensors and perform settings via HA. Since...