elupus / esphome-nibe

Esphome components for nibe heat pumps
MIT License
57 stars 19 forks source link

Wemos D1+RS485 #28

Closed zejdajan closed 1 year ago

zejdajan commented 1 year ago

Hi, I have this esp: Wemos D1 Mini I am using this rs485 converter: https://www.aliexpress.com/item/1005001621746811.html?spm=a2g0o.order_list.order_list_main.35.4d631802DETQ5W

I connected : ESP<-->RS485 GND---GND 5V---GND RX---RX TX---TX

RS485---NIBE AA3-X4 A---11 B---10

I have installed esphome with your firmware but when trying to add nibe GW integration to HomeAssistant, I am getting error: Error on read request from pump.Verify your Remote read port or Remote address I allowed modbus communication in VVM320. I havent changed any port settings. ESP is getting address: 10.10.30.153- I am writing it to the integration configuration page in HA.

" UDP Packet token data of 6 bytes received
[18:52:37][D][nibegw:030]: UDP Packet with 6 bytes to send
[18:52:37][D][nibegw:030]: UDP Packet with 6 bytes to send
[18:52:37][D][nibegw:030]: UDP Packet with 8 bytes to send
[18:52:37][D][nibegw:030]: UDP Packet with 7 bytes to send
[18:52:37][D][nibegw:030]: UDP Packet with 27 bytes to send
[18:52:37][D][nibegw:030]: UDP Packet with 86 bytes to send
[18:52:38][D][nibegw:030]: UDP Packet with 6 bytes to send
[18:52:38][D][nibegw:030]: UDP Packet with 6 bytes to send
[18:52:38][D][nibegw:089]: Response to address: 0x20 token: 0x69 bytes: 6

Could you help me please?