Replies: 1 comment
-
|
@martgras - would you have any insights on this issue? thanks! |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hello,
first - THANK you for developing this integration. You guys are great!
I am fresh in the Modbus protocol - maybe someone could help me here, or kindly redirect to some place to do my RTFM.
The control panel (the screen) of my Recom 2S Ventilation unit (https://www.rec-indovent.se/en/products/recom-2-a21/) is connected via RS485 to the main processing unit and the instruction says:
I connected my "RS485 to TTL adapter" to the same terminal as the control panel - three wires A+, B- and GND.
The problem is - I cannot find any Modbus specification from this vendor.
So I am thinking - maybe I can listen-in and find something by trial-and-error, or... is that totally unrealistic?
I am using HA OS installation with
core-2021.12.10; ESPHomev2022.1.0.So my ESPHome configuration is:
I took these and a few other sensor descriptions from the example configurations, just to try.
What I get is:
in addition to that I am getting a constant flow of some Modbus reads, e.g.:
This flow is quite intensive, as the connection to my ESPHome API is often dropping and restarting.
And it is happening only when I have the control panel (screen) of the unit connected to the bus.
When the control panel is disconnected, I only get some bytes to the request sent from the ESP:
So I am looking for some insights regarding:
Thanks in advance!
Beta Was this translation helpful? Give feedback.
All reactions