

Used in case having multiple inverters connected each other. Maybe it is for totally different purposes.
SETAPP REVISIONE UPGRADE
I am not sure if that is set to 0 it can avoid fw upgrade or not. Major,Minor version, Upgrade timestamp, Version checksum,DSP version info etc.) There is a config file for core (/data/configs/core_app_config) it contains several "version" related parameters. There are two main components called core and pmanager (healthcheck running for these periodically)
SETAPP REVISIONE PASSWORD
Httpd = server_class( server_address, handler_class)Įntering a wifi password with the following value will give us the files and folders on / as output in our webserver. Pass def run( server_class = HTTPServer, handler_class = S, port = 8080): encode( 'utf-8'))Ĭontent_length = int( self. info( "GET request, \nPath: %s \nHeaders: \n%s \n", str( self. send_header( 'Content-type', 'text/html') server import BaseHTTPRequestHandler, HTTPServer import logging class S( BaseHTTPRequestHandler): #!/usr/bin/env python3 """ Very simple HTTP server in python for logging requests Usage. Let's hope that they come to understand that allowing owners access to this data is in their interest. The next step in this cat-and-mouse game is for SolarEdge to implement authentication between the SetApp webservice and the application.

Nor is it clear whether there is a timeout that I haven't hit yet. It is unclear at this point whether the p2p interface remains up after the inverter goes into night mode. With a little bit of iptables redirecting I can continue to fetch inverter and optimizer data as usual. Once this stops, the network disappears in less than a minute. For the moment this network seems to stay alive as long as the SetApp API is being polled, i.e., the commissioning status page is open, or the protobuffers are being requested frequently enough. The password for this network is printed on the side of your unit, and the wireless network name is provided by the SetApp application. This WiFi network is the p2p network used by the SetApp application during commissioning. What I've done so far is place a computer with WiFi near the inverter, turned on "P" mode by switching the 0/1/P toggle to P for a second, and connected to the hotspot created by the inverter. The boot loader may be an avenue worth investigating, but as I only have the one unit producing energy, I'm not inclined to mess with u-boot in the blind.
SETAPP REVISIONE SERIAL
There doesn't seem to be any easy methods of getting a terminal on the device: such as serial ports or simply plugging in a keyboard. While there are references to a "permanent" debug mode in some of the scripts in later firmware releases, it is unclear how this can be activated or under what circumstances SolarEdge would do so. Therefore ports are now blocked on both the wireless and ethernet interfaces. SolarEdge has disabled debug mode on my device, and seems to have done so to many others, see issues here, and here.īy removing the debug mode configuration file the iptables ruleset is loaded a boot time.
