Git Product home page Git Product logo

Comments (6)

mill1000 avatar mill1000 commented on August 16, 2024 1

The CRC errors have also been reported here #187.

You could try removing the check here
https://github.com/mac-zhou/midea-msmart/blob/97723d055d8e5a3775eaaca96807f2dbbd6db2aa/msmart/device/AC/command.py#L178-L182

Don't know what that recursion error is about though.

from midea-ac-py.

jay1943000 avatar jay1943000 commented on August 16, 2024

Thank you. I tried to delete these lines of code. This is the new report

INFO:msmart.cli:msmart version: 0.2.5 Currently only supports ac devices, only support MSmartHome and 美的美居 APP.
INFO:msmart.cloud:Using Midea cloud server: https://mp-prod.appsmb.com/mas/v5/app/proxy?alias= False
ERROR:msmart.security:authentication failed
ERROR:msmart.lan:Authentication failed for 192.168.0.70:52973 -> 192.168.0.56:6444 retries: 0 time: 0.02
ERROR:msmart.security:authentication failed
ERROR:msmart.lan:Authentication failed for 192.168.0.70:52976 -> 192.168.0.64:6444 retries: 0 time: 0.02
ERROR:msmart.security:authentication failed
ERROR:msmart.lan:Authentication failed for 192.168.0.70:52981 -> 192.168.0.34:6444 retries: 0 time: 0.03
ERROR:msmart.security:authentication failed
ERROR:msmart.lan:Authentication failed for 192.168.0.70:52984 -> 192.168.0.49:6444 retries: 0 time: 0.08
ERROR:msmart.security:authentication failed
ERROR:msmart.lan:Authentication failed for 192.168.0.70:52986 -> 192.168.0.46:6444 retries: 0 time: 0.08
ERROR:msmart.security:authentication failed
ERROR:msmart.lan:Authentication failed for 192.168.0.70:52989 -> 192.168.0.42:6444 retries: 0 time: 0.09
ERROR:msmart.security:authentication failed
ERROR:msmart.lan:Authentication failed for 192.168.0.70:52991 -> 192.168.0.9:6444 retries: 0 time: 0.08
ERROR:msmart.security:authentication failed
ERROR:msmart.lan:Authentication failed for 192.168.0.70:52994 -> 192.168.0.15:6444 retries: 0 time: 0.04
ERROR:msmart.security:authentication failed
ERROR:msmart.lan:Authentication failed for 192.168.0.70:53000 -> 192.168.0.47:6444 retries: 0 time: 0.05
ERROR:msmart.security:authentication failed
ERROR:msmart.lan:Authentication failed for 192.168.0.70:53002 -> 192.168.0.43:6444 retries: 0 time: 0.02
ERROR:msmart.security:authentication failed
ERROR:msmart.lan:Authentication failed for 192.168.0.70:53005 -> 192.168.0.41:6444 retries: 0 time: 0.01
INFO:msmart.lan:Got TCP key for 192.168.0.70:52973 -> 192.168.0.56:6444 retries: 0 time: 9.15 tcp_key: 14c857fe2285595bece4a75e6185597af052349d0930d130f27d2ff5d396d414
INFO:msmart.lan:Got TCP key for 192.168.0.70:52976 -> 192.168.0.64:6444 retries: 0 time: 9.61 tcp_key: 8dae6cfb7dedf593106ef8917f7e93908ba84d8bc07af8d989030a3cf752f04e
INFO:msmart.lan:Got TCP key for 192.168.0.70:52981 -> 192.168.0.34:6444 retries: 0 time: 9.48 tcp_key: 78f14a46061f8b516366c8873de911dea32e268866ee8e10f7b109837a35a039
INFO:msmart.lan:Got TCP key for 192.168.0.70:52984 -> 192.168.0.49:6444 retries: 0 time: 9.38 tcp_key: 9bea666abeb728cb002273242525657bc38465e7689b246ba881033ab3c42e31
INFO:msmart.lan:Got TCP key for 192.168.0.70:52986 -> 192.168.0.46:6444 retries: 0 time: 9.55 tcp_key: a9918c2c48c158afe6b895a9aea44677f4287f55c76b50588bf164eb2650157a
INFO:msmart.lan:Got TCP key for 192.168.0.70:52989 -> 192.168.0.42:6444 retries: 0 time: 9.37 tcp_key: 9bc4e497122efb77a815eaf58cf9d084d8cadd524164f7c16669303306b1a0aa
INFO:msmart.lan:Got TCP key for 192.168.0.70:52991 -> 192.168.0.9:6444 retries: 0 time: 9.38 tcp_key: 30553079bed97a74140a2f7c414a3cdbfb9172b18079fb3f63aa928db9381a80
INFO:msmart.lan:Got TCP key for 192.168.0.70:52994 -> 192.168.0.15:6444 retries: 0 time: 9.35 tcp_key: 9b34613a5d9451d3eefdab91b6c1c2394ac39e383c98d9cb49130bb773923221
INFO:msmart.lan:Got TCP key for 192.168.0.70:53000 -> 192.168.0.47:6444 retries: 0 time: 9.34 tcp_key: cab4d418c10f32d472cceb7e9fa6c8e9d63bd4f27684bb759ed3875334adc9ed
INFO:msmart.lan:Got TCP key for 192.168.0.70:53002 -> 192.168.0.43:6444 retries: 0 time: 9.33 tcp_key: f3c0c92c1868f2e9db7ad524b89cb401c1bbb76a6ed1f19fc2b2c7a1338a3de0
INFO:msmart.lan:Got TCP key for 192.168.0.70:53005 -> 192.168.0.41:6444 retries: 0 time: 9.11 tcp_key: 48f41dd2a19d5ad614996dcbd6521285668085fd7b8fd37f49ed14ebc2122761
WARNING:msmart.device.base:Got Null from 192.168.0.49:6444 Version: 3 Count: 0 Spend time: 5.02
WARNING:msmart.device.base:Got Null from 192.168.0.42:6444 Version: 3 Count: 0 Spend time: 5.03
WARNING:msmart.device.base:Got Null from 192.168.0.9:6444 Version: 3 Count: 0 Spend time: 5.02
INFO:msmart.cli:*** Found a device: �[94m�[1m{'name': 'midea_ac_0030', 'ssid': 'midea_ac_0030', 'ip': '192.168.0.46', 'port': 6444, 'id': 184717954089647, 'version': 3, 'token': 'EF378DB6004CAEA9258C5177A1265B0A0E7CCE48183F4CB88E1548E0AD02D39A05132309306FBB9A7B95FA99615D2C685E42107EBB0D2313C9F27D1D66C81293', 'key': 'daa919867a3644079bef0b05f354dcda0ec8e4faadd849f7b28a7d4557020dd4', 'type': 'ac', 'sn': '00031822396919172101600300000', 'model': '96919', 'support': True, 'run_test': True} �[0m
INFO:msmart.cli:*** Found a device: �[94m�[1m{'name': 'midea_db_0381', 'ssid': 'midea_db_0381', 'ip': '192.168.0.15', 'port': 6444, 'id': 190215512443206, 'version': 3, 'token': '23B9EF166D5BEBB2BEE9410021CD97FF03C02CD947AC0563CD5F33389577F36FE60E115CC731E2A6A3C606E57FA4D78070CB2DC87042BA53F024AE57968122B9', 'key': 'fff1f90984524bd8b4e5b99bb298d1370fb50936d64e4ec783929ebbee03a72c', 'type': 'db', 'sn': '0DB318381225471B115A003815VZH', 'model': '22547', 'support': False, 'run_test': True} �[0m
INFO:msmart.cli:*** Found a device: �[94m�[1m{'name': 'midea_e3_6102', 'ssid': 'midea_e3_6102', 'ip': '192.168.0.34', 'port': 6444, 'id': 177021372835901, 'version': 3, 'token': '85E82065DE6DC6A65D47F2E8F3070C2A0A3AD04BC81C6498AAF037587291FEE4D04335C58E1189B1C9D0B00B51FCAA8A352C44B3F8653ECE399269AC45221E33', 'key': '755b02c3a3d745d6a47a04032ec4de5b8169680cae314194a79b4607dfd3efbd', 'type': 'e3', 'sn': '0E3211511000181C171906102BFW8', 'model': '00018', 'support': False, 'run_test': True} �[0m
INFO:msmart.cli:*** Found a device: �[94m�[1m{'name': 'midea_dc_0161', 'ssid': 'midea_dc_0161', 'ip': '192.168.0.47', 'port': 6444, 'id': 190215512443203, 'version': 3, 'token': 'DC9D7B1C5977EDF525243011694289A50B30D6DE51E9C04E545AE4E965DC343C06FCF36524D6E2D2CFEE27B50152C19B6CE83F0164DD0438534669062F5A69B5', 'key': '5666a6c8ce92431ab21814b196953621b86cad3afc6042bea7c57d987fe2b327', 'type': 'dc', 'sn': '0DC3183820486117125A00161WTZM', 'model': '04861', 'support': False, 'run_test': True} �[0m
INFO:msmart.cli:*** Found a device: �[94m�[1m{'name': 'midea_ac_0054', 'ssid': 'midea_ac_0054', 'ip': '192.168.0.49', 'port': 6444, 'id': 189116000570024, 'version': 3, 'token': '5DF055BEA2E66C16AB3C4BD1EBDC21F39C339C53868644C1E85F65FB5449645C08D558D81AA4EC189D77CC0327E7BA72475D0E73E2E6512E38A75EEF8D943AE0', 'key': '61fc0ef32124435d9a8397b30d0600eb697e87771ba046f89a5662a9ed33cfa3', 'type': 'ac', 'sn': '00031822396925141201600540000', 'model': '96925', 'support': False, 'run_test': True} �[0m
INFO:msmart.cli:*** Found a device: �[94m�[1m{'name': 'midea_ed_0569', 'ssid': 'midea_ed_0569', 'ip': '192.168.0.41', 'port': 6444, 'id': 183618442614035, 'version': 3, 'token': '204E07EDA01B8B656C225BDB673822EEB641F62ABA330080ECE7428626B9D0925806D884AB4BA63CEC33C87863938BEEEC6CC23CB9A8E3B034EF1EC8E2C54CCF', 'key': '09730f7f3a334a78a65a7e648985802bada19653466440d1befd8745ce67b4cf', 'type': 'ed', 'sn': '0ED2186320084K21242U00569F4NY', 'model': '0084K', 'support': False, 'run_test': True} �[0m
INFO:msmart.cli:*** Found a device: �[94m�[1m{'name': 'midea_e1_0236', 'ssid': 'midea_e1_0236', 'ip': '192.168.0.64', 'port': 6444, 'id': 179220396184326, 'version': 3, 'token': 'DF54004DC9CB1B22A5D641D6291F48E615BE92619642CCB25D2C60965AA7050B38F86F72E39AE334DC8B9DA0A972F52ECC225DE5562607EBF611E02299DE1241', 'key': 'f93b545f6659452caa6d432af22dac2ed660773706da4067a76eb083144b4bf0', 'type': 'e1', 'sn': '0E1318760CDB311B191D00236GBNT', 'model': 'CDB31', 'support': False, 'run_test': True} �[0m
INFO:msmart.cli:*** Found a device: �[94m�[1m{'name': 'midea_b6_0258', 'ssid': 'midea_b6_0258', 'ip': '192.168.0.56', 'port': 6444, 'id': 189116000800575, 'version': 3, 'token': '7AC6B34025C07CB2E659EE805B0D3F8796091570125B7B0529E7921EA3796DD73271C348DD5608E92457DE25044CAD766E2540E691B22592F0F0F36E3AABCEEE', 'key': '822acd0984994587b460b081a17ecda04f652546fab841e9be533d2cb967c6cc', 'type': 'b6', 'sn': '0B6218XJP924W811033400258JH0W', 'model': '924W8', 'support': False, 'run_test': True} �[0m
INFO:msmart.cli:*** Found a device: �[94m�[1m{'name': 'midea_ac_0058', 'ssid': 'midea_ac_0058', 'ip': '192.168.0.9', 'port': 6444, 'id': 182518930828157, 'version': 3, 'token': '881AB0D570EA119DFF59D4FE7A1C12C411957D6B6C5D928E6BB451FABA04C8B28C41B6E82D9766E7BC2E47D4BF27CCBA0605DE381276343FB0AD8F042244773D', 'key': 'b48d80e8c2f544c59cda11ca35e0056df545cb04f010418aaefca839cbb02134', 'type': 'ac', 'sn': '00031822396921140201600580000', 'model': '96921', 'support': False, 'run_test': True} �[0m
INFO:msmart.cli:*** Found a device: �[94m�[1m{'name': 'midea_ac_0010', 'ssid': 'midea_ac_0010', 'ip': '192.168.0.42', 'port': 6444, 'id': 193514046791566, 'version': 3, 'token': '87E268F683FD988E0A61F060910A3CE98C7BDBB0C6946103EC40CF60F6F5191205A4A3145B6119A6BBA3639631CC28CC7C40045DFBDFC1934D3D260DFF10356E', 'key': 'a4eed509149f4bc4b538d7468d596d3154e466e7c30c4c77a2068885c5fd981d', 'type': 'ac', 'sn': '000318223969270A1401600100000', 'model': '96927', 'support': False, 'run_test': True} �[0m
INFO:msmart.cli:*** Found a device: �[94m�[1m{'name': 'midea_ca_0124', 'ssid': 'midea_ca_0124', 'ip': '192.168.0.43', 'port': 6444, 'id': 179220396187120, 'version': 3, 'token': '0C2B4DD55AE40D4299FECD42BCBB3947A5211B46E2F28A6CEB2E218248B1BA430405C50471AF8FCF787C8831855482FC5FF53C07C8669F5FA119888A0AE06EC8', 'key': 'd404f4c5a8c84d0a8f1160c6278500e6acc7868d6654407ab385744470818e04', 'type': 'ca', 'sn': '0CA318310A08961B271220124T4HZ', 'model': 'A0896', 'support': False, 'run_test': True} �[0m

from midea-ac-py.

jay1943000 avatar jay1943000 commented on August 16, 2024

I tried to connect colmo's central air conditioner through another plug-in named midea_ac_lan. After connecting, I could identify the device, but I could not operate the switch

georgezhao2010/midea_ac_lan#148

from midea-ac-py.

mill1000 avatar mill1000 commented on August 16, 2024

You have a lot of device's discovered. Which device is the Colmo? Does it have the support: True property?

from midea-ac-py.

jay1943000 avatar jay1943000 commented on August 16, 2024

You have a lot of device's discovered. Which device is the Colmo? Does it have the support: True property?

{'name': 'midea_ac_0030', 'ssid': 'midea_ac_0030', 'ip': '192.168.0.46', 'port': 6444, 'id': 184717954089647, 'version': 3, 'token': 'EF378DB6004CAEA9258C5177A1265B0A0E7CCE48183F4CB88E1548E0AD02D39A05132309306FBB9A7B95FA99615D2C685E42107EBB0D2313C9F27D1D66C81293', 'key': 'daa919867a3644079bef0b05f354dcda0ec8e4faadd849f7b28a7d4557020dd4', 'type': 'ac', 'sn': '00031822396919172101600300000', 'model': '96919', 'support': True, 'run_test': True}

This unit is one of my 5 air conditioners, and I see that it shows "support:True"

from midea-ac-py.

benjinne avatar benjinne commented on August 16, 2024

The CRC errors have also been reported here #187.

You could try removing the check here https://github.com/mac-zhou/midea-msmart/blob/97723d055d8e5a3775eaaca96807f2dbbd6db2aa/msmart/device/AC/command.py#L178-L182

Don't know what that recursion error is about though.

I'm having the same issue, and this worked for me. I'm using a pioneer mini split

from midea-ac-py.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.