I 2nd this, can you please share the Modbus list?
Thanks
Search found 7 matches
- Thursday 19 January 2023 22:12
- Forum: Heating/cooling
- Topic: SwimmingPool heatpump
- Replies: 34
- Views: 11047
- Wednesday 03 January 2018 10:57
- Forum: Bash / PowerShell / Batch etc.
- Topic: Daikin integration
- Replies: 112
- Views: 52015
Re: Daikin integration
Thanks, I googled yesterday but it didn't return the github I will give it a try this evening. I have very basic programming skills but I am prepared to do some testing if needed. I have 9 indoor units with wifi at home so I am quite interested in integrating it with Domotics or Smartthings ...
- Wednesday 03 January 2018 9:44
- Forum: Bash / PowerShell / Batch etc.
- Topic: Daikin integration
- Replies: 112
- Views: 52015
Re: Daikin integration
Hi
I checked my domoticz installation, but I dont have any cpp files in it.
Where do I find (or can I download) the Daikin C++ file?
Do I need to install some other dependances?
I have more/less the standard latest released version of Domoticz for raspbian
Greetings
I checked my domoticz installation, but I dont have any cpp files in it.
Where do I find (or can I download) the Daikin C++ file?
Do I need to install some other dependances?
I have more/less the standard latest released version of Domoticz for raspbian
Greetings
- Tuesday 02 January 2018 12:24
- Forum: Bash / PowerShell / Batch etc.
- Topic: Daikin integration
- Replies: 112
- Views: 52015
Re: Daikin integration
Hi spiderjn, If I understand you correctly, I should discard the python scripts mentioned int he daikin Wifi Wiki and only send http command directly to the airco. Can you please post the example on how do you call the command from domoticz? As I mentioned in my previous message if I use ...
- Tuesday 02 January 2018 0:52
- Forum: Bash / PowerShell / Batch etc.
- Topic: Daikin integration
- Replies: 112
- Views: 52015
Re: Daikin integration
Hi Happy new year I am struggling with this one a bit I was busy with setting up the python script as described in the wiki, but it doesnt work for me. As I understand, the script was made for using python 2.7 so I tried to modify the code for use with python 3 but I cant get it right. Can somebody ...
- Thursday 28 December 2017 11:34
- Forum: Bash / PowerShell / Batch etc.
- Topic: Daikin integration
- Replies: 112
- Views: 52015
Re: Daikin integration
Guys, One question, what is the best approach if I have more than one unit (I have 9 Daikin units mounted with Wifi controllers). Do I create script for each device or combine everything in one script? Additionally did anyone implement the setpoint update if the settings are modified from the app ...
- Sunday 08 October 2017 10:48
- Forum: Utility
- Topic: How to update a virtual 'Instant+counter' sensor with Lua
- Replies: 27
- Views: 13670
Re: How to update a virtual 'Instant+counter' sensor with Lua
Apparently the above script is for single phase SAJ inverter, I had to play a bit wit the array so here is the code that can be used for 3 phase SAJ inverter: -- data from the SAJ inverter commandArray = {} lineNo = 0 now = 0 temp = 0 today = 0 total = 0 ip = '192.168.1.221' i = 1 function ...