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
Innervations 2
I have created a simple VD with a single button. When I press the button the character "E" should be sent to the IP address and port below. I am using the following code as LUA for the button:
local http = Net.FHttp("192.168.1.100", 4660);
local response = http:GET("E");
fibaro:debug(response)
The http request goes out and is received by the target device but it is not receiving the "E" character. Sorry - cannot tell what it is receiving but there is no response coming back to the HC2 and the device is not switching ON.
The address:port and sending the character "E" works fine when I send over HyperTerminal. My guess is I am not constructing the GET statement correctly?
Any advice is greatly appreciated.
1 answer 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.