aurc / melview-mitsubishi-au-nz

Apache License 2.0
9 stars 5 forks source link

Doesn't reliably turn two devices on or off #3

Open nzdew opened 3 years ago

nzdew commented 3 years ago

Describe The Bug: We have two A/C units controlled with the Mitsubishi Cloud app. The plugin reliably and quickly turns the systems on and off when you use the home app and do it one by one. If I use automations and turn both on at the same time in the same automation, one or other doesn't always turn on. It's not always the same unit, but it does always happen. It's as if the cloud app can't handle two requests coming at the same time. Also - it would be good to be able to select "auto" as a fan speed option.

To Reproduce: The automation runs every day.

Expected behavior: Both units turn on.

Logs:

Show the Homebridge logs here, remove any sensitive information.

Plugin Config:

{
    "bridge": {
        "name": "Homebridge C42D",
        "username": "0E:E6:B0:20:C4:2D",
        "port": 51534,
        "pin": "472-95-142"
    },
    "accessories": [],
    "platforms": [
        {
            "name": "Config",
            "port": 8581,
            "platform": "config"
        },
        {
            "platform": "VeraController",
            "name": "Veralite",
            "controller_ip": "192.168.1.229",
            "excluded_vera_device_types": [
                "urn:schemas-micasaverde-com:device:ZWaveNetwork"
            ],
            "logConfig": {
                "debug": false,
                "showChanges": true,
                "hideTimestamp": false,
                "hideNamePrefix": false,
                "file": {
                    "enabled": true,
                    "level": "good"
                }
            }
        },
        {
            "user": "*****@*****.***",
            "password": "******",
            "dry": false,
            "platform": "MitsubishiAUNZ"

Screenshots:

Environment:

Raspbian GNU/Linux Buster (10) homebridge 192.168.1.75 fe80::f292:8516:2993:47dd v12.19.0 v6.14.8 pi /var/lib/homebridge /var/lib/homebridge/config.json Yes

Plugin Version: latest

aurc commented 3 years ago

Hi @nzdew,

Thank you for your issue report. In order for me to investigate, could you please advise which app did you use the create the automation? What the created with HomeKit. Could you please advise how the automation was created, and the parameters are, etc. This way I might be able to reproduce the problem.

As for the fan speed and auto fan speed it will be coming shortly.

nzdew commented 3 years ago

The home app on my iPhone.

Parameters are time of day, in this case 630am, every day of the week, and only if someone is at home.

Thanks,

Drew

Sent from my iPhone

On 8/08/2021, at 7:34 PM, aurc @.***> wrote:

 Hi @nzdew,

Thank you for your issue report. In order for me to investigate, could you please advise which app did you use the create the automation? What the created with HomeKit. Could you please advise how the automation was created, and the parameters are, etc. This way I might be able to reproduce the problem.

As for the fan speed and auto fan speed it will be coming shortly.

— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub, or unsubscribe.

aurc commented 3 years ago

Do you set it to auto, a particular temperature? Turn on IF a certain temp threshold criteria is met?

nzdew commented 3 years ago

Hi. No. It’s set to come on at a certain time and heat to a set temp.

Sent from my iPhone

On 8/08/2021, at 10:21 PM, aurc @.***> wrote:

 Do you set it to auto, a particular temperature? Turn on IF a certain temp threshold criteria is met?

— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub, or unsubscribe.