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

homebridge-enphase-envoy v4.5.0 #19

Closed hoefs closed 3 years ago

hoefs commented 3 years ago

Hi,

Can you fix this?

[2/23/2021, 10:53:19 AM] [homebridge-enphase-envoy] This plugin generated a warning from the characteristic 'Power max': characteristic was expected valid number and received NaN. See https://git.io/JtMGR for more info.
[2/23/2021, 10:53:19 AM] [homebridge-enphase-envoy] Error: 
    at Characteristic.enphasePowerMax.Characteristic.characteristicWarning (/usr/local/lib/node_modules/homebridge/node_modules/hap-nodejs/src/lib/Characteristic.ts:2164:105)
    at Characteristic.enphasePowerMax.Characteristic.validateUserInput (/usr/local/lib/node_modules/homebridge/node_modules/hap-nodejs/src/lib/Characteristic.ts:1966:16)
    at Characteristic.enphasePowerMax.<anonymous> (/usr/local/lib/node_modules/homebridge/node_modules/hap-nodejs/src/lib/Characteristic.ts:1442:24)
    at step (/usr/local/lib/node_modules/homebridge/node_modules/tslib/tslib.js:143:27)
    at Object.next (/usr/local/lib/node_modules/homebridge/node_modules/tslib/tslib.js:124:57)
    at fulfilled (/usr/local/lib/node_modules/homebridge/node_modules/tslib/tslib.js:114:62)
    at processTicksAndRejections (internal/process/task_queues.js:93:5)
[2/23/2021, 10:53:21 AM] [homebridge-enphase-envoy] This plugin generated a warning from the characteristic 'Power max': characteristic was expected valid number and received NaN. See https://git.io/JtMGR for more info.
[2/23/2021, 10:53:21 AM] [homebridge-enphase-envoy] Error: 
    at Characteristic.enphasePowerMax.Characteristic.characteristicWarning (/usr/local/lib/node_modules/homebridge/node_modules/hap-nodejs/src/lib/Characteristic.ts:2164:105)
    at Characteristic.enphasePowerMax.Characteristic.validateUserInput (/usr/local/lib/node_modules/homebridge/node_modules/hap-nodejs/src/lib/Characteristic.ts:1966:16)
    at Characteristic.enphasePowerMax.Characteristic.updateValue (/usr/local/lib/node_modules/homebridge/node_modules/hap-nodejs/src/lib/Characteristic.ts:1365:20)
    at Service.enphasePowerEnergyMeter.Service.updateCharacteristic (/usr/local/lib/node_modules/homebridge/node_modules/hap-nodejs/src/lib/Service.ts:465:35)
    at envoyDevice.updateDeviceState (/homebridge/node_modules/homebridge-enphase-envoy/index.js:1790:39)

thanks

grzegorz914 commented 3 years ago

Hmm, I don't get this warning, im tested on hb 1.3.0 and 1.3.1 and no warning here. Can U explain more detail.

hoefs commented 3 years ago

Hmm, I don't get this warning, im tested on hb 1.3.0 and 1.3.1 and no warning here. Can U explain more detail.

Hi. I am using 1.3.1 and the lastest homebridge-enphase-envoy v4.5.0

These errors are apearing every minute.

This is my config:

        {
            "devices": [
                {
                    "name": "Envoy-S",
                    "host": "192.168.2.25",
                    "refreshInterval": 30,
                    "disableLogInfo": false,
                    "envoyUser": "envoy",
                    "envoyPasswd": "xxxxxx",
                    "installerUser": "installer",
                    "installerPasswd": "xxxxxxxx",
                    "enchargeStorageOffset": 0,
                    "powerProductionMaxDetected": 3400,
                    "energyProductionLifetimeOffset": 0,
                    "powerConsumptionTotalMaxDetected": 0,
                    "energyConsumptionTotalLifetimeOffset": 0,
                    "powerConsumptionNetMaxDetected": 0,
                    "energyConsumptionNetLifetimeOffset": 0,
                    "manufacturer": "Enphase",
                    "modelName": "Envoy-S"
                }
            ],
            "platform": "enphaseEnvoy"
        }

I havent changed anything since the last builds, only upgraded hb to 1.3.1 and your plugin to latest...

[2/23/2021, 11:35:57 AM] [enphaseEnvoy] Device: 192.168.2.25 Envoy-S, microinverter: 121932033746 last power: 102 W
[2/23/2021, 11:35:57 AM] [enphaseEnvoy] Device: 192.168.2.25 Envoy-S, microinverter: 121932033746 max power: 213 W
[2/23/2021, 11:35:57 AM] [enphaseEnvoy] Device: 192.168.2.25 Envoy-S, microinverter: 121932033746 producing: Yes
[2/23/2021, 11:35:57 AM] [enphaseEnvoy] Device: 192.168.2.25 Envoy-S, microinverter: 121932033746 communicating: Yes
[2/23/2021, 11:35:57 AM] [enphaseEnvoy] Device: 192.168.2.25 Envoy-S, microinverter: 121932033746 provisioned: Yes
[2/23/2021, 11:35:57 AM] [enphaseEnvoy] Device: 192.168.2.25 Envoy-S, microinverter: 121932033746 operating: Yes
[2/23/2021, 11:35:57 AM] [enphaseEnvoy] Device: 192.168.2.25 Envoy-S, microinverter: 121932033746 comm. level: 0
[2/23/2021, 11:35:57 AM] [enphaseEnvoy] Device: 192.168.2.25 Envoy-S, microinverter: 121932033746 status: Normal
[2/23/2021, 11:35:57 AM] [enphaseEnvoy] Device: 192.168.2.25 Envoy-S, microinverter: 121932033746 firmware: 520-00082-r01-v04.27.04
[2/23/2021, 11:35:57 AM] [enphaseEnvoy] Device: 192.168.2.25 Envoy-S, microinverter: 121932033746 last report: 2/23/2021, 11:34:15 AM
[2/23/2021, 11:35:57 AM] [enphaseEnvoy] Device: 192.168.2.25 Envoy-S, microinverter: 121932035604 last power: 103 W
[2/23/2021, 11:35:57 AM] [enphaseEnvoy] Device: 192.168.2.25 Envoy-S, microinverter: 121932035604 max power: 215 W
[2/23/2021, 11:35:57 AM] [enphaseEnvoy] Device: 192.168.2.25 Envoy-S, microinverter: 121932035604 producing: Yes
[2/23/2021, 11:35:57 AM] [enphaseEnvoy] Device: 192.168.2.25 Envoy-S, microinverter: 121932035604 communicating: Yes
[2/23/2021, 11:35:57 AM] [enphaseEnvoy] Device: 192.168.2.25 Envoy-S, microinverter: 121932035604 provisioned: Yes
[2/23/2021, 11:35:57 AM] [enphaseEnvoy] Device: 192.168.2.25 Envoy-S, microinverter: 121932035604 operating: Yes
[2/23/2021, 11:35:57 AM] [enphaseEnvoy] Device: 192.168.2.25 Envoy-S, microinverter: 121932035604 comm. level: 0
[2/23/2021, 11:35:57 AM] [enphaseEnvoy] Device: 192.168.2.25 Envoy-S, microinverter: 121932035604 status: Normal
[2/23/2021, 11:35:57 AM] [enphaseEnvoy] Device: 192.168.2.25 Envoy-S, microinverter: 121932035604 firmware: 520-00082-r01-v04.27.04
[2/23/2021, 11:35:57 AM] [enphaseEnvoy] Device: 192.168.2.25 Envoy-S, microinverter: 121932035604 last report: 2/23/2021, 11:34:17 AM
[2/23/2021, 11:35:57 AM] [enphaseEnvoy] Device: 192.168.2.25 Envoy-S, microinverter: 121931157713 last power: 102 W
[2/23/2021, 11:35:57 AM] [enphaseEnvoy] Device: 192.168.2.25 Envoy-S, microinverter: 121931157713 max power: 213 W
[2/23/2021, 11:35:57 AM] [enphaseEnvoy] Device: 192.168.2.25 Envoy-S, microinverter: 121931157713 producing: Yes
[2/23/2021, 11:35:57 AM] [enphaseEnvoy] Device: 192.168.2.25 Envoy-S, microinverter: 121931157713 communicating: Yes
[2/23/2021, 11:35:57 AM] [enphaseEnvoy] Device: 192.168.2.25 Envoy-S, microinverter: 121931157713 provisioned: Yes
[2/23/2021, 11:35:57 AM] [enphaseEnvoy] Device: 192.168.2.25 Envoy-S, microinverter: 121931157713 operating: Yes
[2/23/2021, 11:35:57 AM] [enphaseEnvoy] Device: 192.168.2.25 Envoy-S, microinverter: 121931157713 comm. level: 0
[2/23/2021, 11:35:57 AM] [enphaseEnvoy] Device: 192.168.2.25 Envoy-S, microinverter: 121931157713 status: Normal
[2/23/2021, 11:35:57 AM] [enphaseEnvoy] Device: 192.168.2.25 Envoy-S, microinverter: 121931157713 firmware: 520-00082-r01-v04.27.04
[2/23/2021, 11:35:57 AM] [enphaseEnvoy] Device: 192.168.2.25 Envoy-S, microinverter: 121931157713 last report: 2/23/2021, 11:34:19 AM
[2/23/2021, 11:35:57 AM] [enphaseEnvoy] Device: 192.168.2.25 Envoy-S, microinverter: 121932034199 last power: 101 W
[2/23/2021, 11:35:57 AM] [enphaseEnvoy] Device: 192.168.2.25 Envoy-S, microinverter: 121932034199 max power: 213 W
[2/23/2021, 11:35:57 AM] [enphaseEnvoy] Device: 192.168.2.25 Envoy-S, microinverter: 121932034199 producing: Yes
[2/23/2021, 11:35:57 AM] [enphaseEnvoy] Device: 192.168.2.25 Envoy-S, microinverter: 121932034199 communicating: Yes
[2/23/2021, 11:35:57 AM] [enphaseEnvoy] Device: 192.168.2.25 Envoy-S, microinverter: 121932034199 provisioned: Yes
[2/23/2021, 11:35:57 AM] [enphaseEnvoy] Device: 192.168.2.25 Envoy-S, microinverter: 121932034199 operating: Yes
[2/23/2021, 11:35:57 AM] [enphaseEnvoy] Device: 192.168.2.25 Envoy-S, microinverter: 121932034199 comm. level: 0
[2/23/2021, 11:35:57 AM] [enphaseEnvoy] Device: 192.168.2.25 Envoy-S, microinverter: 121932034199 status: Normal
[2/23/2021, 11:35:57 AM] [enphaseEnvoy] Device: 192.168.2.25 Envoy-S, microinverter: 121932034199 firmware: 520-00082-r01-v04.27.04
[2/23/2021, 11:35:57 AM] [enphaseEnvoy] Device: 192.168.2.25 Envoy-S, microinverter: 121932034199 last report: 2/23/2021, 11:34:20 AM
[2/23/2021, 11:35:57 AM] [enphaseEnvoy] Device: 192.168.2.25 Envoy-S, microinverter: 121932039006 last power: 100 W
[2/23/2021, 11:35:57 AM] [enphaseEnvoy] Device: 192.168.2.25 Envoy-S, microinverter: 121932039006 max power: 211 W
[2/23/2021, 11:35:57 AM] [enphaseEnvoy] Device: 192.168.2.25 Envoy-S, microinverter: 121932039006 producing: Yes
[2/23/2021, 11:35:57 AM] [enphaseEnvoy] Device: 192.168.2.25 Envoy-S, microinverter: 121932039006 communicating: Yes
[2/23/2021, 11:35:57 AM] [enphaseEnvoy] Device: 192.168.2.25 Envoy-S, microinverter: 121932039006 provisioned: Yes
[2/23/2021, 11:35:57 AM] [enphaseEnvoy] Device: 192.168.2.25 Envoy-S, microinverter: 121932039006 operating: Yes
[2/23/2021, 11:35:57 AM] [enphaseEnvoy] Device: 192.168.2.25 Envoy-S, microinverter: 121932039006 comm. level: 0
[2/23/2021, 11:35:57 AM] [enphaseEnvoy] Device: 192.168.2.25 Envoy-S, microinverter: 121932039006 status: Normal
[2/23/2021, 11:35:57 AM] [enphaseEnvoy] Device: 192.168.2.25 Envoy-S, microinverter: 121932039006 firmware: 520-00082-r01-v04.27.04
[2/23/2021, 11:35:57 AM] [enphaseEnvoy] Device: 192.168.2.25 Envoy-S, microinverter: 121932039006 last report: 2/23/2021, 11:34:21 AM
[2/23/2021, 11:35:57 AM] [enphaseEnvoy] Device: 192.168.2.25 Envoy-S, microinverter: 121931158966 last power: 101 W
[2/23/2021, 11:35:57 AM] [enphaseEnvoy] Device: 192.168.2.25 Envoy-S, microinverter: 121931158966 max power: 214 W
[2/23/2021, 11:35:57 AM] [enphaseEnvoy] Device: 192.168.2.25 Envoy-S, microinverter: 121931158966 producing: Yes
[2/23/2021, 11:35:57 AM] [enphaseEnvoy] Device: 192.168.2.25 Envoy-S, microinverter: 121931158966 communicating: Yes
[2/23/2021, 11:35:57 AM] [enphaseEnvoy] Device: 192.168.2.25 Envoy-S, microinverter: 121931158966 provisioned: Yes
[2/23/2021, 11:35:57 AM] [enphaseEnvoy] Device: 192.168.2.25 Envoy-S, microinverter: 121931158966 operating: Yes
[2/23/2021, 11:35:57 AM] [enphaseEnvoy] Device: 192.168.2.25 Envoy-S, microinverter: 121931158966 comm. level: 0
[2/23/2021, 11:35:57 AM] [enphaseEnvoy] Device: 192.168.2.25 Envoy-S, microinverter: 121931158966 status: Normal
[2/23/2021, 11:35:57 AM] [enphaseEnvoy] Device: 192.168.2.25 Envoy-S, microinverter: 121931158966 firmware: 520-00082-r01-v04.27.04
[2/23/2021, 11:35:57 AM] [enphaseEnvoy] Device: 192.168.2.25 Envoy-S, microinverter: 121931158966 last report: 2/23/2021, 11:34:23 AM
[2/23/2021, 11:35:57 AM] [enphaseEnvoy] Device: 192.168.2.25 Envoy-S, microinverter: 121932016549 last power: 100 W
[2/23/2021, 11:35:57 AM] [enphaseEnvoy] Device: 192.168.2.25 Envoy-S, microinverter: 121932016549 max power: 218 W
[2/23/2021, 11:35:57 AM] [enphaseEnvoy] Device: 192.168.2.25 Envoy-S, microinverter: 121932016549 producing: Yes
[2/23/2021, 11:35:57 AM] [enphaseEnvoy] Device: 192.168.2.25 Envoy-S, microinverter: 121932016549 communicating: Yes
[2/23/2021, 11:35:57 AM] [enphaseEnvoy] Device: 192.168.2.25 Envoy-S, microinverter: 121932016549 provisioned: Yes
[2/23/2021, 11:35:57 AM] [enphaseEnvoy] Device: 192.168.2.25 Envoy-S, microinverter: 121932016549 operating: Yes
[2/23/2021, 11:35:57 AM] [enphaseEnvoy] Device: 192.168.2.25 Envoy-S, microinverter: 121932016549 comm. level: 0
[2/23/2021, 11:35:57 AM] [enphaseEnvoy] Device: 192.168.2.25 Envoy-S, microinverter: 121932016549 status: Normal
[2/23/2021, 11:35:57 AM] [enphaseEnvoy] Device: 192.168.2.25 Envoy-S, microinverter: 121932016549 firmware: 520-00082-r01-v04.27.04
[2/23/2021, 11:35:57 AM] [enphaseEnvoy] Device: 192.168.2.25 Envoy-S, microinverter: 121932016549 last report: 2/23/2021, 11:34:24 AM
[2/23/2021, 11:35:57 AM] [enphaseEnvoy] Device: 192.168.2.25 Envoy-S, microinverter: 121932039459 last power: 99 W
[2/23/2021, 11:35:57 AM] [enphaseEnvoy] Device: 192.168.2.25 Envoy-S, microinverter: 121932039459 max power: 215 W
[2/23/2021, 11:35:57 AM] [enphaseEnvoy] Device: 192.168.2.25 Envoy-S, microinverter: 121932039459 producing: Yes
[2/23/2021, 11:35:57 AM] [enphaseEnvoy] Device: 192.168.2.25 Envoy-S, microinverter: 121932039459 communicating: Yes
[2/23/2021, 11:35:57 AM] [enphaseEnvoy] Device: 192.168.2.25 Envoy-S, microinverter: 121932039459 provisioned: Yes
[2/23/2021, 11:35:57 AM] [enphaseEnvoy] Device: 192.168.2.25 Envoy-S, microinverter: 121932039459 operating: Yes
[2/23/2021, 11:35:57 AM] [enphaseEnvoy] Device: 192.168.2.25 Envoy-S, microinverter: 121932039459 comm. level: 0
[2/23/2021, 11:35:57 AM] [enphaseEnvoy] Device: 192.168.2.25 Envoy-S, microinverter: 121932039459 status: Normal
[2/23/2021, 11:35:57 AM] [enphaseEnvoy] Device: 192.168.2.25 Envoy-S, microinverter: 121932039459 firmware: 520-00082-r01-v04.27.04
[2/23/2021, 11:35:57 AM] [enphaseEnvoy] Device: 192.168.2.25 Envoy-S, microinverter: 121932039459 last report: 2/23/2021, 11:34:25 AM
[2/23/2021, 11:35:57 AM] [homebridge-enphase-envoy] This plugin generated a warning from the characteristic 'Power max': characteristic was expected valid number and received NaN. See https://git.io/JtMGR for more info.
[2/23/2021, 11:35:57 AM] [homebridge-enphase-envoy] Error: 
    at Characteristic.enphasePowerMax.Characteristic.characteristicWarning (/usr/local/lib/node_modules/homebridge/node_modules/hap-nodejs/src/lib/Characteristic.ts:2164:105)
    at Characteristic.enphasePowerMax.Characteristic.validateUserInput (/usr/local/lib/node_modules/homebridge/node_modules/hap-nodejs/src/lib/Characteristic.ts:1966:16)
    at Characteristic.enphasePowerMax.<anonymous> (/usr/local/lib/node_modules/homebridge/node_modules/hap-nodejs/src/lib/Characteristic.ts:1442:24)
    at step (/usr/local/lib/node_modules/homebridge/node_modules/tslib/tslib.js:143:27)
    at Object.next (/usr/local/lib/node_modules/homebridge/node_modules/tslib/tslib.js:124:57)
    at fulfilled (/usr/local/lib/node_modules/homebridge/node_modules/tslib/tslib.js:114:62)
    at processTicksAndRejections (internal/process/task_queues.js:93:5)
[2/23/2021, 11:36:07 AM] [enphaseEnvoy] Debug home: {
  software_build_epoch: 1542074240,
  is_nonvoy: false,
  db_size: '27 MB',
  db_percent_full: '7',
  timezone: 'Europe/Brussels',
  current_date: '02/23/2021',
  current_time: '11:35',
  network: [Object],
  tariff: 'none',
  comm: [Object],
  alerts: [],
  update_status: 'satisfied'
}, inventory: [ [Object], [Object], [Object] ], meters: [], production: {
  wattHoursToday: 1456,
  wattHoursSevenDays: 60318,
  wattHoursLifetime: 4943237,
  wattsNow: 1424
} productionCT: { production: [Array], storage: [Array] }
[2/23/2021, 11:36:08 AM] [homebridge-enphase-envoy] This plugin generated a warning from the characteristic 'Power max': characteristic was expected valid number and received NaN. See https://git.io/JtMGR for more info.
[2/23/2021, 11:36:08 AM] [homebridge-enphase-envoy] Error: 
    at Characteristic.enphasePowerMax.Characteristic.characteristicWarning (/usr/local/lib/node_modules/homebridge/node_modules/hap-nodejs/src/lib/Characteristic.ts:2164:105)
    at Characteristic.enphasePowerMax.Characteristic.validateUserInput (/usr/local/lib/node_modules/homebridge/node_modules/hap-nodejs/src/lib/Characteristic.ts:1966:16)
    at Characteristic.enphasePowerMax.Characteristic.updateValue (/usr/local/lib/node_modules/homebridge/node_modules/hap-nodejs/src/lib/Characteristic.ts:1365:20)
    at Service.enphasePowerEnergyMeter.Service.updateCharacteristic (/usr/local/lib/node_modules/homebridge/node_modules/hap-nodejs/src/lib/Service.ts:465:35)
    at envoyDevice.updateDeviceState (/homebridge/node_modules/homebridge-enphase-envoy/index.js:1790:39)
[2/23/2021, 11:36:08 AM] [ZP] warning: heartbeat 36, drift 453
[2/23/2021, 11:36:08 AM] [enphaseEnvoy] Debug production inverters: [
  [Object], [Object],
  [Object], [Object],
  [Object], [Object],
  [Object], [Object],
  [Object], [Object],
  [Object], [Object],
  [Object], [Object]
]
[2/23/2021, 11:36:41 AM] [enphaseEnvoy] Debug home: {
  software_build_epoch: 1542074240,
  is_nonvoy: false,
  db_size: '27 MB',
  db_percent_full: '7',
  timezone: 'Europe/Brussels',
  current_date: '02/23/2021',
  current_time: '11:36',
  network: [Object],
  tariff: 'none',
  comm: [Object],
  alerts: [],
  update_status: 'satisfied'
}, inventory: [ [Object], [Object], [Object] ], meters: [], production: {
  wattHoursToday: 1495,
  wattHoursSevenDays: 60260,
  wattHoursLifetime: 4943275,
  wattsNow: 1496
} productionCT: { production: [Array], storage: [Array] }
[2/23/2021, 11:36:41 AM] [homebridge-enphase-envoy] This plugin generated a warning from the characteristic 'Power max': characteristic was expected valid number and received NaN. See https://git.io/JtMGR for more info.
[2/23/2021, 11:36:41 AM] [homebridge-enphase-envoy] Error: 
    at Characteristic.enphasePowerMax.Characteristic.characteristicWarning (/usr/local/lib/node_modules/homebridge/node_modules/hap-nodejs/src/lib/Characteristic.ts:2164:105)
    at Characteristic.enphasePowerMax.Characteristic.validateUserInput (/usr/local/lib/node_modules/homebridge/node_modules/hap-nodejs/src/lib/Characteristic.ts:1966:16)
    at Characteristic.enphasePowerMax.Characteristic.updateValue (/usr/local/lib/node_modules/homebridge/node_modules/hap-nodejs/src/lib/Characteristic.ts:1365:20)
    at Service.enphasePowerEnergyMeter.Service.updateCharacteristic (/usr/local/lib/node_modules/homebridge/node_modules/hap-nodejs/src/lib/Service.ts:465:35)
    at envoyDevice.updateDeviceState (/homebridge/node_modules/homebridge-enphase-envoy/index.js:1790:39)
[2/23/2021, 11:36:41 AM] [enphaseEnvoy] Debug production inverters: [
  [Object], [Object],
  [Object], [Object],
  [Object], [Object],
  [Object], [Object],
  [Object], [Object],
  [Object], [Object],
  [Object], [Object]
]
[2/23/2021, 11:36:42 AM] [Verisure] info Alarm (Thuis): Getting current alarm state.
[2/23/2021, 11:36:42 AM] [Verisure] info VOORDEUR: Getting current sensor state.
[2/23/2021, 11:36:42 AM] [Verisure] info KEUKENRAAM: Getting current sensor state.
[2/23/2021, 11:36:42 AM] [Verisure] info GARAGEDEUR: Getting current sensor state.
[2/23/2021, 11:36:43 AM] [enphaseEnvoy] Device: 192.168.2.25 Envoy-S, envoy: 121921106049 allerts: No allerts
[2/23/2021, 11:36:43 AM] [enphaseEnvoy] Device: 192.168.2.25 Envoy-S, envoy: 121921106049 network interface: Ethernet
[2/23/2021, 11:36:43 AM] [enphaseEnvoy] Device: 192.168.2.25 Envoy-S, envoy: 121921106049 web communication: true
[2/23/2021, 11:36:43 AM] [enphaseEnvoy] Device: 192.168.2.25 Envoy-S, envoy: 121921106049 report to enlighten: true
[2/23/2021, 11:36:43 AM] [enphaseEnvoy] Device: 192.168.2.25 Envoy-S, envoy: 121921106049 communication devices and level: 15 / 3
[2/23/2021, 11:36:43 AM] [enphaseEnvoy] Device: 192.168.2.25 Envoy-S, envoy: 121921106049 communication Encharges and level: 14 / 4
[2/23/2021, 11:36:43 AM] [enphaseEnvoy] Device: 192.168.2.25 Envoy-S, envoy: 121921106049 communication Encharges and level 0 / 0
[2/23/2021, 11:36:43 AM] [enphaseEnvoy] Device: 192.168.2.25 Envoy-S, envoy: 121921106049 communication qRelays and level: 1 / 4
[2/23/2021, 11:36:43 AM] [enphaseEnvoy] Device: 192.168.2.25 Envoy-S, envoy: 121921106049 db size: 27 MB / 7%
[2/23/2021, 11:36:43 AM] [enphaseEnvoy] Device: 192.168.2.25 Envoy-S, envoy: 121921106049 tariff: Not defined
[2/23/2021, 11:36:43 AM] [enphaseEnvoy] Device: 192.168.2.25 Envoy-S, envoy: 121921106049 update status: Satisfied
[2/23/2021, 11:36:43 AM] [enphaseEnvoy] Device: 192.168.2.25 Envoy-S, envoy: 121921106049 time zone: Europe/Brussels
[2/23/2021, 11:36:43 AM] [enphaseEnvoy] Device: 192.168.2.25 Envoy-S, envoy: 121921106049 current date and time: 02/23/2021 11:36
[2/23/2021, 11:36:43 AM] [enphaseEnvoy] Device: 192.168.2.25 Envoy-S, envoy: 121921106049 last report to enlighten: 2/23/2021, 11:34:22 AM
[2/23/2021, 11:36:43 AM] [enphaseEnvoy] Device: 192.168.2.25 Envoy-S, qrelay: 121910052727 relay: Closed
[2/23/2021, 11:36:43 AM] [enphaseEnvoy] Device: 192.168.2.25 Envoy-S, qrelay: 121910052727 lines: 1
[2/23/2021, 11:36:43 AM] [enphaseEnvoy] Device: 192.168.2.25 Envoy-S, qrelay: 121910052727 line 1: Closed
[2/23/2021, 11:36:43 AM] [enphaseEnvoy] Device: 192.168.2.25 Envoy-S, qrelay: 121910052727 producing: No
[2/23/2021, 11:36:43 AM] [enphaseEnvoy] Device: 192.168.2.25 Envoy-S, qrelay: 121910052727 communicating: Yes
[2/23/2021, 11:36:43 AM] [enphaseEnvoy] Device: 192.168.2.25 Envoy-S, qrelay: 121910052727 provisioned: Yes
[2/23/2021, 11:36:43 AM] [enphaseEnvoy] Device: 192.168.2.25 Envoy-S, qrelay: 121910052727 operating: Yes
[2/23/2021, 11:36:43 AM] [enphaseEnvoy] Device: 192.168.2.25 Envoy-S, qrelay: 121910052727 comm. level: 0
[2/23/2021, 11:36:43 AM] [enphaseEnvoy] Device: 192.168.2.25 Envoy-S, qrelay: 121910052727 status: Normal
[2/23/2021, 11:36:43 AM] [enphaseEnvoy] Device: 192.168.2.25 Envoy-S, qrelay: 121910052727 firmware: 520-00086-r01-v02.12.07
[2/23/2021, 11:36:43 AM] [enphaseEnvoy] Device: 192.168.2.25 Envoy-S, qrelay: 121910052727 last report: 2/23/2021, 11:36:23 AM
[2/23/2021, 11:36:43 AM] [enphaseEnvoy] Device: 192.168.2.25 Envoy-S, production power: 1.496 kW
[2/23/2021, 11:36:43 AM] [enphaseEnvoy] Device: 192.168.2.25 Envoy-S, production power max: NaN kW
[2/23/2021, 11:36:43 AM] [enphaseEnvoy] Device: 192.168.2.25 Envoy-S, production power max detected: No
[2/23/2021, 11:36:43 AM] [enphaseEnvoy] Device: 192.168.2.25 Envoy-S, production energy today: 1.495 kWh
[2/23/2021, 11:36:43 AM] [enphaseEnvoy] Device: 192.168.2.25 Envoy-S, production energy last seven days: 60.260 kWh
[2/23/2021, 11:36:43 AM] [enphaseEnvoy] Device: 192.168.2.25 Envoy-S, production energy lifetime: 4943.275 kWh
[2/23/2021, 11:36:43 AM] [enphaseEnvoy] Device: 192.168.2.25 Envoy-S, production last report: 2/23/2021, 11:36:33 AM
[2/23/2021, 11:36:43 AM] [enphaseEnvoy] Device: 192.168.2.25 Envoy-S, microinverter: 121932016547 last power: 112 W
[2/23/2021, 11:36:43 AM] [enphaseEnvoy] Device: 192.168.2.25 Envoy-S, microinverter: 121932016547 max power: 216 W
[2/23/2021, 11:36:43 AM] [enphaseEnvoy] Device: 192.168.2.25 Envoy-S, microinverter: 121932016547 producing: Yes
[2/23/2021, 11:36:43 AM] [enphaseEnvoy] Device: 192.168.2.25 Envoy-S, microinverter: 121932016547 communicating: Yes
[2/23/2021, 11:36:43 AM] [enphaseEnvoy] Device: 192.168.2.25 Envoy-S, microinverter: 121932016547 provisioned: Yes
[2/23/2021, 11:36:43 AM] [enphaseEnvoy] Device: 192.168.2.25 Envoy-S, microinverter: 121932016547 operating: Yes
[2/23/2021, 11:36:43 AM] [enphaseEnvoy] Device: 192.168.2.25 Envoy-S, microinverter: 121932016547 comm. level: 0
[2/23/2021, 11:36:43 AM] [enphaseEnvoy] Device: 192.168.2.25 Envoy-S, microinverter: 121932016547 status: Normal
[2/23/2021, 11:36:43 AM] [enphaseEnvoy] Device: 192.168.2.25 Envoy-S, microinverter: 121932016547 firmware: 520-00082-r01-v04.27.04
[2/23/2021, 11:36:43 AM] [enphaseEnvoy] Device: 192.168.2.25 Envoy-S, microinverter: 121932016547 last report: 2/23/2021, 11:36:02 AM
[2/23/2021, 11:36:43 AM] [enphaseEnvoy] Device: 192.168.2.25 Envoy-S, microinverter: 121932039565 last power: 105 W
[2/23/2021, 11:36:43 AM] [enphaseEnvoy] Device: 192.168.2.25 Envoy-S, microinverter: 121932039565 max power: 211 W
[2/23/2021, 11:36:43 AM] [enphaseEnvoy] Device: 192.168.2.25 Envoy-S, microinverter: 121932039565 producing: Yes
[2/23/2021, 11:36:43 AM] [enphaseEnvoy] Device: 192.168.2.25 Envoy-S, microinverter: 121932039565 communicating: Yes
[2/23/2021, 11:36:43 AM] [enphaseEnvoy] Device: 192.168.2.25 Envoy-S, microinverter: 121932039565 provisioned: Yes
[2/23/2021, 11:36:43 AM] [enphaseEnvoy] Device: 192.168.2.25 Envoy-S, microinverter: 121932039565 operating: Yes
[2/23/2021, 11:36:43 AM] [enphaseEnvoy] Device: 192.168.2.25 Envoy-S, microinverter: 121932039565 comm. level: 0
[2/23/2021, 11:36:43 AM] [enphaseEnvoy] Device: 192.168.2.25 Envoy-S, microinverter: 121932039565 status: Normal
[2/23/2021, 11:36:43 AM] [enphaseEnvoy] Device: 192.168.2.25 Envoy-S, microinverter: 121932039565 firmware: 520-00082-r01-v04.27.04
[2/23/2021, 11:36:43 AM] [enphaseEnvoy] Device: 192.168.2.25 Envoy-S, microinverter: 121932039565 last report: 2/23/2021, 11:36:05 AM
[2/23/2021, 11:36:43 AM] [enphaseEnvoy] Device: 192.168.2.25 Envoy-S, microinverter: 121932043894 last power: 111 W
[2/23/2021, 11:36:43 AM] [enphaseEnvoy] Device: 192.168.2.25 Envoy-S, microinverter: 121932043894 max power: 216 W
[2/23/2021, 11:36:43 AM] [enphaseEnvoy] Device: 192.168.2.25 Envoy-S, microinverter: 121932043894 producing: Yes
[2/23/2021, 11:36:43 AM] [enphaseEnvoy] Device: 192.168.2.25 Envoy-S, microinverter: 121932043894 communicating: Yes
[2/23/2021, 11:36:43 AM] [enphaseEnvoy] Device: 192.168.2.25 Envoy-S, microinverter: 121932043894 provisioned: Yes
[2/23/2021, 11:36:43 AM] [enphaseEnvoy] Device: 192.168.2.25 Envoy-S, microinverter: 121932043894 operating: Yes
[2/23/2021, 11:36:43 AM] [enphaseEnvoy] Device: 192.168.2.25 Envoy-S, microinverter: 121932043894 comm. level: 0
[2/23/2021, 11:36:43 AM] [enphaseEnvoy] Device: 192.168.2.25 Envoy-S, microinverter: 121932043894 status: Normal
[2/23/2021, 11:36:43 AM] [enphaseEnvoy] Device: 192.168.2.25 Envoy-S, microinverter: 121932043894 firmware: 520-00082-r01-v04.27.04
[2/23/2021, 11:36:43 AM] [enphaseEnvoy] Device: 192.168.2.25 Envoy-S, microinverter: 121932043894 last report: 2/23/2021, 11:36:04 AM
[2/23/2021, 11:36:43 AM] [enphaseEnvoy] Device: 192.168.2.25 Envoy-S, microinverter: 121932038960 last power: 109 W
[2/23/2021, 11:36:43 AM] [enphaseEnvoy] Device: 192.168.2.25 Envoy-S, microinverter: 121932038960 max power: 213 W
[2/23/2021, 11:36:43 AM] [enphaseEnvoy] Device: 192.168.2.25 Envoy-S, microinverter: 121932038960 producing: Yes
[2/23/2021, 11:36:43 AM] [enphaseEnvoy] Device: 192.168.2.25 Envoy-S, microinverter: 121932038960 communicating: Yes
[2/23/2021, 11:36:43 AM] [enphaseEnvoy] Device: 192.168.2.25 Envoy-S, microinverter: 121932038960 provisioned: Yes
[2/23/2021, 11:36:43 AM] [enphaseEnvoy] Device: 192.168.2.25 Envoy-S, microinverter: 121932038960 operating: Yes
[2/23/2021, 11:36:43 AM] [enphaseEnvoy] Device: 192.168.2.25 Envoy-S, microinverter: 121932038960 comm. level: 0
[2/23/2021, 11:36:43 AM] [enphaseEnvoy] Device: 192.168.2.25 Envoy-S, microinverter: 121932038960 status: Normal
[2/23/2021, 11:36:43 AM] [enphaseEnvoy] Device: 192.168.2.25 Envoy-S, microinverter: 121932038960 firmware: 520-00082-r01-v04.27.04
[2/23/2021, 11:36:43 AM] [enphaseEnvoy] Device: 192.168.2.25 Envoy-S, microinverter: 121932038960 last report: 2/23/2021, 11:36:05 AM
[2/23/2021, 11:36:43 AM] [enphaseEnvoy] Device: 192.168.2.25 Envoy-S, microinverter: 121932043380 last power: 108 W
[2/23/2021, 11:36:43 AM] [enphaseEnvoy] Device: 192.168.2.25 Envoy-S, microinverter: 121932043380 max power: 213 W
[2/23/2021, 11:36:43 AM] [enphaseEnvoy] Device: 192.168.2.25 Envoy-S, microinverter: 121932043380 producing: Yes
[2/23/2021, 11:36:43 AM] [enphaseEnvoy] Device: 192.168.2.25 Envoy-S, microinverter: 121932043380 communicating: Yes
[2/23/2021, 11:36:43 AM] [enphaseEnvoy] Device: 192.168.2.25 Envoy-S, microinverter: 121932043380 provisioned: Yes
[2/23/2021, 11:36:43 AM] [enphaseEnvoy] Device: 192.168.2.25 Envoy-S, microinverter: 121932043380 operating: Yes
[2/23/2021, 11:36:43 AM] [enphaseEnvoy] Device: 192.168.2.25 Envoy-S, microinverter: 121932043380 comm. level: 0
[2/23/2021, 11:36:43 AM] [enphaseEnvoy] Device: 192.168.2.25 Envoy-S, microinverter: 121932043380 status: Normal
[2/23/2021, 11:36:43 AM] [enphaseEnvoy] Device: 192.168.2.25 Envoy-S, microinverter: 121932043380 firmware: 520-00082-r01-v04.27.04
[2/23/2021, 11:36:43 AM] [enphaseEnvoy] Device: 192.168.2.25 Envoy-S, microinverter: 121932043380 last report: 2/23/2021, 11:36:09 AM
[2/23/2021, 11:36:43 AM] [enphaseEnvoy] Device: 192.168.2.25 Envoy-S, microinverter: 121932039512 last power: 108 W
[2/23/2021, 11:36:43 AM] [enphaseEnvoy] Device: 192.168.2.25 Envoy-S, microinverter: 121932039512 max power: 213 W
[2/23/2021, 11:36:43 AM] [enphaseEnvoy] Device: 192.168.2.25 Envoy-S, microinverter: 121932039512 producing: Yes
[2/23/2021, 11:36:43 AM] [enphaseEnvoy] Device: 192.168.2.25 Envoy-S, microinverter: 121932039512 communicating: Yes
[2/23/2021, 11:36:43 AM] [enphaseEnvoy] Device: 192.168.2.25 Envoy-S, microinverter: 121932039512 provisioned: Yes
[2/23/2021, 11:36:43 AM] [enphaseEnvoy] Device: 192.168.2.25 Envoy-S, microinverter: 121932039512 operating: Yes
[2/23/2021, 11:36:43 AM] [enphaseEnvoy] Device: 192.168.2.25 Envoy-S, microinverter: 121932039512 comm. level: 0
[2/23/2021, 11:36:43 AM] [enphaseEnvoy] Device: 192.168.2.25 Envoy-S, microinverter: 121932039512 status: Normal
[2/23/2021, 11:36:43 AM] [enphaseEnvoy] Device: 192.168.2.25 Envoy-S, microinverter: 121932039512 firmware: 520-00082-r01-v04.27.04
[2/23/2021, 11:36:43 AM] [enphaseEnvoy] Device: 192.168.2.25 Envoy-S, microinverter: 121932039512 last report: 2/23/2021, 11:36:09 AM
[2/23/2021, 11:36:43 AM] [enphaseEnvoy] Device: 192.168.2.25 Envoy-S, microinverter: 121932033746 last power: 110 W
[2/23/2021, 11:36:43 AM] [enphaseEnvoy] Device: 192.168.2.25 Envoy-S, microinverter: 121932033746 max power: 213 W
[2/23/2021, 11:36:43 AM] [enphaseEnvoy] Device: 192.168.2.25 Envoy-S, microinverter: 121932033746 producing: Yes
[2/23/2021, 11:36:43 AM] [enphaseEnvoy] Device: 192.168.2.25 Envoy-S, microinverter: 121932033746 communicating: Yes
[2/23/2021, 11:36:43 AM] [enphaseEnvoy] Device: 192.168.2.25 Envoy-S, microinverter: 121932033746 provisioned: Yes
[2/23/2021, 11:36:43 AM] [enphaseEnvoy] Device: 192.168.2.25 Envoy-S, microinverter: 121932033746 operating: Yes
[2/23/2021, 11:36:43 AM] [enphaseEnvoy] Device: 192.168.2.25 Envoy-S, microinverter: 121932033746 comm. level: 0
[2/23/2021, 11:36:43 AM] [enphaseEnvoy] Device: 192.168.2.25 Envoy-S, microinverter: 121932033746 status: Normal
[2/23/2021, 11:36:43 AM] [enphaseEnvoy] Device: 192.168.2.25 Envoy-S, microinverter: 121932033746 firmware: 520-00082-r01-v04.27.04
[2/23/2021, 11:36:43 AM] [enphaseEnvoy] Device: 192.168.2.25 Envoy-S, microinverter: 121932033746 last report: 2/23/2021, 11:36:10 AM
[2/23/2021, 11:36:43 AM] [enphaseEnvoy] Device: 192.168.2.25 Envoy-S, microinverter: 121932035604 last power: 110 W
[2/23/2021, 11:36:43 AM] [enphaseEnvoy] Device: 192.168.2.25 Envoy-S, microinverter: 121932035604 max power: 215 W
[2/23/2021, 11:36:43 AM] [enphaseEnvoy] Device: 192.168.2.25 Envoy-S, microinverter: 121932035604 producing: Yes
[2/23/2021, 11:36:43 AM] [enphaseEnvoy] Device: 192.168.2.25 Envoy-S, microinverter: 121932035604 communicating: Yes
[2/23/2021, 11:36:43 AM] [enphaseEnvoy] Device: 192.168.2.25 Envoy-S, microinverter: 121932035604 provisioned: Yes
[2/23/2021, 11:36:43 AM] [enphaseEnvoy] Device: 192.168.2.25 Envoy-S, microinverter: 121932035604 operating: Yes
[2/23/2021, 11:36:43 AM] [enphaseEnvoy] Device: 192.168.2.25 Envoy-S, microinverter: 121932035604 comm. level: 0
[2/23/2021, 11:36:43 AM] [enphaseEnvoy] Device: 192.168.2.25 Envoy-S, microinverter: 121932035604 status: Normal
[2/23/2021, 11:36:43 AM] [enphaseEnvoy] Device: 192.168.2.25 Envoy-S, microinverter: 121932035604 firmware: 520-00082-r01-v04.27.04
[2/23/2021, 11:36:43 AM] [enphaseEnvoy] Device: 192.168.2.25 Envoy-S, microinverter: 121932035604 last report: 2/23/2021, 11:36:12 AM
[2/23/2021, 11:36:43 AM] [enphaseEnvoy] Device: 192.168.2.25 Envoy-S, microinverter: 121931157713 last power: 113 W
[2/23/2021, 11:36:43 AM] [enphaseEnvoy] Device: 192.168.2.25 Envoy-S, microinverter: 121931157713 max power: 213 W
[2/23/2021, 11:36:43 AM] [enphaseEnvoy] Device: 192.168.2.25 Envoy-S, microinverter: 121931157713 producing: Yes
[2/23/2021, 11:36:43 AM] [enphaseEnvoy] Device: 192.168.2.25 Envoy-S, microinverter: 121931157713 communicating: Yes
[2/23/2021, 11:36:43 AM] [enphaseEnvoy] Device: 192.168.2.25 Envoy-S, microinverter: 121931157713 provisioned: Yes
[2/23/2021, 11:36:43 AM] [enphaseEnvoy] Device: 192.168.2.25 Envoy-S, microinverter: 121931157713 operating: Yes
[2/23/2021, 11:36:43 AM] [enphaseEnvoy] Device: 192.168.2.25 Envoy-S, microinverter: 121931157713 comm. level: 0
[2/23/2021, 11:36:43 AM] [enphaseEnvoy] Device: 192.168.2.25 Envoy-S, microinverter: 121931157713 status: Normal
[2/23/2021, 11:36:43 AM] [enphaseEnvoy] Device: 192.168.2.25 Envoy-S, microinverter: 121931157713 firmware: 520-00082-r01-v04.27.04
[2/23/2021, 11:36:43 AM] [enphaseEnvoy] Device: 192.168.2.25 Envoy-S, microinverter: 121931157713 last report: 2/23/2021, 11:36:13 AM
[2/23/2021, 11:36:43 AM] [enphaseEnvoy] Device: 192.168.2.25 Envoy-S, microinverter: 121932034199 last power: 109 W
[2/23/2021, 11:36:43 AM] [enphaseEnvoy] Device: 192.168.2.25 Envoy-S, microinverter: 121932034199 max power: 213 W
[2/23/2021, 11:36:43 AM] [enphaseEnvoy] Device: 192.168.2.25 Envoy-S, microinverter: 121932034199 producing: Yes
[2/23/2021, 11:36:43 AM] [enphaseEnvoy] Device: 192.168.2.25 Envoy-S, microinverter: 121932034199 communicating: Yes
[2/23/2021, 11:36:43 AM] [enphaseEnvoy] Device: 192.168.2.25 Envoy-S, microinverter: 121932034199 provisioned: Yes
[2/23/2021, 11:36:43 AM] [enphaseEnvoy] Device: 192.168.2.25 Envoy-S, microinverter: 121932034199 operating: Yes
[2/23/2021, 11:36:43 AM] [enphaseEnvoy] Device: 192.168.2.25 Envoy-S, microinverter: 121932034199 comm. level: 0
[2/23/2021, 11:36:43 AM] [enphaseEnvoy] Device: 192.168.2.25 Envoy-S, microinverter: 121932034199 status: Normal
[2/23/2021, 11:36:43 AM] [enphaseEnvoy] Device: 192.168.2.25 Envoy-S, microinverter: 121932034199 firmware: 520-00082-r01-v04.27.04
[2/23/2021, 11:36:43 AM] [enphaseEnvoy] Device: 192.168.2.25 Envoy-S, microinverter: 121932034199 last report: 2/23/2021, 11:36:14 AM
[2/23/2021, 11:36:43 AM] [enphaseEnvoy] Device: 192.168.2.25 Envoy-S, microinverter: 121932039006 last power: 107 W
[2/23/2021, 11:36:43 AM] [enphaseEnvoy] Device: 192.168.2.25 Envoy-S, microinverter: 121932039006 max power: 211 W
[2/23/2021, 11:36:43 AM] [enphaseEnvoy] Device: 192.168.2.25 Envoy-S, microinverter: 121932039006 producing: Yes
[2/23/2021, 11:36:43 AM] [enphaseEnvoy] Device: 192.168.2.25 Envoy-S, microinverter: 121932039006 communicating: Yes
[2/23/2021, 11:36:43 AM] [enphaseEnvoy] Device: 192.168.2.25 Envoy-S, microinverter: 121932039006 provisioned: Yes
[2/23/2021, 11:36:43 AM] [enphaseEnvoy] Device: 192.168.2.25 Envoy-S, microinverter: 121932039006 operating: Yes
[2/23/2021, 11:36:43 AM] [enphaseEnvoy] Device: 192.168.2.25 Envoy-S, microinverter: 121932039006 comm. level: 0
[2/23/2021, 11:36:43 AM] [enphaseEnvoy] Device: 192.168.2.25 Envoy-S, microinverter: 121932039006 status: Normal
[2/23/2021, 11:36:43 AM] [enphaseEnvoy] Device: 192.168.2.25 Envoy-S, microinverter: 121932039006 firmware: 520-00082-r01-v04.27.04
[2/23/2021, 11:36:43 AM] [enphaseEnvoy] Device: 192.168.2.25 Envoy-S, microinverter: 121932039006 last report: 2/23/2021, 11:36:16 AM
[2/23/2021, 11:36:43 AM] [enphaseEnvoy] Device: 192.168.2.25 Envoy-S, microinverter: 121931158966 last power: 108 W
[2/23/2021, 11:36:43 AM] [enphaseEnvoy] Device: 192.168.2.25 Envoy-S, microinverter: 121931158966 max power: 214 W
[2/23/2021, 11:36:43 AM] [enphaseEnvoy] Device: 192.168.2.25 Envoy-S, microinverter: 121931158966 producing: Yes
[2/23/2021, 11:36:43 AM] [enphaseEnvoy] Device: 192.168.2.25 Envoy-S, microinverter: 121931158966 communicating: Yes
[2/23/2021, 11:36:43 AM] [enphaseEnvoy] Device: 192.168.2.25 Envoy-S, microinverter: 121931158966 provisioned: Yes
[2/23/2021, 11:36:43 AM] [enphaseEnvoy] Device: 192.168.2.25 Envoy-S, microinverter: 121931158966 operating: Yes
[2/23/2021, 11:36:43 AM] [enphaseEnvoy] Device: 192.168.2.25 Envoy-S, microinverter: 121931158966 comm. level: 0
[2/23/2021, 11:36:43 AM] [enphaseEnvoy] Device: 192.168.2.25 Envoy-S, microinverter: 121931158966 status: Normal
[2/23/2021, 11:36:43 AM] [enphaseEnvoy] Device: 192.168.2.25 Envoy-S, microinverter: 121931158966 firmware: 520-00082-r01-v04.27.04
[2/23/2021, 11:36:43 AM] [enphaseEnvoy] Device: 192.168.2.25 Envoy-S, microinverter: 121931158966 last report: 2/23/2021, 11:36:17 AM
[2/23/2021, 11:36:43 AM] [enphaseEnvoy] Device: 192.168.2.25 Envoy-S, microinverter: 121932016549 last power: 107 W
[2/23/2021, 11:36:43 AM] [enphaseEnvoy] Device: 192.168.2.25 Envoy-S, microinverter: 121932016549 max power: 218 W
[2/23/2021, 11:36:43 AM] [enphaseEnvoy] Device: 192.168.2.25 Envoy-S, microinverter: 121932016549 producing: Yes
[2/23/2021, 11:36:43 AM] [enphaseEnvoy] Device: 192.168.2.25 Envoy-S, microinverter: 121932016549 communicating: Yes
[2/23/2021, 11:36:43 AM] [enphaseEnvoy] Device: 192.168.2.25 Envoy-S, microinverter: 121932016549 provisioned: Yes
[2/23/2021, 11:36:43 AM] [enphaseEnvoy] Device: 192.168.2.25 Envoy-S, microinverter: 121932016549 operating: Yes
[2/23/2021, 11:36:43 AM] [enphaseEnvoy] Device: 192.168.2.25 Envoy-S, microinverter: 121932016549 comm. level: 0
[2/23/2021, 11:36:43 AM] [enphaseEnvoy] Device: 192.168.2.25 Envoy-S, microinverter: 121932016549 status: Normal
[2/23/2021, 11:36:43 AM] [enphaseEnvoy] Device: 192.168.2.25 Envoy-S, microinverter: 121932016549 firmware: 520-00082-r01-v04.27.04
[2/23/2021, 11:36:43 AM] [enphaseEnvoy] Device: 192.168.2.25 Envoy-S, microinverter: 121932016549 last report: 2/23/2021, 11:36:18 AM
[2/23/2021, 11:36:43 AM] [enphaseEnvoy] Device: 192.168.2.25 Envoy-S, microinverter: 121932039459 last power: 107 W
[2/23/2021, 11:36:43 AM] [enphaseEnvoy] Device: 192.168.2.25 Envoy-S, microinverter: 121932039459 max power: 215 W
[2/23/2021, 11:36:43 AM] [enphaseEnvoy] Device: 192.168.2.25 Envoy-S, microinverter: 121932039459 producing: Yes
[2/23/2021, 11:36:43 AM] [enphaseEnvoy] Device: 192.168.2.25 Envoy-S, microinverter: 121932039459 communicating: Yes
[2/23/2021, 11:36:43 AM] [enphaseEnvoy] Device: 192.168.2.25 Envoy-S, microinverter: 121932039459 provisioned: Yes
[2/23/2021, 11:36:43 AM] [enphaseEnvoy] Device: 192.168.2.25 Envoy-S, microinverter: 121932039459 operating: Yes
[2/23/2021, 11:36:43 AM] [enphaseEnvoy] Device: 192.168.2.25 Envoy-S, microinverter: 121932039459 comm. level: 0
[2/23/2021, 11:36:43 AM] [enphaseEnvoy] Device: 192.168.2.25 Envoy-S, microinverter: 121932039459 status: Normal
[2/23/2021, 11:36:43 AM] [enphaseEnvoy] Device: 192.168.2.25 Envoy-S, microinverter: 121932039459 firmware: 520-00082-r01-v04.27.04
[2/23/2021, 11:36:43 AM] [enphaseEnvoy] Device: 192.168.2.25 Envoy-S, microinverter: 121932039459 last report: 2/23/2021, 11:36:21 AM
[2/23/2021, 11:36:43 AM] [homebridge-enphase-envoy] This plugin generated a warning from the characteristic 'Power max': characteristic was expected valid number and received NaN. See https://git.io/JtMGR for more info.
[2/23/2021, 11:36:43 AM] [homebridge-enphase-envoy] Error: 
    at Characteristic.enphasePowerMax.Characteristic.characteristicWarning (/usr/local/lib/node_modules/homebridge/node_modules/hap-nodejs/src/lib/Characteristic.ts:2164:105)
    at Characteristic.enphasePowerMax.Characteristic.validateUserInput (/usr/local/lib/node_modules/homebridge/node_modules/hap-nodejs/src/lib/Characteristic.ts:1966:16)
    at Characteristic.enphasePowerMax.<anonymous> (/usr/local/lib/node_modules/homebridge/node_modules/hap-nodejs/src/lib/Characteristic.ts:1442:24)
    at step (/usr/local/lib/node_modules/homebridge/node_modules/tslib/tslib.js:143:27)
    at Object.next (/usr/local/lib/node_modules/homebridge/node_modules/tslib/tslib.js:124:57)
    at fulfilled (/usr/local/lib/node_modules/homebridge/node_modules/tslib/tslib.js:114:62)
    at processTicksAndRejections (internal/process/task_queues.js:93:5)
[2/23/2021, 11:37:07 AM] [enphaseEnvoy] Debug home: {
  software_build_epoch: 1542074240,
  is_nonvoy: false,
  db_size: '27 MB',
  db_percent_full: '7',
  timezone: 'Europe/Brussels',
  current_date: '02/23/2021',
  current_time: '11:36',
  network: [Object],
  tariff: 'none',
  comm: [Object],
  alerts: [],
  update_status: 'satisfied'
}, inventory: [ [Object], [Object], [Object] ], meters: [], production: {
  wattHoursToday: 1514,
  wattHoursSevenDays: 60279,
  wattHoursLifetime: 4943294,
  wattsNow: 1537
} productionCT: { production: [Array], storage: [Array] }
[2/23/2021, 11:37:07 AM] [homebridge-enphase-envoy] This plugin generated a warning from the characteristic 'Power max': characteristic was expected valid number and received NaN. See https://git.io/JtMGR for more info.
[2/23/2021, 11:37:07 AM] [homebridge-enphase-envoy] Error: 
    at Characteristic.enphasePowerMax.Characteristic.characteristicWarning (/usr/local/lib/node_modules/homebridge/node_modules/hap-nodejs/src/lib/Characteristic.ts:2164:105)
    at Characteristic.enphasePowerMax.Characteristic.validateUserInput (/usr/local/lib/node_modules/homebridge/node_modules/hap-nodejs/src/lib/Characteristic.ts:1966:16)
    at Characteristic.enphasePowerMax.Characteristic.updateValue (/usr/local/lib/node_modules/homebridge/node_modules/hap-nodejs/src/lib/Characteristic.ts:1365:20)
    at Service.enphasePowerEnergyMeter.Service.updateCharacteristic (/usr/local/lib/node_modules/homebridge/node_modules/hap-nodejs/src/lib/Service.ts:465:35)
    at envoyDevice.updateDeviceState (/homebridge/node_modules/homebridge-enphase-envoy/index.js:1790:39)
[2/23/2021, 11:37:07 AM] [enphaseEnvoy] Debug production inverters: [
  [Object], [Object],
  [Object], [Object],
  [Object], [Object],
  [Object], [Object],
  [Object], [Object],
  [Object], [Object],
  [Object], [Object]
]
[2/23/2021, 11:37:37 AM] [enphaseEnvoy] Debug home: {
  software_build_epoch: 1542074240,
  is_nonvoy: false,
  db_size: '27 MB',
  db_percent_full: '7',
  timezone: 'Europe/Brussels',
  current_date: '02/23/2021',
  current_time: '11:37',
  network: [Object],
  tariff: 'none',
  comm: [Object],
  alerts: [],
  update_status: 'satisfied'
}, inventory: [ [Object], [Object], [Object] ], meters: [], production: {
  wattHoursToday: 1523,
  wattHoursSevenDays: 60288,
  wattHoursLifetime: 4943304,
  wattsNow: 1452
} productionCT: { production: [Array], storage: [Array] }
[2/23/2021, 11:37:37 AM] [homebridge-enphase-envoy] This plugin generated a warning from the characteristic 'Power max': characteristic was expected valid number and received NaN. See https://git.io/JtMGR for more info.
[2/23/2021, 11:37:37 AM] [homebridge-enphase-envoy] Error: 
    at Characteristic.enphasePowerMax.Characteristic.characteristicWarning (/usr/local/lib/node_modules/homebridge/node_modules/hap-nodejs/src/lib/Characteristic.ts:2164:105)
    at Characteristic.enphasePowerMax.Characteristic.validateUserInput (/usr/local/lib/node_modules/homebridge/node_modules/hap-nodejs/src/lib/Characteristic.ts:1966:16)
    at Characteristic.enphasePowerMax.Characteristic.updateValue (/usr/local/lib/node_modules/homebridge/node_modules/hap-nodejs/src/lib/Characteristic.ts:1365:20)
    at Service.enphasePowerEnergyMeter.Service.updateCharacteristic (/usr/local/lib/node_modules/homebridge/node_modules/hap-nodejs/src/lib/Service.ts:465:35)
    at envoyDevice.updateDeviceState (/homebridge/node_modules/homebridge-enphase-envoy/index.js:1790:39)
[2/23/2021, 11:37:37 AM] [enphaseEnvoy] Debug production inverters: [
  [Object], [Object],
  [Object], [Object],
  [Object], [Object],
  [Object], [Object],
  [Object], [Object],
  [Object], [Object],
  [Object], [Object]
]
grzegorz914 commented 3 years ago

Please check this file in location ./Homebridge/evphaseEnvoy/productionPowerMax_192168225 look what value is inside?

hoefs commented 3 years ago

./Homebridge/evphaseEnvoy/productionPowerMax_192168225

empty

/homebridge/enphaseEnvoy # ls
consumptionNetPowerMax_192168225  consumptionTotalPowerMax_192168225  devInfo_192168225  maxPowerProduction_192168225  maxPower_192168225  powerProductionMax_192168225  productionPowerMax_192168225
/homebridge/enphaseEnvoy # cat productionPowerMax_192168225 
/homebridge/enphaseEnvoy # 

there is another file powerProductionMax_192168225

/homebridge/enphaseEnvoy # cat productionPowerMax_192168225 
/homebridge/enphaseEnvoy # cat powerProductionMax_192168225 
3.421
grzegorz914 commented 3 years ago

powerProduction is old one not used any more, please install 4.5.1-beta.1 and get feedback in debug mode.

hoefs commented 3 years ago

powerProduction is old one not used any more, please install 4.5.1-beta.1 and get feedback in debug mode.

same issue after update to 4.5.1-beta.1

[2/23/2021, 12:03:55 PM] [homebridge-enphase-envoy] This plugin generated a warning from the characteristic 'Power max': characteristic was expected valid number and received NaN. See https://git.io/JtMGR for more info.
[2/23/2021, 12:03:55 PM] [homebridge-enphase-envoy] Error: 
    at Characteristic.enphasePowerMax.Characteristic.characteristicWarning (/usr/local/lib/node_modules/homebridge/node_modules/hap-nodejs/src/lib/Characteristic.ts:2164:105)
    at Characteristic.enphasePowerMax.Characteristic.validateUserInput (/usr/local/lib/node_modules/homebridge/node_modules/hap-nodejs/src/lib/Characteristic.ts:1966:16)
    at Characteristic.enphasePowerMax.<anonymous> (/usr/local/lib/node_modules/homebridge/node_modules/hap-nodejs/src/lib/Characteristic.ts:1442:24)
    at step (/usr/local/lib/node_modules/homebridge/node_modules/tslib/tslib.js:143:27)
    at Object.next (/usr/local/lib/node_modules/homebridge/node_modules/tslib/tslib.js:124:57)
    at fulfilled (/usr/local/lib/node_modules/homebridge/node_modules/tslib/tslib.js:114:62)
    at processTicksAndRejections (internal/process/task_queues.js:93:5)

I have deleted the file productionPowerMax_192168225 and restarted HB and issue is gone:

/homebridge/enphaseEnvoy # cat productionPowerMax_192168225
1.956
grzegorz914 commented 3 years ago

I need the debug loog

hoefs commented 3 years ago

I need the debug loog

I enabled the -D but where can I find that log? (using homebridge-docker)

grzegorz914 commented 3 years ago

in homebridge console

hoefs commented 3 years ago

in homebridge console

This is the only log:

homebridge.log

line 3825: [2/23/2021, 12:03:53 PM] [enphaseEnvoy] Device: 192.168.2.25 Envoy-S, productionPowerMax: NaN kW

after I deleted the file manually - line 4744:

[2/23/2021, 12:06:47 PM] [enphaseEnvoy] Device: 192.168.2.25 Envoy-S, productionPowerMax: 0 kW and line 4958 (and it keeps updating): [2/23/2021, 12:07:08 PM] [enphaseEnvoy] Device: 192.168.2.25 Envoy-S, productionPowerMax: 1.956 kW

grzegorz914 commented 3 years ago

I see the error not more appear in Your loog , looks like was problem with read data from file.

before was: [2/23/2021, 11:36:43 AM] [enphaseEnvoy] Device: 192.168.2.25 Envoy-S, production power max: NaN kW now is: [2/23/2021, 12:12:24 PM] [enphaseEnvoy] Device: 192.168.2.25 Envoy-S, production power max: 2.016 kW

hoefs commented 3 years ago

I see the error not more appear in Your loog , looks like was problem with read data from file.

before was: [2/23/2021, 11:36:43 AM] [enphaseEnvoy] Device: 192.168.2.25 Envoy-S, production power max: NaN kW now is: [2/23/2021, 12:12:24 PM] [enphaseEnvoy] Device: 192.168.2.25 Envoy-S, production power max: 2.016 kW

Correct. But I deleted the file from commandline and after hb restart it recreated it and start updating it... size was 0 before deleting it. Now it is indeed working fine, but it should not need manual intervention.

hoefs commented 3 years ago

[2/23/2021, 1:34:01 PM] [enphaseEnvoy] Device: 192.168.2.25 Envoy-S, productionPowerMaxFile saved successful in: /homebridge/enphaseEnvoy/productionPowerMax_192168225 2.746 kW

4.5.1 works fine!