1
0
Fork 0

„README.md“ ändern

This commit is contained in:
Manuel Kamper 2023-05-29 07:12:17 +00:00
parent c01a38e854
commit 1b520d5daf
1 changed files with 2 additions and 1 deletions

View File

@ -3,7 +3,8 @@
Queries the solar data from Hoymiles API and stores it in a database and shows it in FHEM.
## Prerequisites
Make sure you have installed apache2 with php8.1 (and mysql extension). You need python3 too with mysql connector (python3 -m pip install mysql-connector-python).
Make sure you have installed apache2 with php8.1 (and mysql extension). You need python3 too with mysql connector:
<code>python3 -m pip install mysql-connector-python</code>
## Create folders and rights
<code>mkdir /opt/hoymiles && mkdir /opt/hoymiles/www</code>