How different is the .yml for ESPhome from the one you posted before?
Still stuck. Getting the following.
[17:31:05] [E] [wintex : 292] : No response from panel, trying again
[17:31: 05] [D] [wintex: 398] : Sending Wintex : COMMAND = PAYLOAD= []
[17:31:05] [D] [uart_debug: 114]: 03: 5A:A2
Not...
Created a pull request.
Trying to test this with my system, but still figuring out why my panel is not responding...
1. Com1 device type is set to 0 (PC-com/usb-com)
2. UDL updated
3. Next thing to test - check if my logic level converter is working.
Thanks Rogan, I'm not a C++ dev so the solution wasn't obvious to me. I did change the code you wrote to make use of a char instead of the string and the wintex part is now compiling with the latest version of ESPHome.
Just one thing I'm running into. Do I need the stream_server component to...
No worries, thanks.
If it helps the compiler throws an error that the esphome::wintex::WintexButton::set_name(std::__cxx11::basic_string<char>) function is missing in wintex.h.
Piecing together all the bits and got the missing parts. Just have a question.
On the alarm, what do you set the com ports? I assume not com-ip since it probably enforces some of its own protocols.
Edit: Going to hook the esp32 up today.
Hi Rogan,
We chatted about this integration somewhere last year, but I got busy and lost track of time.
I have some time to work on this again now and want to follow up if you made any progress?