* added service to transfer Add-on config from options.json to config.toml * added feature to get MQTT config from Homeassistant current version is MVP. can run as Home Assistant Add-On, config.toml is automatically created from option parameters in the add-on configuration tab. * fix pylance and flake8 warnings * prepare building a ha addon - move build script into root dir - cp source files in addon build-tree * ignore proxy source files in addon build tree * move proxy source files in own directory * remove duplicates source files from repro * check for a valis SONAR_TOKEN * rename add_on path * prepare for unittests and coverage measurement * move file cause of the changes pathname * move the proxy dir to /home/proxy * build addon with make now * remove duplicated requirements.txt file from repo * undo changes --------- Co-authored-by: Michael Metz <michael.metz@siemens.com> Co-authored-by: Stefan Allius <stefan.allius@t-online.de>
19 lines
400 B
JSON
19 lines
400 B
JSON
|
|
|
|
{
|
|
"inverters": [
|
|
{
|
|
"serial": "R17E760702080400",
|
|
"node_id": "PV-Garage",
|
|
"suggested_area": "Garage",
|
|
"modbus_polling": false,
|
|
"pv1_manufacturer": "Shinefar",
|
|
"pv1_type": "SF-M18/144550",
|
|
"pv2_manufacturer": "Shinefar",
|
|
"pv2_type": "SF-M18/144550"
|
|
}
|
|
],
|
|
"tsun.enabled": false,
|
|
"solarman.enabled": false,
|
|
"inverters.allow_all": false
|
|
} |