Search found 78 matches

by TheCondor
Wednesday 15 July 2020 19:14
Forum: Speech & Voice Systems
Topic: Controlicz - Domoticz to Google Home/Assistant integration
Replies: 2277
Views: 510660

Re: Controlicz - Domoticz to Google Home/Assistant integration

Hi Madgeni, any news on my trouble with the switch level of the fan? Thanks.
by TheCondor
Friday 10 July 2020 22:53
Forum: Python
Topic: [Python plugin] Xiaomi Pedestrial Fan ZA4
Replies: 3
Views: 933

Re: [Python plugin] Xiaomi Pedestrial Fan ZA4

Keep an eye here

https://github.com/rytilahti/python-miio

Seems to be not supported now, but when they Will implement api It Will be simple to adapt my script
by TheCondor
Wednesday 01 July 2020 0:31
Forum: Python
Topic: [Python plugin] Xiaomi Pedestrial Fan ZA4
Replies: 3
Views: 933

Re: [Python plugin] Xiaomi Pedestrial Fan ZA4

Update: plugin is now fully working with toggle of natural/direct mode, fan speed and current status retrive. There's just few graphical customizations to do (icons etc) and a bit cleaning of the code but is working, and this is a good starting point for add support for other device such air ...
by TheCondor
Monday 29 June 2020 8:45
Forum: Python
Topic: [Python plugin] Xiaomi Pedestrial Fan ZA4
Replies: 3
Views: 933

[Python plugin] Xiaomi Pedestrial Fan ZA4

Hi, i started working on a plugin for interact with the xiaomi fan, model ZA4 (currently avaiable). Here the github page, is WIP and is based on the awesome work done by "mnir" for the xiaomi vacuum. https://github.com/Condorello/Domoticz-Xiaomi-Fan-ZA4 Currently i successfully retrive the status of ...
by TheCondor
Monday 13 April 2020 17:03
Forum: Python
Topic: Python plugin: Xiaomi Mi Robot Vacuum
Replies: 311
Views: 115958

Re: Python plugin: Xiaomi Mi Robot Vacuum

I'm on latest domoticz stable, python 3.7 on debian buster (raspberry), all is working. I followed in opposite way the instruction so: 1) stop miio-server 3) remove miio-server from autostart 4) pip3 uninstall -r pip_req.txt 5) delete the .env folder inside the plugin folder and 6) start following ...
by TheCondor
Sunday 29 March 2020 16:57
Forum: Python
Topic: Python plugin: Battery Level for Z-Wave Devices
Replies: 167
Views: 34583

Re: Python plugin: Battery Level for Z-Wave Devices

Version 0.6.1 of the plugin is now available for download. This update is mandatory if you are using any version of domoticz from 2020.1 onward (updated the domoticz version check of the plugin to the new version numbering scheme implemented in domoticz on March 22, 2020). git pull and start ...
by TheCondor
Monday 10 February 2020 20:40
Forum: Python
Topic: Python plugin: Battery Level for Z-Wave Devices
Replies: 167
Views: 34583

Re: Python plugin: Battery Level for Z-Wave Devices

Hi, try to restart domoticz and post the initial log, so we can check what's wont load.
by TheCondor
Monday 10 February 2020 9:57
Forum: Bugs
Topic: double day + time trigger not working [SOLVED]
Replies: 2
Views: 6164

Re: double day + time trigger not working [SOLVED]

Hi, i'm on V 4.11337 / dzVents Version: 2.4.29
I try to update.
by TheCondor
Sunday 09 February 2020 21:55
Forum: Bugs
Topic: double day + time trigger not working [SOLVED]
Replies: 2
Views: 6164

double day + time trigger not working [SOLVED]

Hi, i've a very basic script which at 8.00 change the content of a string value according of the garbage calendar, and the second at 21.00 send a notification to my phone as reminder. The first (at 8:00 on.... ) is triggered, the second totally ignored. Thre content of the script works fine, if i ...
by TheCondor
Thursday 30 January 2020 20:50
Forum: dzVents
Topic: Check variable value (if changed) [Solved]
Replies: 2
Views: 1275

Re: Check variable value (if changed) [Solved]

Perfect!!! Thank you so much!
by TheCondor
Tuesday 28 January 2020 13:11
Forum: dzVents
Topic: Check variable value (if changed) [Solved]
Replies: 2
Views: 1275

Check variable value (if changed) [Solved]

Hi, i want to do some actions when the content of a variable is changed. Currently i have this script (the script is more articulated but i put the essential part) that do some actions according the value of two variable (Tag_Andrea - Tag_Ilaria) which is controlled by BLE presence script. These ...
by TheCondor
Monday 09 December 2019 16:52
Forum: dzVents
Topic: [HELP] power off heating if windows is open, turn back on when it's closed [Solved]
Replies: 6
Views: 1632

Re: [HELP] power off heating if windows is open, turn back on when it's closed [Solved]

i post here the final script, maybe someone could find it useful for its setup: Basically i have 3 contact sensor on 3 windows and a Netatmo thermostat. Netatmo Away Mode put directly the termostat setpoint at 12 Celsius, it is a current netatmo function. When any of the three windows is open, the ...
by TheCondor
Friday 06 December 2019 20:53
Forum: dzVents
Topic: [HELP] power off heating if windows is open, turn back on when it's closed [Solved]
Replies: 6
Views: 1632

Re: [HELP] power off heating if windows is open, turn back on when it's closed [Solved]

Hi again, i need to add a delay, otherwise every time i open/close a Windows It change the state of 'Away mode' and thermostat going Crazy.

How can i script something likes:

If WindowsSensor Is open for X time the
AwayMode.switch(off)

Thanks
by TheCondor
Friday 06 December 2019 9:34
Forum: dzVents
Topic: [HELP] power off heating if windows is open, turn back on when it's closed [Solved]
Replies: 6
Views: 1632

Re: [HELP] power off heating if windows is open, turn back on when it's closed [Solved]

Now i want to refine a bit the script and let it automate this last step: when everything is closed again -> restore the previous status of Away Mode. Is this what you mean ? If not please explain in more detail what you expect and translate the relevant strings in your code to English. Hi, thanks ...
by TheCondor
Thursday 05 December 2019 16:55
Forum: dzVents
Topic: [HELP] power off heating if windows is open, turn back on when it's closed [Solved]
Replies: 6
Views: 1632

[HELP] power off heating if windows is open, turn back on when it's closed [Solved]

Hi, i have this script running since the past winter and works fine. Essentially when the sensors on the windows or on the door is open, if the external temperature is lower then internal (so i'm in the situation to lost heating from my house) it shut down the heating system (it put the Netatmo ...
by TheCondor
Monday 07 October 2019 16:51
Forum: Python
Topic: Python plugin: Battery Level for Z-Wave Devices
Replies: 167
Views: 34583

Re: Python plugin: Battery Level for Z-Wave Devices

Labtec wrote: Saturday 28 September 2019 14:32 Problem solved, need to fill in username and password :D
I set as IP 127.0.0.1 and put this address in the trusted ip of domoticz settings. In this way it works without password.
by TheCondor
Thursday 07 February 2019 21:24
Forum: Python
Topic: Python Plugin: Chromecast
Replies: 206
Views: 49037

Re: Python Plugin: Chromecast

2019-02-07 21:22:17.253 Status: (Chromecast) Entering work loop. 2019-02-07 21:22:17.254 Status: (Chromecast) Initialized version 3.3.1, author 'Tsjippy' 2019-02-07 21:22:17.261 Status: (Chromecast) Checking if images are loaded 2019-02-07 21:22:17.262 Status: (Chromecast) Starting up 2019-02-07 21 ...
by TheCondor
Tuesday 05 February 2019 13:47
Forum: Python
Topic: Python Plugin: Chromecast
Replies: 206
Views: 49037

Re: Python Plugin: Chromecast

Hello, custome notifications stopped working since few days. I'm the Only One? All the rest Is working fine (media, volume etc) Thanks for your feedback I have the same but it looks like there is something wrong with user variables in the latests beta. Peter Sent from my SM-G930F using Tapatalk I'm ...
by TheCondor
Monday 04 February 2019 20:46
Forum: Python
Topic: Python Plugin: Chromecast
Replies: 206
Views: 49037

Re: Python Plugin: Chromecast

Hello, custome notifications stopped working since few days. I'm the Only One? All the rest Is working fine (media, volume etc)
Thanks for your feedback