-
Notifications
You must be signed in to change notification settings - Fork 1
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add support for Virtual remotes #91
Comments
Duplicate with #49 |
Just reopening it to understand this set up. With the demand flow I think you can control different rooms instead of just one setting for all exhausts in a room. So how does that work today? For just the HRU fan support there's indeed #49 but what's the use-case? Remote X controls room 1 & 2 and Remote Y controls rooms 3 & 4? |
Each remote can be assigned to a different room. I have two virtual remotes defined based off of a physical remote, one is the general one and the second one is defined for the sports room. |
Ok, and these remotes support CO2 monitoring too? Now, if we translate this to this integration with HA. How do you expect this to work? Because only actual remotes (remotes info MQTT topic) are integrated. So do you expect to have then 5 MQTT fans if you have 5 rooms / virtual remotes? I am just wondering if this is not going to be too complex. |
With DF you have up to 12 channels (rooms). Secondly, so far I have not been very successful defining a virtual-only remote to a channel. Assignation worked, but then the DF goes into error after the IBS has finished (I need some more testing). In any case, combination of physical with virtual remote works. Indeed I'd expect to have the same amount of MQTT fans exposed in HAS as there are virtual remotes defined in Hiemstra. To be honest, I was expecting there that the virtual remotes would be added automatically already. Maybe the solution is in the Hiemstra interface exposed to HAS. But my knowledge on the topic is very limited here. This is the only MQTT interface I use. |
This is a bit tricky because only if virtual remotes are included in the MQTT payload from Arjen's module then we can consider including it here. As today the virtual remotes are not exposed, this is not possible. Also, I cannot get fan creation to work in Python. The provided YAML code is actually something I am familiar with, I created the entry in the wiki myself a few years ago :) You can still manually create entries in HA to support the remotes using the rfremotecmd & rfremoteindex combo. This integration is intended for 'standard' domestic scenarios but DF support with the multiple remotes. |
As far as I understand the current remote implementation is for retrieving parameters of the non-CVE-based CO2 physical remotes.
However, the non-CVE module also allows creating virtual remotes which control the Demandflow / HRU unit.
in the following writeup there is a template for sending remote control commands, not sure if this is already enough or not:
https://www.vanwerkhoven.org/blog/2024/optimizing-itho-hru-350-control-via-mqtt-and-home-assistant/
YAML code
The text was updated successfully, but these errors were encountered: