Search found 14 matches
- Thursday 09 April 2020 19:19
- Forum: Python
- Topic: Python Plugin: Ubiquiti UniFi Switch
- Replies: 5
- Views: 911
Re: Python Plugin: Ubiquiti UniFi Switch
Glad you find this interesting guys! Let me know if you face any issues and I will try to fix them.
- Thursday 09 April 2020 19:06
- Forum: Python
- Topic: Python Plugin: ZoneMinder
- Replies: 2
- Views: 781
Re: Python Plugin: ZoneMinder
Hey Martin, Glad that you find the plugin interesting. If the plugin gets a successful connection to your ZoneMinder server, it will create a selector switch for each camera/monitor. A switch can set all the different states that ZoneMinder can do for a camera. I have stopped using ZoneMinder but ...
- Tuesday 07 April 2020 19:04
- Forum: Python
- Topic: Python Plugin: Ubiquiti UniFi Switch
- Replies: 5
- Views: 911
Python Plugin: Ubiquiti UniFi Switch
UniFi-Switch-PoE-Control-plugin-for-Domoticz Here is a plugin that I made to control the states of the POE ports on my Unifi switch. The plugin is only tested for Ubiquiti Unifi US-8-60W POE. It creates four switches to control each POE port on your UniFi switch. Possible commands are On / Off ...
- Tuesday 07 April 2020 18:59
- Forum: Python
- Topic: Python Plugin: ZoneMinder
- Replies: 2
- Views: 781
Python Plugin: ZoneMinder
ZoneMinder-plugin-for-Domoticz
Here is a plugin that I made to control the camera states connected to a ZoneMinder server.
Plugin: https://github.com/Frixzon/ZoneMinder-p ... r-Domoticz
ZoneMinder homepage: https://zoneminder.com/
Hopefully someone more than me will find the plugin helpful.
Here is a plugin that I made to control the camera states connected to a ZoneMinder server.
Plugin: https://github.com/Frixzon/ZoneMinder-p ... r-Domoticz
ZoneMinder homepage: https://zoneminder.com/
Hopefully someone more than me will find the plugin helpful.
- Tuesday 07 April 2020 18:55
- Forum: Python
- Topic: Python Plugin: Balboa-Spa
- Replies: 3
- Views: 1006
Python Plugin: Balboa-Spa
Balboa-Spa-plugin-for-Domoticz Here is a plugin that I made to control and monitor my Balboa Spa Hot Tub. The plugin is tested for Balboa control box BP2100 and panel TP800. A lot of creds to the guys in this forum thread that created a client application for Balboa: https://community.smartthings ...
- Tuesday 07 April 2020 18:38
- Forum: Python
- Topic: Python Plugin: Shinobi CCTV
- Replies: 1
- Views: 568
Python Plugin: Shinobi CCTV
Shinobi-plugin-for-Domoticz
Here is a plugin that I made to control the camera states connected to a Shinobi server.
Plugin: https://github.com/Frixzon/Shinobi-plugin-for-Domoticz
Shinobi homepage: https://shinobi.video/
Hopefully someone more than me will find the plugin helpful.
Here is a plugin that I made to control the camera states connected to a Shinobi server.
Plugin: https://github.com/Frixzon/Shinobi-plugin-for-Domoticz
Shinobi homepage: https://shinobi.video/
Hopefully someone more than me will find the plugin helpful.
- Monday 15 October 2018 21:54
- Forum: Python
- Topic: Python realtime Chromecast application detect script
- Replies: 12
- Views: 4714
Re: Python realtime Chromecast application detect script
Hey i have tried your Phython script and it looks cool. I do however get an error message after a while. The logoutput can be seen below incase someone knows how it can be resolved. 10/15/2018 09:30:50 PM Traceback (most recent call last): 10/15/2018 09:30:50 PM File "/usr/local/bin/chromecast ...
- Tuesday 09 October 2018 14:06
- Forum: Z-Wave
- Topic: Aeotec Wallmote
- Replies: 61
- Views: 19092
Re: Aeotec Wallmote
Good news, I manage to figure it out! It turned out that you needed to group associate the dimmer switch and Wallmote remote in order to use the dimmer function. I have never used group association and did not know what it was so maybe it was already mentioned in this thread. To use the Wallmote Duo ...
- Friday 05 October 2018 13:27
- Forum: Z-Wave
- Topic: No succes with Aeotec ZW130
- Replies: 11
- Views: 2480
Re: No succes with Aeotec ZW130
The same discussion is ongoing in this thread: viewtopic.php?f=24&t=16372&start=40
- Friday 05 October 2018 9:29
- Forum: Z-Wave
- Topic: Aeotec Wallmote
- Replies: 61
- Views: 19092
Re: Aeotec Wallmote
Thanks Antoine for your feedback on this. I did what you said, allowed new hardware for 5 minutes under the settings menu or Learn new device under the Switch view. Unfortunately, Domoticz did not detect anything on any gestures I did on Wallmote. Also tested to make a gesture in combination with ...
- Friday 28 September 2018 12:13
- Forum: Z-Wave
- Topic: Aeotec Wallmote
- Replies: 61
- Views: 19092
Re: Aeotec Wallmote
After looking into an XML file found here: https://github.com/OpenZWave/open-zwave/blob/master/config/aeotec/zw130.xml I can note in the Associations groups that there should be dimmers for the Wallmote: <CommandClass id="133"> <Associations num_groups="9"> <Group index="1" max_associations="1 ...
- Friday 28 September 2018 10:04
- Forum: Z-Wave
- Topic: No succes with Aeotec ZW130
- Replies: 11
- Views: 2480
Re: No succes with Aeotec ZW130
Any update on this matter?
- Thursday 27 September 2018 12:54
- Forum: Z-Wave
- Topic: Aeotec Wallmote
- Replies: 61
- Views: 19092
Re: Aeotec Wallmote
Alright, time to wake this thread again. Just bought some of these Aeotec Wallmote, both quad, and duo. I am starting to realize that they are not fully compatible with Domoticz. With the device, I want to accomplish both ON/OFF and dim up/down by push and swipe function. Based on the information in ...
- Sunday 14 August 2016 0:31
- Forum: PHP and all others
- Topic: If statement on "user code" for keypad devices
- Replies: 0
- Views: 614
If statement on "user code" for keypad devices
When creating a lua or a blocky event, is it possible to get the "user code" that being used with an rfpid keypad? User codes that can be found under node management for an keypad device. I want to create an if statement that shoses different actions depending on which code/tag that is being entered ...