So you're a Noob? Post your questions here until you graduate! Don't be shy.

User avatar
By TylerDurden73
#72522 Hi,
first of all .... sorry for my bad english.
ihave a project idea.
i want to add config data via webbrowser stored in mysql...this is finished.
Than i want to read the config data from mysql to json....this is finished
Now i must parse this json to save data in variable.

data in mysql like this.
USER
sensor1 name value location id
sensor2 name value location id
sensor3 name value location id
.....

Now i want read how much sensors i must read in esp8266 and declare the name value location

i hope its good for unserstanding

Greets Frank