grzegorz914 / homebridge-enphase-envoy

Homebridge plugin for Photovoltaic Energy System manufactured by Enphase. Supported Envoy-IQ, Envoy-S and all peripheral devices.
MIT License
47 stars 9 forks source link

This accessory is not currently supported by the Home app #27

Closed godzero99 closed 3 years ago

godzero99 commented 3 years ago

Hi,

I installed plugin and configured IP of envoy. Left other config as default. Homebridge pull data from envoy. When I add accessory to home app. It is added. But came up with error "This accessory is not currently supported by the Home app"

What do I did wrong?

plugin version: homebridge-enphase-envoy v4.6.15-beta.21 homebridge version: v1.3.1

Debug from homebridge:

[3/3/2021, 2:14:43 PM] [enphaseEnvoy] Device: 192.168.x.13 Envoy-S, parse info.xml successful: {  "envoy_info": {  "time": [  "1614741241"  ],  "device": [  {  "sn": [  "xxxxxxx"  ],  "pn": [  "800-00554-r03"  ],  "software": [  "R4.10.35"  ],  "euaid": [  "4c8675"  ],  "seqnum": [  "0"  ],  "apiver": [  "1"  ],  "imeter": [  "true"  ]  }  ],  "package": [  {  "$": {  "name": "rootfs"  },  "pn": [  "500-00001-r01"  ],  "version": [  "02.00.00"  ],  "build": [  "945"  ]  },  {  "$": {  "name": "kernel"  },  "pn": [  "500-00011-r01"  ],  "version": [  "04.00.00"  ],  "build": [  "5bb754"  ]  },  {  "$": {  "name": "boot"  },  "pn": [  "590-00018-r01"  ],  "version": [  "02.00.01"  ],  "build": [  "426697"  ]  },  {  "$": {  "name": "app"  },  "pn": [  "500-00002-r01"  ],  "version": [  "04.10.35"  ],  "build": [  "6ed292"  ]  },  {  "$": {  "name": "devimg"  },  "pn": [  "500-00005-r01"  ],  "version": [  "01.02.186"  ],  "build": [  "d0d70f"  ]  },  {  "$": {  "name": "geo"  },  "pn": [  "500-00008-r01"  ],  "version": [  "02.01.22"  ],  "build": [  "06e201"  ]  },  {  "$": {  "name": "backbone"  },  "pn": [  "500-00010-r01"  ],  "version": [  "04.10.25"  ],  "build": [  "7b7de5"  ]  },  {  "$": {  "name": "meter"  },  "pn": [  "500-00013-r01"  ],  "version": [  "03.02.07"  ],  "build": [  "4c9d48"  ]  },  {  "$": {  "name": "agf"  },  "pn": [  "500-00012-r01"  ],  "version": [  "02.02.00"  ],  "build": [  "c00a8f"  ]  },  {  "$": {  "name": "security"  },  "pn": [  "500-00016-r01"  ],  "version": [  "02.00.00"  ],  "build": [  "54a6dc"  ]  }  ],  "build_info": [  {  "build_time_gmt": [  "1542157882"  ],  "build_id": [  "release-4.10.x-103-Nov-12-18-18:25:06"  ]  }  ]  } } [3/3/2021, 2:14:43 PM] [enphaseEnvoy] Device: 192.168.x.13 Envoy-S, saved Device Info successful. [3/3/2021, 2:14:43 PM] [enphaseEnvoy] -------- Envoy-S -------- [3/3/2021, 2:14:43 PM] [enphaseEnvoy] Manufacturer: Enphase [3/3/2021, 2:14:43 PM] [enphaseEnvoy] Model: ENV-S-WM-230 [3/3/2021, 2:14:43 PM] [enphaseEnvoy] Api ver: 1 [3/3/2021, 2:14:43 PM] [enphaseEnvoy] Firmware: R4.10.35 [3/3/2021, 2:14:43 PM] [enphaseEnvoy] SerialNr: xxxxxxxx [3/3/2021, 2:14:43 PM] [enphaseEnvoy] Time: 3/3/2021, 2:14:01 PM [3/3/2021, 2:14:43 PM] [enphaseEnvoy] ------------------------------ [3/3/2021, 2:14:43 PM] [enphaseEnvoy] Meters: Yes [3/3/2021, 2:14:43 PM] [enphaseEnvoy] Production: Enabled [3/3/2021, 2:14:43 PM] [enphaseEnvoy] Consumption: Enabled [3/3/2021, 2:14:43 PM] [enphaseEnvoy] ------------------------------ [3/3/2021, 2:14:43 PM] [enphaseEnvoy] Q-Relays: 2 [3/3/2021, 2:14:43 PM] [enphaseEnvoy] Encharges: 0 [3/3/2021, 2:14:43 PM] [enphaseEnvoy] Inverters: 18 [3/3/2021, 2:14:43 PM] [enphaseEnvoy] ------------------------------

grzegorz914 commented 3 years ago

Hi,

HomeKit app do not support custom Characteristic and display this plugin as unsupported. All version over 2.3 need other applike Controller or Eve to display correct all the data. The Controller app is also available on Mac.

https://apps.apple.com/us/app/controller-for-homekit/id1198176727

godzero99 commented 3 years ago

oh ok. Sorry I missed that.

Thanks for your help.