home-assistant / core

:house_with_garden: Open source home automation that puts local control and privacy first.
https://www.home-assistant.io
Apache License 2.0
71.88k stars 30.11k forks source link

Midea CCM15 wont connect #115223

Open mtalbot opened 5 months ago

mtalbot commented 5 months ago

The problem

I have just had a midea CCM15 installed and I enter its ip address into the ui to add it and it fails to connect. I'm a little lost as to what the port or anything else should be. Its working fine connected to th app

What version of Home Assistant Core has the issue?

2024.4.2

What was the last working version of Home Assistant Core?

No response

What type of installation are you running?

Home Assistant OS

Integration causing the issue

Midea CCM15

Link to integration documentation on our website

https://www.home-assistant.io/integrations/ccm15

Diagnostics information

No response

Example YAML snippet

No response

Anything in the logs that might be useful for us?

No response

Additional information

No response

home-assistant[bot] commented 5 months ago

Hey there @ocalvo, mind taking a look at this issue as it has been labeled with an integration (ccm15) you are listed as a code owner for? Thanks!

Code owner commands Code owners of `ccm15` can trigger bot actions by commenting: - `@home-assistant close` Closes the issue. - `@home-assistant rename Awesome new title` Renames the issue. - `@home-assistant reopen` Reopen the issue. - `@home-assistant unassign ccm15` Removes the current integration label and assignees on the issue, add the integration domain after the command. - `@home-assistant add-label needs-more-information` Add a label (needs-more-information, problem in dependency, problem in custom component) to the issue. - `@home-assistant remove-label needs-more-information` Remove a label (needs-more-information, problem in dependency, problem in custom component) on the issue.

(message by CodeOwnersMention)


ccm15 documentation ccm15 source (message by IssueLinks)

Jacspill commented 5 months ago

test if you can connect to it directly outside of HA, mine is set to 192.168.1.200 and I can access it from a browser

mtalbot commented 5 months ago

So I had changed the address on the device to be on my network and i can access the ui, both from the app and the web page loaded at the ip address

Jacspill commented 5 months ago

cool, hey, how's that working for you? On my integration anytime I change temperature from HA it changes to COOL mode at the same time. Let's say I'm on Heat mode at 74F and change that to 73F then it goes into COOL mode...

ZviSteinOpt commented 3 months ago

Hi, same issue, I can access it on the web and app, and with port 80 I'm just Failed to connect. I appreciate any help here

arturyak commented 3 months ago

Is CCM15 in the same subnet as HA? Did you try to ping it/telnet to CCM15 port 80 from HA machine?

ZviSteinOpt commented 3 months ago

Is CCM15 in the same subnet as HA? YES CCM15 IP : 192.168.1.71 HA IP: 192.168.1.115:8123 Did you try to ping it/telnet to CCM15 port 80 from HA machine? I did : zvistein@raspberrypi:~ $ ping 192.168.1.71 PING 192.168.1.71 (192.168.1.71) 56(84) bytes of data. 64 bytes from 192.168.1.71: icmp_seq=1 ttl=64 time=0.275 ms 64 bytes from 192.168.1.71: icmp_seq=2 ttl=64 time=0.229 ms 64 bytes from 192.168.1.71: icmp_seq=3 ttl=64 time=0.204 ms 64 bytes from 192.168.1.71: icmp_seq=4 ttl=64 time=0.194 ms 64 bytes from 192.168.1.71: icmp_seq=5 ttl=64 time=0.185 ms . .

zvistein@raspberrypi:~ $ telnet 192.168.1.71 80 Trying 192.168.1.71... Connected to 192.168.1.71. Escape character is '^]'.

issue-triage-workflows[bot] commented 1 day ago

There hasn't been any activity on this issue recently. Due to the high number of incoming GitHub notifications, we have to clean some of the old issues, as many of them have already been resolved with the latest updates. Please make sure to update to the latest Home Assistant version and check if that solves the issue. Let us know if that works for you by adding a comment 👍 This issue has now been marked as stale and will be closed if no further activity occurs. Thank you for your contributions.