Hi all,
Is there a way to get specific sensor data on command line, for example using wget
wget
xxx.xxx.xxx.xxx/Api/EasyIoT/Config/Module/List
--user xxxx --password xxxx
with more parameters for example /node106/temp
Or any other way? Maybe if I can have a JSON example please?
esawyja wrote: Hi all,
Is there a way to get specific sensor data on command line, for example using wget
wget
xxx.xxx.xxx.xxx/Api/EasyIoT/Config/Module/List
--user xxxx --password xxxx
with more parameters for example /node106/temp
Or any other way? Maybe if I can have a JSON example please?
Thanks
No, at the moment there is only API for all modules. Did you try with MQTT driver?
No I have not, I was thinking of using SQlite3 command to get the values from the DB, would the MQTT driver be a better option, could you give me an example please?
Regards
esawyja wrote: No I have not, I was thinking of using SQlite3 command to get the values from the DB, would the MQTT driver be a better option, could you give me an example please?
Regards
In SQLlite are only historical values and not current values. I guess it's not good for you case...