I only tested it with RaspberryMatic since that is the only thing I have it used the xmlrpc and binrpc API. So far I always connect to Bidcos, Homematic IP and CUxD. Therefore I would not expect it to work out if the box with Qivicon, but if it supports the xmlrpc API then it might be possible to get it to work.
Are you able to connect with other Homematic Apps to the Qivicon?
Hi Timo, Qivicon supports Homematic devices. Furthermore I have numerous devices running on this (including some remote controls I use to switch lights). I will try when I am at home. It should support RPC.
I don’t have the device, so it will be a littler harder to implement, but maybe we can have a look.
Do you have an idea of the capabilities you would like to have implemented and what actions you need?
Do you by any chance have RedMatic installed on the ccu? I would need some info from the XML definition of the device to know what data points are available.
We use Slack in our development so that is not a problem.
What I´m interested in is getting a “real” temperature from any sensor connected to Homey, set a desired temp in Homey (from some UI) and the FAL24-C10 should adjust the actuators. I have not done the research to tell you if this device only accept some on/off command or if it accept a real and desired temperature as input.
I have searched a long time for this solution, if it is possible for you to implement it would help a lot of people. As far as I know there is none, except from manufactures.
As I said, I speak javascript, Java, C++, ASM but this is totally new to me. If you have some links on how to program a Homey interface, please share.
I just investigated a little about the device. I don’t think that it is possible to directly control it from the CCU. You can only get the state. To control it you need the Wall Thermostat HMIP-WTH-2 in each room. Then you need to create a link between the FAL and the WTH.
The WTH can then be controlled from the CCU and therefore also from Homey. I currently only support the WTH and not the WTH-2, but that should be simple as I suppose that the API is the same.
I would suggest to do it that way since that has the advantage that your heating works without the Homey and CCU since the WTH communicates directly with the FAL
Great job. I only have HMIP-PSM and it is working with homey. Didn’t try a lot of what can be done(on/off and power metering works). Is it possible to add voltage, curent and icon on the device?
hank you
If it is any help I created a fork https://github.com/gooooba/homey-matic and modified the driver for HMIP-PSM to also show current and voltage.
Also had to modify lib/device.js to convert mA to A as Homey shows default value in (A), CCU shows it in (mA), so you can copy the changes to you repo.
“It is required that the Homey IP and the CCU IP are configured in the settings of the app. The app needs to be restarted after the settings have been saved.”
How can this be done? There is nothing to configure in the app…