question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Homebridge Mi Acpartner doesn't work any more with 1.3.x

See original GitHub issue

Describe The Bug: After updating to v1.3.0, managing AC is broken. Plugin used: MiACPartner @latest

No errors. Apple HomeKit sees AC as expected but any actions doesn’t manage AC.

To Reproduce: Update HB from 1.2.5 to 1.3.0.

Expected behavior: AC actions should work and manage AC device via Apple Home.

Homebridge Config:

{
            "name": "Config",
            "port": 8080,
            "auth": "form",
            "theme": "auto",
            "restart": "sudo -n systemctl restart homebridge",
            "tempUnits": "c",
            "lang": "auto",
            "sudo": true,
            "log": {
                "method": "systemd",
                "service": "homebridge"
            },
            "platform": "config",
            "sessionTimeout": 28800
        }
{
    "bridge": {
        "name": "RasBri",
        "username": "MAC",
        "port": 51826,
        "pin": "000-00-000",
        "advertiser": "ciao"
    },
    "description": "Homebridge",
    "platforms": [
        {
            "platform": "MiAqaraPlatform",
            "manage": {
                "port": 11128,
                "password": "1111111111"
            },
            "gateways": {
                "7c49eb7feba4": "apo6zi1dylght6h4"
            },
            "defaultValue": {
                "7c49eb7feba4": {
                    "AcPartner_LightSensor": {
                        "name": "gateway light sensor",
                        "disable": true
                    },
                    "AcPartner_Switch_JoinPermission": {
                        "name": "gateway join permission switch",
                        "disable": true
                    }
                }
            }
        },
        {
            "platform": "XiaoMiAcPartner",
            "devices": {
                "ipAddress": "deviceToken"
            },
            "accessories": [
                {
                    "name": "AC Partner",
                    "type": "climate",
                    "sensorSid": "lumi.158d0002272e48",
                    "breaker": false
                }
            ]
        },
        {
            "name": "Config",
            "port": 8080,
            "auth": "form",
            "theme": "auto",
            "restart": "sudo -n systemctl restart homebridge",
            "tempUnits": "c",
            "lang": "auto",
            "sudo": true,
            "log": {
                "method": "systemd",
                "service": "homebridge"
            },
            "platform": "config",
            "sessionTimeout": 28800
        }
    ],
    "accessories": [
        {
            "name": "Cleaner",
            "ip": "IP address",
            "token": "myToken",
            "waterBox": false,
            "pause": false,
            "dock": false,
            "accessory": "XiaomiRoborockVacuum"
        }
    ]
}

Screenshots:

Environment:

  • Node.js Version: v14.15.0
  • NPM Version: v6.14.8
  • Homebridge Version: 1.3.0
  • Operating System: Raspbian
  • Process Supervisor: don’t know

Issue Analytics

  • State:closed
  • Created 3 years ago
  • Comments:8 (2 by maintainers)

github_iconTop GitHub Comments

1reaction
oznucommented, Feb 23, 2021

Please provide logs so we can see what’s going on.

You additionally report the issue to the plugin author.

0reactions
github-actions[bot]commented, Apr 18, 2021

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.

Read more comments on GitHub >

github_iconTop Results From Across the Web

Issues · LASER-Yi/homebridge-mi-acpartner - GitHub
Plugin crashes HomeBridge when unable to connect. #98 opened on Jun 28 by TJT-JTJ ... Mi Acpartner doesn't work with Homebridge any more...
Read more >
homebridge-mi-acpartner - npm
Start using homebridge-mi-acpartner in your project by running `npm i homebridge-mi-acpartner`. ... Package no longer supported.
Read more >
homebridge-miot/CHANGELOG.md - UNPKG
1, # Changelog. 2, All notable changes to this project will be documented in this file. 3. 4, The format is based on...
Read more >
Homebridge
Homebridge allows you to integrate with smart home devices that do not natively support HomeKit. There are over 2,000 Homebridge plugins supporting ...
Read more >
Homebridge 1.3.1 is officially released - Reddit
2820 - Fix an issue where a child bridge would not load if another ... Actually i'm not getting these characteristics errors anymore...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found