Search found 29 matches

by robhuls
Sunday 30 July 2017 21:21
Forum: Bash / PowerShell / Batch etc.
Topic: Daikin integration
Replies: 112
Views: 50324

Re: Daikin integration

I used to have a cronjob that updated the status but I no longer have it. I think that it sometimes led to unpredictable behavior, the cronjob switching the unit off when I just put it on.
by robhuls
Saturday 08 July 2017 11:32
Forum: Python
Topic: Plugin for the Daikin Airconditioning (KKRP01A)
Replies: 4
Views: 1978

Re: Plugin for the Daikin Airconditioning (KKRP01A)

This is a full plugin for the Daikin Airconditioning (KKRP01A). Use freely, change and redistribuite at will, just leave a coment inside your code. Interesting. I made a lua script to control my Daikin Ururu Sarara using the BRP069A42 wifi controller (the one in the wiki). I shortly looked at the ...
by robhuls
Saturday 08 July 2017 11:26
Forum: Python
Topic: Plugin for the Daikin Airconditioning (KKRP01A)
Replies: 4
Views: 1978

Re: Plugin for the Daikin Airconditioning (KKRP01A)

I have zero knowledge of python plugins, but it seems you are calling the stock python on your machine and not the python version included with Domoticz.
by robhuls
Saturday 08 July 2017 11:06
Forum: Bash / PowerShell / Batch etc.
Topic: Daikin integration
Replies: 112
Views: 50324

Re: Daikin integration

I think the problem is in the first part of the script. If otherdevices['DaikinMode'] == 'Off' then the parameter mode is not set. The mode is irrelevant when it is off, but in the curl command I concatenate mode to the command. I think the solution is to add the following two lines between 'mode ...
by robhuls
Thursday 02 February 2017 22:12
Forum: Bash / PowerShell / Batch etc.
Topic: Daikin integration
Replies: 112
Views: 50324

Re: Daikin integration

Hello all, made a little change to the script so now you can use cooling too. How it works: Just the same as the old script, but the script now checks: If room temp is lower then the programmed temperature then heat, if room temp is higher then programmed temperature then cool. Will this work ...
by robhuls
Thursday 12 January 2017 21:57
Forum: PHP and all others
Topic: NAD 7050
Replies: 12
Views: 3768

Re: NAD 7050

Nice, the real off mode works well, a bit of a shame that it does not have wake-up on wlan. Thanks for the information.
by robhuls
Saturday 07 January 2017 14:20
Forum: Bash / PowerShell / Batch etc.
Topic: Daikin integration
Replies: 112
Views: 50324

Re: Daikin integration

Updated wiki.
by robhuls
Wednesday 04 January 2017 18:18
Forum: Bash / PowerShell / Batch etc.
Topic: Daikin integration
Replies: 112
Views: 50324

Re: Daikin integration

I looked a bit into the Python framework and for me it is still too much a work in progress, I will stick with the LUA implementation for a while. From the documentation I deduce that the python framework will become the new native implementation. Good choice, much easier to implement support using ...
by robhuls
Wednesday 04 January 2017 16:33
Forum: Bash / PowerShell / Batch etc.
Topic: Daikin integration
Replies: 112
Views: 50324

Re: Daikin integration

Fully agree, I did not know about the existence of the python framework. The reason I worked with LUA instead of Python was that I can use these scripts inside domoticz whereas I need to call external scripts to use python (native python seems to work if you build your own domoticz, but I don't). I ...
by robhuls
Wednesday 04 January 2017 16:26
Forum: Others
Topic: Philips HUE Motion Sensor
Replies: 34
Views: 20045

Re: Philips HUE Motion Sensor

As far as I can see there is no native support yet. I switch a light with the motion sensor and defined that in the Hue app. If I want to do more, I can write a lua script in Domoticz that is triggered when that light goes on/off (e.g. turn on/off the TV). The response should be nearly instant if ...
by robhuls
Tuesday 03 January 2017 18:45
Forum: Bash / PowerShell / Batch etc.
Topic: Daikin integration
Replies: 112
Views: 50324

Re: Daikin integration

I also tried the adv setting, but it does nothing on my Ururu Sarara.
by robhuls
Tuesday 03 January 2017 18:38
Forum: Bash / PowerShell / Batch etc.
Topic: Daikin integration
Replies: 112
Views: 50324

Re: Daikin integration

I have made the mode selector, fan rate selector and temperature setpoint. However, I don't understand how I can create a humidity setpoint, anyone with ideas? My current lua script (using selector DaikinMode [Heat, Cool, ...] and DaikinFrate [Auto, Silent, l1, l2, ....] (not allowed to just use a ...
by robhuls
Sunday 01 January 2017 16:03
Forum: Bash / PowerShell / Batch etc.
Topic: Daikin integration
Replies: 112
Views: 50324

Re: Daikin integration

I have silent mode in my own installation and humidity is trivial looking at: http://192.168.10.26/aircon/get_control_info Supporting humidify/cool/heat using the selector should also be simple and is a good idea (like the one I used in https://www.domoticz.com/wiki/NAD7050 for my amplifier mode), I ...
by robhuls
Thursday 29 December 2016 15:10
Forum: PHP and all others
Topic: NAD 7050
Replies: 12
Views: 3768

Re: NAD 7050

I did a total rewrite of the code making it much simpler, you can find the new one on the wiki page. I cannot upload the two pictures, I think the boss himself is updating the back-end (I saw some things change during the day). It seems to me that the magic number is not required.
by robhuls
Thursday 29 December 2016 12:03
Forum: PHP and all others
Topic: NAD 7050
Replies: 12
Views: 3768

Re: NAD 7050

I just started making that, great work! I will copy your approach and then update the wiki.
by robhuls
Thursday 29 December 2016 11:26
Forum: Bash / PowerShell / Batch etc.
Topic: Daikin integration
Replies: 112
Views: 50324

Re: Daikin integration

Do you need anything specific that is not covered in the wiki: http://www.domoticz.com/wiki/Daikin_wifi ?
by robhuls
Thursday 29 December 2016 11:03
Forum: PHP and all others
Topic: NAD 7050
Replies: 12
Views: 3768

Re: NAD 7050

Thanks for the updates, I forgot to subscribe to the topic so I did not notice your response until now. Supporting source switching was high on my wishlist! I moved the lua scripts into domoticz itself (setup -> more options -> events and then select lua instead of blockly) and merged them, so I ...
by robhuls
Sunday 09 October 2016 19:33
Forum: PHP and all others
Topic: NAD 7050
Replies: 12
Views: 3768

NAD 7050

I have created rudimentary support for the NAD 7050 Amplifier:
https://www.domoticz.com/wiki/NAD7050
If you happen to have one, give it a try. The main reason for me was that the Android App stopped working with the release of Android Nougat, so I had to get off the couch to set the volume ;)
by robhuls
Sunday 09 October 2016 14:10
Forum: LUA
Topic: Using TR-064 in LUA Script for getting Fritzbox data
Replies: 2
Views: 1476

Re: Using TR-064 in LUA Script for getting Fritzbox data

I played a bit with the Fritzbox interfaces last year but did not finish anything. I changed the approach to parsing the emails sent by the fritzbox to extract the data usage, but I did not even start implementing that. However, if the data you require can be extracted from the fritzbox using lua ...
by robhuls
Sunday 09 October 2016 13:58
Forum: Bash / PowerShell / Batch etc.
Topic: Daikin integration
Replies: 112
Views: 50324

Re: Daikin integration

I have updated the wiki explaining how to use the daikin integration in the beta version and a few lines of lua scripting so you can switch the daikin on/off and control the temperature.