Thanks for pointing me in the right direction @scriven33 !
With the rospogrigio one, it does work indeed. Thanks @rospogrigio for that!
Thanks for pointing me in the right direction @scriven33 !
With the rospogrigio one, it does work indeed. Thanks @rospogrigio for that!
Is there a way to know in what positon the swing mode is ?
you can have vertical horizontal etc
but on which position is the daikin now in vertical state, and in what position in horizontal state
everytime I start the daikin, I want it in the same positionâŚ
I have the faikin sollution I did it first with wire by wire connection but it stoped working i find the wright connector on ali express it fits not for 100% but it fits it is called the https://nl.aliexpress.com/item/1005006291181398.html?spm=a2g0o.order_list.order_list_main.23.ccaa79d2bxuR8O&gatewayAdapt=glo2nld
not expensive!
but also with the new connector i cant get the unit online? i aske the maker of the faikin on this how to trublle shut who can assit? it looks like the unit is not sending data to the the airco how can I diagnose this signal I double checked the wires can it be the case that cable is to long? now cable is 90 cm can that be the issue? an one an idea it shows the webpage and cant set parameters but not 0/1 wont go to 1
thx jd
B version of the adapter is not the ânewâ version, C is the new version of the adapter that doesnât have local API indeed.
Hi all,
I developed a basic daikin to MQTT app that works with firmware 2.9.0
At the moment this is very basic, but it does the trick for me while the official integration is upgraded.
This relies on having a working mqtt set up for Home Assistant.
Also if someone with better coding skills wants to take this next level, you are very welcome to: daikin_mqtt
Cheers
Hi all,
For some reason my account was flagged as spam on GitHub. I donât know why this is the case, however I raised a ticket and Iâm waiting for it to be resolved. Hopefully it wonât be much longer.
In the meantime, if you are looking for daikin_mqtt, I know some people cloned the repository.
Cheers
My account was restored
Where do I put the configuration file?
I created the directories and configuration.yaml file but the addon does not see it.
/config/daikin-mqtt/configuration.yaml
I use Home Assistant OS
Thanks
The addon log says:
CONFIG_PATH environment variable is set to: /config/configuration.yaml
Starting Daikin MQTT with config: /config/configuration.yaml
If I am not mistaken itâs trying to use the home assistant configuration.yaml?
How can I fix this on Home Assistant OS?
Hi I came across this thread while trying to get my Daikin air conditioners to work with Home Assistant. I have a BRP069B4x which is autodetected in the Daikin AC integration no problem. I also have a BRP069C4x on the same network which always gives an unexpected error when manually adding it. Reading most of this thread it seems that the latter is never going to work. Is that correct? Any input and advice appreciated.
B4x works C4x does not.
Best local solution:
Hello,
I have the same problem on my side, did you find a solution ?
thanks
Matthieu
Hi guys,
I own DAIKIN Perfera FTXM20R/FTXM35R with wifi adapter BRP069C4x - Cloud version.
I bought ERKS21 cable and older wifi adapter BRP06B42 (this version includes cable which fits to ERKS21 cable). Your AC of course need to have S21 port. All is plug&play.
You can disconnect BRP069C4x adapter if you want to - I left my connected.
Everything works great with local api for me a few months right now.
Iâm about to move from iobroker to HA but Iâm missing the demand control option for my local API daikin. WHO ist âowningâ this integration (is it @fredrike)?
Can someone add the function that is available over http? Here are the important controls:
local API (HTTP-GET):
Manual demand control:
http:///aircon/set_demand_control?lpw=&en_demand=1&mode=0&type=1&max_pow=[40-100]
Automatic demand control:
http:///aircon/set_demand_control?lpw=&en_demand=1&mode=2&type=1&max_pow=[40-100]
Turn Off demand control:
http:///aircon/set_demand_control?lpw=&en_demand=0
Demand control status:
http:///aircon/get_demand_control?lpw=
Thanks a lot!
Yes, it is probably me.
I suggest that you use the RESTful Command - Home Assistant to send that command, you can set up RESTful Sensor - Home Assistant to show the control status. There are no good way to expose demand control into the climate integration (but I guess that we could show it as an input number and just a sensor. I have quite limited time and donât own that particular unit my self so this i low priority right now.