I’ve been working on getting this going and have some questions.

Reading Matthew Wall’s notes in envoy.py, my Envoy appears to be the ovular 
unit.

Current Software Version R3.12.34 (2e8bfe)
Software Build Date Wed Apr 29, 2015 02:28 PM PDT

On my unit, http://192.168.1.16/api/v1/production outputs:
{
  "wattHoursToday": 23071,
  "wattHoursSevenDays": 157158,
  "wattHoursLifetime": 23581797,
  "wattsNow": 842
}

envoy.conf is set up so:

[Envoy]
    # This section is for the Enphase Envoy driver.
    
    # Hostname or IP address of the Envoy
    host = 192.168.1.16
    
    # Envoy serial number
    serial = serial_nbr_here
    
    # The driver to use:
    driver = user.envoy



Running envoy.conf manually outputs:

LOOP:   2020-04-30 16:16:59 EDT (1588277819) dateTime: 1588277819, energy: 
None, energy_total: None, maxSolarRad: 751.250337201, power: None, 
rainRate: 0, usUnits: 1
REC:    2020-04-30 16:15:00 EDT (1588277700) dateTime: 1588277700.0, 
energy: None, energy_total: None, ET: None, interval: 5, maxSolarRad: 
767.6566517, power: None, rainRate: 0.0, usUnits: 1


envoy.py has this config:

class Envoy(object):


    def __init__(self, host):
        self.host = host
        self.url = "http://%s/api/v1/production"; % host


But I am clearly not getting the output shown by the web interface.

weewx 3.9.2
python 2.7

Pointers most welcome.

-- 
You received this message because you are subscribed to the Google Groups 
"weewx-user" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to weewx-user+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/weewx-user/ebdab237-a136-4ee9-bd38-115dfe8a06df%40googlegroups.com.

Reply via email to