
Jerome Morignot
- Total activity 20
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 8
Activity overview
Latest activity by Jerome Morignot-
Jerome Morignot commented,
Sorry but I don't understand your statement?! I used Python for my own needs, the json I had to send to the API to patch the temperature set point is the one I wrote in my previous message. What's...
-
Jerome Morignot commented,
Cricket!?!?! :)
-
Jerome Morignot commented,
Agreed. I solved this by using the API...But it seems to be a very standard feature to be able to schedule your "global" setpoint.
-
Jerome Morignot commented,
Your json is really wrong if you are trying to set the temperature: {"data":{"type":"structures", "attributes": {"set-point-temperature-c":"27.78"}}}
-
Jerome Morignot commented,
I added it to GitHub : https://github.com/jeromemorignot/FlairControl Not the greatest code...but it works for me :)
-
Jerome Morignot commented,
Hey Chris, Let me explain my situation and what I did: Like you we are all at home due to COVID, when we have to cool we like a temperature of 75-76, and when heating 68-69, here is the logic: Ev...
-
Jerome Morignot commented,
I have the EXACT same situation and configuration...funny. Here are my solutions : EASY but not perfect : Remove the ecobee remote sensors from ALL the Confort Settings on the Ecobee, you only keep...
-
Jerome Morignot created a post,
Weather Information
Hi, I was wondering if anyone knew where the weather information on the Flair.co dashboard comes from? It seems to be a bit "off"...I checked the system has my correct address. Example: Current wea...
-
Jerome Morignot commented,
I actually soved my problem...it works now. The trick was in the header only 'Authorization': 'Bearer ' + access_token is needed....Using the provided example and the proper header I can update att...
-
Jerome Morignot created a post,
Help with the API
Hi, I'm trying to chnage few things by using the API, I can connect, authenticate, get the details of the structures but I have problems in updating the structure attributes, the provided example i...