Skip to content
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

Cant Configure 2 airconet devices #18

Closed
cruzaderplyr opened this issue Jun 13, 2021 · 4 comments
Closed

Cant Configure 2 airconet devices #18

cruzaderplyr opened this issue Jun 13, 2021 · 4 comments

Comments

@cruzaderplyr
Copy link

sorry about my english, im triying to configure 2 airconet devices (both of them are on my same network, one is the AC from the living room and the other is the AC from my bedroom) but im having problems setting the code for both of them. indivitually works fine but when i put the 2 codes on the configyaml, one connects, and the other not, and both of them stop working. i have to mannually reset and reconfigure both, and disable the code. if you can help me pleassee....and again, sorry for my english...

@cruzaderplyr
Copy link
Author

this is my config....individually works....toghether...not...

climate:

  • platform: ekon-local
    name: living
    udp_server_port: 6343
    udp_server_addr: 192.168.50.6
    device_addr: 192.168.50.58
    forward_addr: 3.137.73.173
    forward_port: 9533

climate:

  • platform: ekon-local
    name: habitacion
    udp_server_port: 6344
    udp_server_addr: 192.168.50.6
    device_addr: 192.168.50.59
    forward_addr: 3.137.73.173
    forward_port: 9533

@cruzaderplyr
Copy link
Author

i review my config...and after a few tests....this works...

climate:

  • platform: ekon-local
    name: living
    udp_server_port: 6343
    udp_server_addr: 192.168.50.6
    device_addr: 192.168.50.58
    forward_addr: 3.137.73.173
    forward_port: 9533

  • platform: ekon-local
    name: habitacion
    udp_server_port: 6344
    udp_server_addr: 192.168.50.6
    device_addr: 192.168.50.59
    forward_addr: 3.137.73.173
    forward_port: 9533

    you have to use different ports for each AC...and i have a "climate" for each one...

    the last error i have is... i still want to use the app....and the forward address is configurated with the port...but it doesnt work at all...

@hllhll
Copy link
Owner

hllhll commented Jun 13, 2021

Hi,
Grate idea with the two ports, as stated ( in the wrong place :/ ) the code does not support multiple ACs at the moment.
You basically setup the integration twice with different UDP listeners, it's awesome to hear that it works :)
For the forwarding issue, It looks like your port is wrong, for Airconet+ use 3.137.73.173, 6343 (link) on both ACs

@cruzaderplyr
Copy link
Author

3.137.73.173, 6343 this works!! and it works like a charm....its good to know that i can help to your awesome work with this. thanks for everything...and again...sorry for my bad english....

@hllhll hllhll closed this as completed Jun 13, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants