Hi, I have created multiple parameters to send data :
1.sensor.temperature
2.status.connection
How can I send data to this parameters ?
How the HTTP link should look like ?
I can see there is LOG created in EasyIoT.exe for first parameter sent from regular url.
INFO VirtualN15S0 Sensor.Temperature 42.00 -
192.168.1.2/Api/EasyIoT/Control/Module/Virtual/N15S0/ControlLevel/42.00
Not sure how to send value to second parameter :
This does not work.
I hope the developer will respond or provide tutorial on how http url should be configured for multiple parameters.
Just went through the post you mentioned, no solution till now .
Yes I know the tutorials are a little bit lacking in detail as regards using multiple sensors on ESP 8266, from what I've been reading it really depends on what you are senseing and how you want to sense it Within the EasyIoT server, it supports All platforms that I know from Arduino IDE Lua Mqtt Http Api & Arduino/ESP.
I know using multiple connections In some cases is not practical depending on the protocol, but it's also understanding the protocol that you want to implement and whether it's suitable for the purpose you want to use it, i.e. I found Mqtt quite easy and straight forward for adding multiple sensors to a ESP 8266. But not very practical for Time critical sensing where you need the instant response.
Thanks Piman. I'm newbie and trying to play around with http since Im familiar with http. I will take a look on mqtt to check if it suits my purpose.
Thanks