Created At
Jan 13, 2019
Created By Michiel Beenen
Virtual Device for Daikin Airco with WiFi module
Created At
Jan 13, 2019
Last Update
Jan 15, 2019
Platforms
HC 2
Views
11995
Download
1010
So, after going wild with all kinds of different codes and examples, I now simply made the basics available in Fibaro and we even use it in a combination with our Nest Thermostat and Netatmo. If the temperature goes above 24.5 degrees celsius it will switch on our Daikin. If Nest's or Netatmo's temp goes below 23 it will turn the airco off. The only thing missing with this Virtual device is a way to see what the airco is currently doing, but then again... better something then nothing at all.
And here I have an example for all of you wanting to do a simple ON, OFF, Cool, Heat and Humidify with Daikin Wifi controlled units. You must edit the temperature setting for each value to your liking.
In the local Daikin = Net.FHttp(\"192.168.XXX.XXX\", \"80\") you simply fill in the local LAN IP address of your Daikin Wifi unit (ex. 192.168.1.90).
bonjour votre module pour climatisons Daikin fonctionne avec le HC3 ??? merci de votre aide
awesome script that required a little tweaking to get it working for me: Prefix in all files (ensures that the variables in the advanced module are used): local devId = fibaro:getSelfId(); local ipAddr = fibaro:getValue( devId, "IPAddress"); local tcpPort = fibaro:getValue( devId, "TCPPort"); replace in all files: local Daikin = Net.FHttp(ipAddr, tcpPort) ==> local Daikin = Net.FHttp(ipAddr, tcpPort) "aircon/ ==> "/aircon/ 142 ==> devId this solved the issues mentioned Anatol for me that i also experienced
Hello! I added this like Virtual Device in my Home Center 2. Set a static IP to my daikin emura AC with wifi device: BRP069A41. In Advanced Pannel of Daikin Virtual Device i wrote IP: 192.168.1.110 and Port: 80 And I'm getting following error when I click On button: [{"timestamp":1593001922,"type":"ERROR","txt":"line 44: bad argument #1 to 'sub' (string expected, got nil)"},{"timestamp":1593001934,"type":"ERROR","txt":"line 26: bad argument #1 to 'sub' (string expected, got nil)"},{"timestamp":1593001972,"type":"ERROR","txt":"line 26: bad argument #1 to 'sub' (string expected, got nil)"}] What means this? I'm new to all this codes so please if someone can help me with changes I have to do to have my AC working will be highly appreciated. Thank you.
GOOD DAY I HAVE AN BRP069B45 ADAPTER I CANNOT OPERATE IT WITH A PLUGIN FROM a BROWSER I CAN TURN IT ON AND OFF BUT WITH THE PUGIN NOTHING ACHE CHANGING THE IP CODE BY LUA CODE. SOME TIPS THANKS
Hi, i was wondering where/how you let it work with a thermostat? How/Where in the script do you communicate the current temperature to the AC?