Welcome to Smart Home Forum by FIBARO
Dear Guest,
as you can notice parts of Smart Home Forum by FIBARO is not available for you. You have to register in order to view all content and post in our community. Don't worry! Registration is a simple free process that requires minimal information for you to sign up. Become a part of of Smart Home Forum by FIBARO by creating an account.
As a member you can:
- Start new topics and reply to others
- Follow topics and users to get email updates
- Get your own profile page and make new friends
- Send personal messages
- ... and learn a lot about our system!
Regards,
Smart Home Forum by FIBARO Team

Question
moltos 4
Hi,
I try to set a value on a HTTP target.
In this case i try to gather the "power consumoption over time" cause Fibaro remove any usefull diagrams in HC3.
This works quite well for me in a browser:
http://IP:8087/set/javascript.0.fibaro.WP-Flex_Power?value=XX
I can cut & paste a debug output from my scene and the value will be set, but within the scene nothing happends.
The same approach works for me in QuickApps:
http = net.HTTPClient({timeout=3000})
url = "http://IP:8087/set/javascript.0.fibaro.WP-Flex_Power?value=XXX"
http:request(url, {})
I tried also to nail down the method but nothing changed for me:
Example:
6 answers to this question
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.