0
Under review

Integration with Easee Home

Michiel Kenis 2 years ago updated 2 years ago 2

Hi there, 

I just got an Easee Home installed for my electric car. I know Easee has an excellent api AND Homey has already some integrations. So I'm wondering if any integration with ComfortClick is known? 

Thinks I can think of: 

- Only charge if there is sufficient solar power on the system

- Limit the charge speed as in Belgium high peaks are charged extra by the power company

- ...

Any known integrations? 

Under review

Hello Michiel,

since the device has open API the integration should be possible with basic / http driver. You can also check in our knowledge base how to integrate device with basic / http driver. 

https://www.comfortclick.com/BOS/KnowledgeBase/Basic

https://www.comfortclick.com/BOS/KnowledgeBase/Http

Best regards

Thanks for your info. Is there a way I can import curl commands? Or "see" the build request? 

I have to port this curl to the bOS Configurator, but I keep getting 403s in my Log... Can you help please?

curl --request POST \
--url https://api.easee.cloud/api/accounts/login \
--header 'Accept: application/json' \
--header 'Content-Type: application/*+json' \
--data '
{
"userName": "myname@gmail.com",
"password": "MyPassword"
}
'