Source Code: https://github.com/MultiTricker/TMEP
Demo page: http://www.roudnice.eu/index.php?ja=en&je=C
Must be downloaded from https://github.com/MultiTricker/TMEP clone or download.
Copy the app directory to your WebServer and you can rename it for example to temperatur
Example: http://yourdomena.com/temperatur/
Create a TMEP database on the server and import the mysql-db-full.sql file
Set the database login name and password in the config.php file
When everything is done correctly the website is displayed.
That’s all about installing the program.
My sensors:
Entity ID
sensor.netatmo_kezmarok_mucenikov_259_1_obyvacka_outdoor_temperature
sensor.netatmo_kezmarok_mucenikov_259_1_obyvacka_outdoor_humidity
How can I send data to the database?
MariaDB:192.168.1.200:3306
Database name: TMEP
Table: tme
kdy = when day and time (example 2019-09-20 13:15:00 )
teplota = temperature °C (example 10.9 )
vlhkost = humidity (example 60.8 )
Can anyone help me create a script?