Hello,
are there any plans for a VitoConnect Binding using openHAB3?
At the moment I’m only aware of the external API of @thetrueavatar using PHP/CURL.
Is this still the way to go?
Hello,
are there any plans for a VitoConnect Binding using openHAB3?
At the moment I’m only aware of the external API of @thetrueavatar using PHP/CURL.
Is this still the way to go?
As of me, no plans, at least until Viessmann is moving towards an official API. However they only posted intentions and a rate limiter on the unofficial API until now.
The scripts as posted are working in OH3.
I have tested thetrueavatar’s API. Some are working, some not.
Working:
php GetHotWaterStorageTemperature.php
56.6
php GetBoilerTemperature.php
31
Not working:
php GetActiveProgram.php
Message: Call to a member function getProperty() on null
Code: 0
php GetActiveMode.php
Message: Call to a member function getProperty() on null
Code: 0
Can you confirm this or do I make something wrong?
Never worked with those “not” working routines. Have you tried the “getActiveModeErrorHandling” rountine instead of getActiveProgram"? Putting in a circuitID should be a possibility.
Thanks for the hint. Changed the circuitId in the bootstrap.php from 0 to 1. Now it is working.