Search found 11 matches

by leejoow
Friday 06 July 2018 19:41
Forum: Python
Topic: Python plugin: Daikin BRP069A42 WiFi adapter
Replies: 31
Views: 8995

Re: Python plugin: Daikin BRP069A42 WiFi adapter

Updated the git plugin to work with new Domoticz version. Stability seems to be improved after removing some imports.
by leejoow
Tuesday 24 October 2017 20:07
Forum: LUA
Topic: Pushing a button multiple times through script
Replies: 3
Views: 949

Pushing a button multiple times through script

I'm using push buttons to set a light brighter or darker. This is done by using two different buttons, which send each a differtent signal through FxCom. Now I want to create a script which sends the signal for brighter 20 times to set it to max ilumination. Has anyone any ideas how I could do this?
by leejoow
Wednesday 30 August 2017 20:38
Forum: Python
Topic: Python plugin: Daikin BRP069A42 WiFi adapter
Replies: 31
Views: 8995

Re: Python plugin: Daikin BRP069A42 WiFi adapter

I'm using tcpdump on my access point to dump all HTTP traffic to the unit. What the plugin does, is emulating the mobile app (not the website).
by leejoow
Tuesday 29 August 2017 8:34
Forum: Python
Topic: Python plugin: Daikin BRP069A42 WiFi adapter
Replies: 31
Views: 8995

Re: Python plugin: Daikin BRP069A42 WiFi adapter

The latest version contains an extra property which can be used to select the number of seconds which must be passed before polling the unit again. You have to restart Domoticz to make these settings visible and update the hardware settings. The temperature should update even when the unit is off ...
by leejoow
Monday 28 August 2017 7:44
Forum: Python
Topic: Update device without logging when no state change
Replies: 0
Views: 532

Update device without logging when no state change

I've created a Python plugin for my Daikin airco. Every minute my aircondition is unit is polled for the settings and are updated on the devices. Everything is recorded into the database, whereas I would like only the state changes to log. If I do not update the device, the device turns red because ...
by leejoow
Monday 28 August 2017 7:33
Forum: Python
Topic: Python plugin: Daikin BRP069A42 WiFi adapter
Replies: 31
Views: 8995

Re: Python plugin: Daikin BRP069A42 WiFi adapter

You have to place the script in the plugin directory as can be described in the wiki:

https://www.domoticz.com/wiki/Using_Pyt ... ns#Scripts
by leejoow
Sunday 27 August 2017 8:15
Forum: Python
Topic: Python plugin: Daikin BRP069A42 WiFi adapter
Replies: 31
Views: 8995

Python plugin: Daikin BRP069A42 WiFi adapter

Hi all,

I've created a plugin for the Daikin BRP069A42 WiFi adapter.
It can be found on GitHub: https://github.com/leejoow/domoticz_daikin_BRP069A42

Any comments, please let me know :)
by leejoow
Wednesday 12 July 2017 11:46
Forum: LUA
Topic: UpdateDevice difference between time and device script
Replies: 0
Views: 489

UpdateDevice difference between time and device script

Hi all, I'm noticing a difference of the working of the UpdateDevice when I call it from a time script or from a device script. From a device script, if I use it to update a thermostat setpoint it in turn does not trigger any further device script. However, from the time script is does trigger the ...
by leejoow
Monday 10 July 2017 20:32
Forum: LUA
Topic: Update device without triggering further events
Replies: 1
Views: 1537

Update device without triggering further events

I'm using a script to poll my Daikin airco unit to retrieve the settings from it. Those values are sent to the different target setpoint and selector switches. Those in turn trigger a device event which will send the values to the airco unit. This gives some undesired side effects. Is there a way to ...
by leejoow
Monday 16 January 2017 7:22
Forum: Suggestions
Topic: Philips Hue - White level
Replies: 3
Views: 1260

Philips Hue - White level

Would really like to be able to use the different white levels possible with the Philips Hue bulbs. Through the API those can be set by sending the "ct" state with a value between 153 and 500 (Mired Color temperature) instead of "hex". Currently I need to make scenes on the bridge and activate those ...
by leejoow
Saturday 05 November 2016 17:40
Forum: PHP and all others
Topic: Update Selector switch without executing action
Replies: 1
Views: 1028

Update Selector switch without executing action

Hi all,

How can I update a selector switch through LUA without executing the corresponding action? I've got a script which detects the state of my Sonos player and I want to update a selector switch to correspond with the player state.