Read external devices every 5 minutes using http request.

Peter J shared this question 11 years ago
Answered

How can I read external devices (on my local network) every e.g. 5 minutes, using a http request and display the result in a http vitual device?

(http://192.168.0.2/flukso/service.php?m=1 --> result is '89' , form my powermeter)

Best Answer
photo

Currently you can't set virtual meter like that (it will be in future).

Virtual meter values are meant to be set just by calling preconfigured URLs that you can find in meters configuration.


Example:

http://my.zipato.com:8080/zipato-web/remoting/attribute/set?serial=HZ6TG6TG54H87H&ep=7a1f2d8e-5e0c-410a-8044-sdfs9987sdf&apiKey=eaee3d2f-6029-43d3-b164-sdf8s7s6df&value1=56


This will set value1 of meter to 56.

Replies (1)

photo
1

Currently you can't set virtual meter like that (it will be in future).

Virtual meter values are meant to be set just by calling preconfigured URLs that you can find in meters configuration.


Example:

http://my.zipato.com:8080/zipato-web/remoting/attribute/set?serial=HZ6TG6TG54H87H&ep=7a1f2d8e-5e0c-410a-8044-sdfs9987sdf&apiKey=eaee3d2f-6029-43d3-b164-sdf8s7s6df&value1=56


This will set value1 of meter to 56.

Leave a Comment
 
Attach a file