Page 1 of 1

Wanted: Plugin/python code for Home Connect Indigo integrati

PostPosted: Thu Oct 10, 2019 1:15 am
by DrLove
Hi!

Anyone know of a way to integrate "Home Connect" devices in Indigo?

Best regards, L

Re: Wanted: Plugin/python code for Home Connect Indigo integ

PostPosted: Thu Oct 10, 2019 2:13 pm
by neilk
I had some success using the ghostxml plugin with my Tumble dryer that updates the device states. I needed to create a developer account and following the tutorials was able to generate an authenticate address to use in the plugin. I will see if I can recreate more details around what I did as it was a while ago.

Re: Wanted: Plugin/python code for Home Connect Indigo integ

PostPosted: Fri Oct 11, 2019 3:02 am
by DrLove
Interesting!

I have used "Python client for the BSH Home Connect REST API" and it kind of works.

I need to have my script running external from Indigo (I get SSL error if I run the script file from Indigo) and I use HTTP Put to alter variables in Indigo from the script. Sub optimal but works for now (have been running this for only 10 h now so I don't know how stable it is).

I'll give the ghostxml plugin a try!

Best regards, L