-
Notifications
You must be signed in to change notification settings - Fork 8
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Cannot connect to ecoMAX360 #63
Comments
Hi, Thank you for the feedback! I've not yet encountered any heat pumps controlled by an ecoMAX controller. All ecoMAX 3xx series that I've ecountered so far, has been wood or pellet boiler controllers. So sadly your device might simply use different protocol (e. g. GM3 same as ecoSOL) and is incompatible with this integration. That being said you can try following settings for the elfin EW11. I've used this device myself for the long time, before switching to custom-made converter. If that doesn't work also verify that you've connected A and B on the EW11 to the D+ and D- terminals on ecoMAX respectively. Communication SettingsSerial Port Settings |
Hi! Cheers! |
@jasienty w tej pompie ciepła jest sterownik ecoMulti który używa protokołu GazModem do komunikacji więc z tą integracją niestety jak na razie nie będzie działać. |
@Taziff - niby tak, ale jednak jakieś dane wychwytuję z EW11, gdzie sterownik się przedstawia jako ecoMAX360i (jak robiłem update od producenta, to tak też były opisane pliki) i wyrzuca takie dane jak UID czy nazwy obiegów: |
Of course you can. Current translation software is quite good, so I've intentionally ommited English-only requirement in Code of conduct. Makes the place a bit friendlier and promotes feedback :) Thanks for the help by the way. 👍 @jasienty I've collected some info on the protocol here: #27 (comment) and almost finished unit tests for it while on vacation. I plan on writing test version after I've done with options flow update for this integration. You can look in #27 for progress updates. |
Is there an existing issue for this?
I'm having the following issue:
I've got heat pump with ecoMAX360 (it is branded by HeatingPoland, Krommler) with ecoSTER touch pannel. I've connected EW11a RS-485-WIFI module parallel with touch screen but everytime I want to establish a connection in HA there is "no devices" prompt.
Not sure if I have correct configuration of EW11, but checked with every possible way and nothing helpes. Sometimes instead of "no devices found" prompt I get error connected with Flow control.
I've checked packets from EW11 in TCP/UDP debug tool and with those settings I can read S/N or model:
Baud Rate: 115200
Data Bit: 8
Stop Bit: 1
Parity: None
Buffer size: 512
Gap Time: 50
Protocol: Frame
Frame length: 14
Frame time: 100
Tried to change frame tags (Head and Tail) to 0x68 and 0x16 as described here: https://pyplumio.denpa.pro/protocol.html but it didn't help.
I have following devices connected:
I'm connecting to my devices using:
Ethernet/WiFi to RS-485 converter
I'm seeing following log messages:
My diagnostics data:
No response
Code of Conduct
The text was updated successfully, but these errors were encountered: