Skip to content

4 COMMUNICATION

patience4711 edited this page Oct 3, 2022 · 5 revisions

There are several ways we can communicate with the system or retrieve information from it.

webinterface

The webinterface provides all information and has pages to do all settings. The settings pages are only accessible from inside your network and only when you know the password.

http request

This request only work from inside your network.

  • We can query inverterdata via the request íp_of_ecu/recovery/getInverter.php?inv=x'. This returnes a json with all data.

mosquitto

The data is broadcasted via mosquitto in a json format. The user can choose from 5 pretty generic formats, this covers most of the demands from home automation systems. Please click 'help' in the mosquitto page to see which formats are available.

Clone this wiki locally