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
WimF 1
Hi,
I could use some guidance with trying to access my heating system.
I can access the controller locally through a website and the website is sending following to the controller e.g.
To read all the data from one room
Please login or register to see this link.
/apiPOST /api HTTP/1.1
Host: xxx.xxx.x.xx
User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.11; rv:50.0) Gecko/20100101 Firefox/50.0
Accept: application/json, text/javascript, */*; q=0.01
Accept-Language: nl,en-US;q=0.7,en;q=0.3
Accept-Encoding: gzip, deflate
Content-Type: application/json; charset=utf-8
X-Requested-With: XMLHttpRequest
Referer:
Please login or register to see this link.
/Content-Length: 697
Connection: keep-alive
{"jsonrpc":"2.0","id":10,"method":"read","params":{"objects":[{"id":"20","properties":{"85":{}}},{"id":"21","properties":{"85":{}}},{"id":"22","properties":{"85":{}}},{"id":"23","properties":{"85":{}}},{"id":"24","properties":{"85":{}}},{"id":"26","properties":{"85":{}}},{"id":"27","properties":{"85":{}}},{"id":"29","properties":{"85":{}}},{"id":"30","properties":{"85":{}}},{"id":"37","properties":{"85":{}}},{"id":"39","properties":{"85":{}}},{"id":"62","properties":{"85":{}}},{"id":"67","properties":{"85":{}}},{"id":"70","properties":{"85":{}}},{"id":"92","properties":{"85":{}}},{"id":"132","properties":{"85":{}}},{"id":"172","properties":{"85":{}}},{"id":"212","properties":{"85":{}}}]}}
HTTP/1.1 200 OK
Content-Length: 883
Content-Type: application/json
To change the set point of a room :
POST /api HTTP/1.1
Host: xxx.xxx.x.xx
User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.11; rv:50.0) Gecko/20100101 Firefox/50.0
Accept: application/json, text/javascript, */*; q=0.01
Accept-Language: nl,en-US;q=0.7,en;q=0.3
Accept-Encoding: gzip, deflate
Content-Type: application/json; charset=utf-8
X-Requested-With: XMLHttpRequest
Referer:
Please login or register to see this link.
/Content-Length: 114
Connection: keep-alive
{"jsonrpc":"2.0","id":14,"method":"write","params":{"objects":[{"id":"91","properties":{"85":{"value":"19.5"}}}]}}
HTTP/1.1 200 OK
Content-Length: 40
Content-Type: application/json
What i would like to do is :
1. get data from the heating controller into HC2 and make them visible in a VD
2. change e.g. setpoints in the VD and write them back to the heating controller.
at this moment i have no idea if this is possible and if yes, how to do it.
hopefully someone can point me in the right direction.
thanks
Edited by WimF1 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.