Yes, of course, data is always welcome. I myself have two Daikin units, but more is better.
This probably will just amuse me, but I missed your reply last year and struggled on with a bluetooth dongle and it constantly dropping out until a few months ago when I started googling again out of frustration.
Iād totally forgot about your esp implementation and re-discovered itā¦ still not remembering it. But my hopes were ruined when I was getting some weird authentication error, but after some short googling I found someone with the exact same problemā¦ me!
Anyway, this has been super stable, so thanks very much for all your work on it. Itās made the A/C actually usable in HA for me!
Out of interest do you plan to get it merged into the main repo?
Thank you. Iām glad you find it useful.
Yes, actually thereās a pending PR on the esphome github project. But - donāt ask me why - nobody even reviewed it.
Luckily itās no big deal, since you can use it right away from my repository with just few more lines of config.
Hello everyone! I am having trouble with my VAM (ventilation) unit. Am I the only one experiencing the same problem?
Thanks
i gave your PR a like, maybe it helps to get attention. i see your PR has a label āneeds testsā. is there some automated testing needed before it will be reviewed?
Yes. I think itās because of tests missing. Letās give it a try
Hi @Petapton. Iāve found the time to test recent changes on your component on my 4 remotes. I had, in order to make them to work well, to split them on two different esp32 boards (two remotes for each board). It is known the limit of 3 connected devices for esphome but I got problems with 3.
My main issue is with the new fans support. I canāt spot any fan-related options on the HA climate devices (just HAVC modes and temperatures). It there something I have to enable? Can I provide some kind of logs to inspect the values reported by my remotes?
Thanks!
UPDATE: I did a clean rebuild and now the fan controls appearedā¦
This seems to be hit and miss. I added 1 unit and it worked, except temperature settings are unreliable. Pressing -1 sometimes increases and sometimes decreases, setting temp also does this. Mostly when decreasing temps it goes ābadā.
Then I deleted everything and added 2 units. Unit that previously worked started to show only on/off and modeā¦ removing and adding back couple times (whole integration) got it back to that mode. Had 1 unit showing up correctly, did a reload of integration and it went into this mode too.
Added just one unit to see if I can catch something wrong with temperature decrease, after playing with it, device went offline. Reloading integration didnāt help while I did see in bluetoothctl the device connected.
When device goes to this mode name changes in integration to - UE878 RF MODULE
This happened with master and slave madokas.
Iāve deleted everything from HA and bluetoothctl. Rebooted instance/HA and still same issues.
I have the integration installed on HA container running on RPI 3b.
climate control can control my Madoka unit pretty instantly, but it doesnāt get an update when I change things on the Madoka unit itself.
In logs I can see this:
Logger: homeassistant.components.climate
Source: helpers/entity_platform.py:1020
integration: Climate (documentation, issues)
First occurred: November 4, 2024 at 11:19:10 PM (5337 occurrences)
Last logged: 9:31:21 PM
Updating daikin_madoka climate took longer than the scheduled update interval 0:01:00
This seems to happen every minute on the exact same time, for example:
2024-11-08 21:33:21.889 WARNING (MainThread) [homeassistant.components.climate] Updating daikin_madoka climate took longer than the scheduled update interval 0:01:00
2024-11-08 21:34:21.892 WARNING (MainThread) [homeassistant.components.climate] Updating daikin_madoka climate took longer than the scheduled update interval 0:01:00
2024-11-08 21:35:21.894 WARNING (MainThread) [homeassistant.components.climate] Updating daikin_madoka climate took longer than the scheduled update interval 0:01:00
2024-11-08 21:36:21.896 WARNING (MainThread) [homeassistant.components.climate] Updating daikin_madoka climate took longer than the scheduled update interval 0:01:00
2024-11-08 21:37:21.897 WARNING (MainThread) [homeassistant.components.climate] Updating daikin_madoka climate took longer than the scheduled update interval 0:01:00
2024-11-08 21:38:21.898 WARNING (MainThread) [homeassistant.components.climate] Updating daikin_madoka climate took longer than the scheduled update interval 0:01:00
2024-11-08 21:39:21.899 WARNING (MainThread) [homeassistant.components.climate] Updating daikin_madoka climate took longer than the scheduled update interval 0:01:00