-
Notifications
You must be signed in to change notification settings - Fork 33
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
Information HRU250 and HRU300 devices #97
Comments
I filtered the Tweakers posts in the forum Itho Daalderop ventilatie - wifi control add-on module on author Onl1ne1373: https://gathering.tweakers.net/forum/find/poster/865609/messages, which by reading from bottom to top seems quite instructive. |
Thanks for pointing me to information @EdwinGH, I bought the same pci-express extension cable, soldered a network cable to it and it works perfectly. |
Looks nice! |
I have the system up and running (just moved to firmware 2.4.0), great work @arjenhiemstra. |
Thanks :) About the virtual remote; I do not have experience with the HRU300 and I'm not sure wether remotes are handled differently on these devices. It could be the case (but I haven't seen it up until now). You need to follow the join proces for the HRU300 (like it was a normal physical remote) but I expect you already done this. What might also be a possibility is to use the firmware of rustyx, this firmware is more basic and far more low level but contains a really nice I2C sniffer option with which you can monitor internal communications when pressing a remote button joined to you HRU. This will reveal the commands needed for a remote to be correctly emulated. The non-cve version of the add-on is pin compatible with his firmware. You can use the USB interface of the add-on to flash a new firmware (and also to restore the original firmware) |
I am new to this, so pardon me. |
No problem, so officially it is not supported because the connector on the add-on is not compatible but unofficially; the interface is electrically compatible and the add-on has support for the HRU300 in its firmware. |
What exactly does that mean? |
well, it is just as functional as any other itho device supported by the add-on. But you will have to make the cable yourself indeed. |
@dennisvbussel |
It would be nice if I wouldn't have to cut any cables. But just put another cable in between the cable coming out HRU and the little screen. |
I noticed that there is a service-port on the front of the screen. Can't this be used instead? |
@EdwinGH, For the status string I made this:
@arjenhiemstra I think you are correct on the cable. @bokkoman The front micro usb service port can be used with the Itho ServiceTool software. I tried to connect a Raspberry Pi, but the i2c driver of the Pi kernel did not support the right addressing mode. |
@Onl1ne1373 Thank you for trying to parse the status value; so far I have not looked into this. @bokkoman I used the micro USB on the screen for connecting a Windows laptop running the Itho service tool (to read out system values before I used Itho WiFi, and upgrading firmware). |
@EdwinGH I got these string status values by using the ServiceTool to check. I’m interested in other values. I haven’t seen 5 yet. |
Hi @Onl1ne1373, in the ServiceTool I only see status numbers myself... I see some examples online where text strings like 'Cold Recovery' are shown, but not with my device. I also see the online screenshots show HRU300 firmware version 9; mine only updated up to version 6 (though IthoWiFi reports 7), so I may have an older hardware revision. |
Maybe een little off-topic, but what kind of issues your where having that needed a sensor replacement? I have one of the first units. I want to make sure I won't get problems in the future. |
Hi @desertspider , my first observation was that the ventilation unit never scaled up the fan (I have it connected to the RTF CO2 sensor). Then I opened the unit and noticed the poor status of the temperature sensors, and decided to connect the service tool to see if any values we off. And indeed, most of the temperature sensors gave high negative values. Then I contacted Itho Daalderop that I thought my unit was not working correctly (did not tell I opened the unit nor that I connected the service tool) and they told me they were aware of the problem and could send new sensors with wires to my installer. They did and we installed the new sensors together. Now sensors are fine, but the fan has become much louder over time, and I have regular freezes of the HMI unit (which I can monitor with Itho WiFi and do power cycles until it works)... |
Thank you for your reply. I will receive the Wifi board today, and will test if my HRU300 is ok or not. |
The non-CVE wifi module works good with the HRU300. Only i dont get the virtual remote to work. It wont join, so i cannot control the module. I my assumption correct that for the vitrualremote to work, i dont need the CC1101 RF Module since it will communicate by I2C? @EdwinGH lucky my temperature readings seems ok.
With a "Absolute speed of the fan" of 52% i get a "The mass flow of the air leaving the house (kg/h)" of 150. How do you get 362 with 3.5% fan speed? |
I totally missed this one, Yes it would work. One male connector connects to the HRU and the other male connector should connect to the ithowifi addon. The female connector would connect to the HMI. |
What software version do you run? Sometimes my HRU seems to lock-up due to the fact that in this configuration the I2C bus has two masters. When the HRU is locked up, i'm unable to change the ventilation mode (even by the official Itho remotes). This is fixed after a power on reset by unplugging the HRU for a couple of seconds. |
Itho device type: HRU 250-300 |
@dennisvbussel I am new to this tinkering myself so want to prevent making mistakes you already encountered in your learning curve |
I have the same issues i have 2x co2 sensors and 5x spiders connected to the wtw unit. I had tot reset so often that i added a Shelly plug to reset the wtw by app tot prevent running to the attic every time i could not change the ventilation mode. Must say its going well for some weeks now... |
Let's put it this way. If I would re-do my wiring I would go for the PCI extension/splitter cable to expose the HRU I2C wiring. Then I would cut of the female PCI connector and a ethernet cable with some wires attached so I can solder them together. I will make a quick drawing in the weekend. |
(I added a picture of the PCIe cable for clarification of the pinout; I also struggled with this) |
Thanks guys for the quick responses. By reading the answer i got confused. 12V is it on half blue or on wire 3 which is half green? Wanna make sure i don't connect that one wrong... |
Oops my mistake: |
Strange, I used the colors from This post and it works. I am 100% sure I used the half blue wire for 12v. |
Let me check my actual cable before making any other update. Sorry for the confusion! |
Thanks i got these from Arjan before maybe it can help sort this out. |
I managed to install the noncve board today. Now my question is, how do I join the board to the unit, so I can send speed control commands (low/med/high/auto). |
Did you by chance get a virtual remote to work with your HRU300? |
I have not been able to get the virtual remote to work, neither any fan settings from the API or webpages. I am building a basic version to monitor I2C traffic to see what commands are on the HRU300 bus, but this is only progressing slowly from my side... |
Hmm that sux, i really hoped i could control the unit. |
@arjenhiemstra is there anything we can do to be able to control the unit? Or maybe it is possible to send commands with the RF module? Instead of sending them through i2c? |
I found this post about someone who reverse engineered the RF signal. https://www.progz.nl/blog/2015/05/19/reverse-engineering-remote-itho-cve-eco-rft-part-6/ His GitHub: Not sure if it's useful, but perhaps this way we can control the HRU 200/300. |
Have a look at the last comment on that page ;-) |
That last part is certainly possible. All the hardware is there, the sending part as well but currently limited to only one type of remote. Rework is needed to implement it in a proper way. Somebody was working on this back in december, need to check what to current status of that work is. |
That would be great. I would like to be able to monitor and manage my fan speeds in house. |
I've been struggling to get the virtualremote to connect as the webinterface buttons seem to do nothing. The following steps worked for me:
Although I couldn't pair the remote it still broadcasted the right signal and because it's a copy of the physical remote the unit did respond. I'm using the wifi addon with the Itho HRU ECO 300 @arjenhiemstra is it possible to force the webinterface buttons of the virtual remote to use the rfremotecmd, maybe through a switch in settings? |
There is a important difference between the Virtual Remote (this uses the I2C bus, not supported by the HRU300) and the RF devices section. The latter uses the CC1101 module and this is what you need. Hope this helps! |
Hi,
Since Version 2.4.0-alpha8 support for HRU250 and HRU 300 devices has been added. What are the details for this?
In my home setup I have a HRU ECO 300 installed and I'm interested in integrating this into Home Assistant. If needed I can help with testing.
The text was updated successfully, but these errors were encountered: