Hello everyone, after creating the database on AlterVista, following the instructions, no errors are reported to me, however the sensor data is not saved in the table of my database.
ets Jun 8 2016 00:22:57
rst:0x1 (POWERON_RESET),boot:0x13 (SPI_FAST_FLASH_BOOT)
configsip: 0, SPIWP:0xee
clk_drv:0x00,q_drv:0x00,d_drv:0x00,cs0_drv:0x00,hd_drv:0x00,wp_drv:0x00
mode:DIO, clock div:1
load:0x3fff0018,len:4
load:0x3fff001c,len:1044
load:0x40078000,len:10124
load:0x40080400,len:5856
entry 0x400806a8
Connecting
…..
Connected to WiFi network with IP Address: 192.168.1.66
httpRequestData: api_key=tPmAT5Ab3j7F9&sensor=BME280&location=Office&value1=20.84&value2=54.65&value3=1008.06
HTTP Response code: 200
httpRequestData: api_key=tPmAT5Ab3j7F9&sensor=BME280&location=Office&value1=20.89&value2=54.50&value3=1008.07
HTTP Response code: 200
IDSensorLocationValue 1Value 2Value 3Timestamp
Can you post your code in something like gist and and post the link.
Make sure the $servername, $username, $password, $dbname variables are set correctly.
Hello Sabatino and Chris, can you please post your URLs? from your website that is receiving the requests.
Is it also correct in your code? The full URL?
I have been able to fix the problem now. Once again fooled by the font style. So once I corrected the user names and passwords, it started to work as expected. I do like your courses and tutorials. They are really well written and presented.
Thanks
Chris