Created At
Sep 12, 2023
Created By Joep Verhaeg
Control Bosch/Siemens appliances via their Home Control ecosystem
Created At
Sep 12, 2023
Last Update
Sep 13, 2023
Platforms
HC 3 Lite, Yubii Home, HC 3
Views
225
Download
34
Basic Lua scene programming experience needed to use this Quick App due to the variety of appliances and large number of options that are possible within the Home Connect ecosystem.
The HC3 does not support the programming of buttons and labels in child devices from the master QA. That's why this Quick App does not create child devices for your Bosch/Siemens appliances connected to Home Connect. This Quick App is made for automating your devices with Lua scenes, not as a user interface for your devices in the Yubii app.
Full documentation with screenshots and examples is available on my website:
https://docs.joepverhaeg.nl/homeconnect/
The Quick App is still under development and the latest information will be available on my website and the official FIBARO forum.
Please read the tutorial for clear usage instructions!
The Home Connect API uses Server Sent Events to get a stream of events for all appliances. The Server Sent Events push technology is not supported by the HC3! As a result, it is not possible to receive live status updates from your devices!
You can manually request the status of a device via a Lua scene. In theory you can schedule a refresh, but then you will quickly hit the API limits! You can retrieve a status update for an appliance and save the response in a Global Variable. This allows you to read the latest appliance status and use it in scenes.
I wrote a helper function to get the scene code to start a specific program with the correct options selected on the psychical appliance.
If you select the program with the correct options on the device, you can use this function to generate the code to use in scenes: