Hi everyone,
is there any possibility to integrate these VMCs into homeassistant?
Does anyone use them?
Thank you
Hi everyone,
is there any possibility to integrate these VMCs into homeassistant?
Does anyone use them?
Thank you
Interested too.
I know that this VMC has an ESP32 inside and itās possible to emit some values on BLE. You should try to create a new sensor request for the Passive BLE integration.
In the next weeks, i will try to investigate in more details this VMC and to provide a way to integrate in HA.
hi, have you solved it? I also have Ecoconfort VMC
Hello Andrei,
Any luck with this? Iām trying to integrate these devices as well.
Iām very interested!
I have 6 VMCs at home and I canāt wait for them to be available to create automations to manage humidity and control the speed
Iām also very interested!
I contacted Fantini regarding an api and their response is: there is no API available at this time.
I found another project that controls the IntelliClima thermostats that use the same app as the ecocomfort 2.0.
They used a pc proxy to intercept the communication between the app and their webserver.
You can find it here:
Info about using a proxy:
Sorry to necro this topic, but for everyone following this post:
Iāve made an integration for the ecocomfort 2.0 devices. Currently waiting for the PR to get approved & merged, see:
I used the links to ruizmarcās homebridge implementation as inspiration and also had to use a proxy to reverse engineer the Intelliclima+ app traffic to make the API.
Hope it gets merged, but it definitely works locally in my home! ![]()
Hey there! I am thinking of buying a couple of these - is the integration working, and is there a guide on how to set it up?
Thank you so very much!
PS. 1: Or if itās expected to be released⦠So I can know, if I should jump the trigger and order 4 pieces of these ![]()
PS. 2: Thatās the product, right?
Hey George! Itās not yet released and is currently being reviewed by the Home Assistant devs as we speak. I had to reduce the initial release to only include the āfanā mode and not yet the sensors (air quality, humidity, temperature) and will make another PR for the sensors once the initial release gets merged. The home assistant devs found the initial release too big to review, which is why the initial one only includes setting the fan mode & speed.
I.e., in the first release you can make time-based fan mode/speed automations, but not yet any sensor-based automations.
I donāt have a timeline for you, but Iām guessing āsoonā for the first release. The one after that with sensor integration could take a while, seeing as how long this one took. Totally depends on when the HA devs have time to look at it ![]()
Once released, there will be a documentation page on the official home assistant integration page which includes how to set it up, which should be pretty straightforward. And yes, the units you linked are the ones I have and have integrated in this integration.
I have 5 Intelliclima installed, and I created a prototype Python lib myself, is there any help I can give you?
Hi @dvdinth , first of all thanks for it! i have 3 and waiting for the integration coming!
Any news? if you want you can upload on HACS and we test it.
Thanks
@pkirk Yeah if you could post your code on github and tell me what you have and have not created then that would be cool to see! My version is currently working, but Iād be happy to check out someone elseās work to compare and see if we can improve or add features. My API relies on their cloud API but I think it might be possible to make a fully local API too, have you tried that?
@tomfool1985 Iām gonna nudge the developers again to see if I can get a response. If that takes too long Iāll consider moving it to HACS, but it should really be ready to merge to core and moving to HACS would be (some) additional work.
Hello,i updated HA but i when i try log the integration i receive this issue:
Registratore: homeassistant.components.intelliclima
Fonte: components/intelliclima/config_flow.py:49
Integrazione: IntelliClima (documentazione, problemi)
Prima occorrenza: 08:16:53 (5 occorrenze)
Ultimo accesso: 09:57:28
Unexpected exception
Traceback (most recent call last):
File "/usr/src/homeassistant/homeassistant/components/intelliclima/config_flow.py", line 49, in async_step_user
devices = await api.get_all_device_status()
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/local/lib/python3.14/site-packages/pyintelliclima/api.py", line 257, in get_all_device_status
eco_device = from_dict(data_class=IntelliClimaECO, data=device_data)
File "/usr/local/lib/python3.14/site-packages/dacite/core.py", line 74, in from_dict
raise WrongTypeError(field_path=field.name, field_type=field_type, value=value)
dacite.exceptions.WrongTypeError: wrong value type for field "filter_active" - should be "str" instead of value "None" of type "NoneType"
Same here, I made Claude Code quickly analyse it and I created a PR for fixing it:
Thanks Alessandro, but i not able to find the file to fi it, can you tell me where itās?
Hey, itās good to see that people immediately started using my integration after release!
Unfortunate that you got that error. @arizz96 I believe your fix is indeed correct here, but I want to double check an edge case when I have the time.
This does mean that I need to update the integration as well, so the fix will be delayed to the next release (or the one after that if reviewing takes longer).
I believe this issue comes from the fact that I have enabled the āFilter Managementā notification in the intelliclima+ app for all my devices. Iām guessing that both of you have that disabled? If Iām right you should be able to temporarily fix the error by enabling the notification in the app, by going to the settings of your ECOCOMFORT2.0 > Advanced Settings > Filter Management > Enable Notification.
Edit: To be specific: You would have to enable that notification for all ECOCOMFORT2.0 devices, not just one.
Can you try that and let me know if that fixes it for you?
If that does fix it, youāll have to keep it enabled until the fix is released.
Hi dvdinth,yes It worked! Thanks!
I am experiencing the same problem. Even when I enable the notification, it still doesnāt work. Is there something else I can try?