Search found 8 matches

by brianhunt
Sunday 07 February 2021 14:08
Forum: Python
Topic: Python Plugin: Python Plugin Manager
Replies: 234
Views: 96895

Re: Python Plugin: Python Plugin Manager

Thanks to ycahome's great work and basing on the original plugin I've created alternate version with UI (using Domoticz custom page) to easily manage plugins. Hopefully someone else also find it useful. Any feedback is highly welcome https://github.com/stas-demydiuk/domoticz-plugins-manager https ...
by brianhunt
Sunday 06 May 2018 18:49
Forum: Other questions and discussions
Topic: Edit script on Ipad
Replies: 12
Views: 2076

Edit script on Ipad

Hi, I’m not sure where to post this question. Hopefully it’s a very simple question that someone can simply answer but I haven’t been able to figure it out. I am trying to edit a script from within Domoticz on an IPad. I know how to open the script (Setup/More Options/ Events). However when I select ...
by brianhunt
Wednesday 14 June 2017 21:27
Forum: Python
Topic: Python plugin: Battery Level for Z-Wave Devices
Replies: 167
Views: 33740

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

Unfortunately, my domoticz system also crashed after about 9 hours (currently on version 3.7972). Guess we all have to wait for some stability in the python plugin area (also have issues with sonos plugin)...

@Logread: your work is very much appreciated!!
by brianhunt
Wednesday 14 June 2017 9:51
Forum: Python
Topic: Python plugin: Battery Level for Z-Wave Devices
Replies: 167
Views: 33740

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

Had the issue that after installing the latest beta, none of my devices were shown any more. Solved it by using

Code: Select all

chmod 755 domoticz/plugins/BatteryLevel/plugin.py
Need to monitor if the system is stable now...
by brianhunt
Friday 31 March 2017 13:25
Forum: LUA
Topic: LUA script - prevent shutter from closing while window is open
Replies: 6
Views: 2422

Re: LUA script - prevent shutter from closing while window is open

It could be that Domoticz doesn't recognize the device, probably because of an incorrect name. Can you check that you wrote the name of the shutter exactly the same in the Shutters array? (including spaces and capitals!) One way to make sure that it's completely the same, is by selecting the device ...
by brianhunt
Wednesday 29 March 2017 21:37
Forum: LUA
Topic: LUA script - prevent shutter from closing while window is open
Replies: 6
Views: 2422

Re: LUA script - prevent shutter from closing while window is open

Hi Thaui,
Glad to help you. Quite important that you are not shut out :lol:

Can you let me know what line 37 is in your script? (in my script, it's an empty line)
by brianhunt
Thursday 23 March 2017 22:07
Forum: LUA
Topic: LUA script - prevent shutter from closing while window is open
Replies: 6
Views: 2422

LUA script - prevent shutter from closing while window is open

Since I couldn't find a script on the forum, I wrote my own and thought it may be interesting for others with similar situations. In my home, I have three Fibaro roller shutters to control the shutters in front of my windows. However, if the window is open, the shutter (or the window) can get ...
by brianhunt
Monday 26 September 2016 18:22
Forum: Third party and supplementary tools
Topic: dtgbot - Domoticz TeleGram BOT
Replies: 581
Views: 113356

Re: dtgbot - Domoticz TeleGram BOT

Looks very interesting (haven't installed it yet). I was only wondering if it is also possible to use this 'channel' for geofencing. If a geofancing app can send a message to a Telegram bot, I don't need to open up my domoticz system for direct url access.
Anybody any ideas?