
Husdata has an app for Homey named Husdata
From the app you can set indoor temp and monitor heat pump sensors and status.
Not all settings and data are accessible from the app, see last part of this document on how to access all from Homey.
The sensors and statuses will log to Homey Insights for historical analysis and followup.
You can build Flows based on events from the App, the language supported are Swedish, Dutch and English.
Installation
The setup is very simple.
First make sure your H66 has the latest firmware. Login to the web portal and check/update via the Support menu.
Next, enable the RestAPI on your H66. Access it’s web portal and set API_ENABLED to 1 to allow the Homey app to read data, or set it to 2 to allow Homey app to change heat pump settings.
RESTART H66 AFTER THE CHANGE (reset button)
Start the Homey app, go to Devices and search for the Husdata App.
Select the device H66 and Install the app. At installation your H66 should be discovered and it’s IP shown. Select the discovered unit and select ”next>”
If it doesn’t work, restart Homey.
Now installation is done. Select the App by holding you finger in it for one second. The first screen is the setting for indoor temperature. Slide Left to view all other parameters.
We recommend you to access the App setting and give it a friendly name such as My IVT, Bosch, Thermia, NIBE or what ever pump brand/model you have.
Now you can use the heat pump data to build smart flows or us Insights for operations analyses-
For example: When: Additional heater changes, And: Logic, additional heater greater than 0: Then create notification or speak out the Additional heating lever in percent.
Other example is of course to add a flow to be notified on pump alarms or when it is too large delta on brine or heat carriers.
Setting all HP parameters from flows
From the App you can only set Indoor temperature, if you like to control other heat pump parameters such as operations mode or warm water it has to be done using H60 API or MQTT interfaces. Here we explain one way of doing this by using the API.
Install the app ”HTTP request flow cards” on your Homey (or app with similar functionality)
Go to Flow and create a new flow, got to ”then…” and add card ”Http request…”
Select ”POST form” from the dialog
Enter url: ”http://<your h60 ip>/api/set?idx=2205&val=40” to set heat curve to level 4
Now when this flow executes, heat curve is set to 4
This way you can build different flows to set parameters in the heat pump