Simple Http Command to control fan light

FYI, I’m planning to write Bond plugin for HomeSeer as soon as I get Bond devices for testing :slight_smile:

3 Likes

Solved for this, turns out Homeseer lets you execute commands like curl natively and all you do is feed it the info needed just like we got it working via putty

thanks all for the help!!

2 Likes

Kudos @residualimages for the amazing support!

2 Likes

I started HomeSeer plugin (in BETA), see

Released

1 Like

I also struggled with this. You’ll find 2 simple javascript / html approaches here: GitHub - evengers/bond2somfy

One uses nodejs as a proxy.

The syntax is probably what you are looking for but there are still stumbling blocks (CORS related)