datMaffin / homebridge-tesla-powerwall

Homebridge Plugin for the Tesla Powerwall
ISC License
21 stars 11 forks source link

Home App showing Not Unsupported #17

Closed acuraxl closed 4 years ago

acuraxl commented 4 years ago

I just installed this plugin and getting Not Support for Battery Charge and Grid Feed Accessory in the Apple Home App. All the Flow Accessory showing up normally with Fan icon.

datMaffin commented 4 years ago

You can disable the accessories only supported by the Eve.app: https://github.com/datMaffin/homebridge-tesla-powerwall#using-only-homeapp-supported-services-all-the-visualization-services

acuraxl commented 4 years ago

That is the config i'm using, i even reset it the homebridge and remove and readded into home app but its still showing up

acuraxl commented 4 years ago

This the config i'm using

   {
        "platform": "TeslaPowerwall",
        "name": "Tesla Powerwall",
        "ip": "192.168.x.x",
        "pollingInterval": 10000,
        "historyInterval": 120000,
        "lowBattery": 10,
        "historySetting": {
            "storage": "fs"
        },
        "additionalServices": {
            "powerwall": {
                "eveHistory": false
            },
            "solar": {
                "evePowerMeter": false,
                "eveHistory": false
            },
            "grid": {
                "positiveEvePowerMeter": false,
                "negativeEvePowerMeter": false,
                "eveHistory": false
            },
            "battery": {
                "positiveEvePowerMeter": false,
                "negativeEvePowerMeter": false,
                "eveHistory": false
            },
            "home": {
                "evePowerMeter": false,
                "eveHistory": false
            }
        }

FYI, I also restarted the homebridge

[5/3/2020, 1:28:08 PM] [Tesla Powerwall] Initializing TeslaPowerwall platform... [5/3/2020, 1:28:08 PM] Initializing platform accessory 'Powerwall'... [5/3/2020, 1:28:08 PM] Initializing platform accessory 'Solar'... [5/3/2020, 1:28:08 PM] Initializing platform accessory 'Grid'... [5/3/2020, 1:28:08 PM] Initializing platform accessory 'Grid Feed'... [5/3/2020, 1:28:08 PM] Initializing platform accessory 'Battery'... [5/3/2020, 1:28:08 PM] Initializing platform accessory 'Battery Charge'... [5/3/2020, 1:28:08 PM] Initializing platform accessory 'Home'...

datMaffin commented 4 years ago

Hmm... I see the same behavior on my end...

I am now investigating.

acuraxl commented 4 years ago

Thanks for looking into it

datMaffin commented 4 years ago

I had a typo in my code. I wrote negativeRvePowerMeter instead of negativeEvePowerMeter.

You can install the fix with npm install -g homebridge-tesla-powerwall@1.0.1-Beta.

Thanks for reporting this issue!