Search found 2 matches

by angelosan
Friday 03 August 2018 9:35
Forum: Python
Topic: How to change Python version in Domoticz on raspberry
Replies: 4
Views: 5876

Re: How to change Python version in Domoticz on raspberry

Hi,

my solution
verify if python is installed on /usr/bin

ls -la /usr/bin/python*

sudo update-alternatives --install /usr/bin/python python /usr/bin/python3.4 20
sudo update-alternatives --install /usr/bin/python python /usr/bin/python3.5 30

update-alternatives --config python

Selezione ...
by angelosan
Wednesday 01 August 2018 13:19
Forum: Python
Topic: Python plugin: Unifi Video from Ubiquiti
Replies: 15
Views: 5258

Re: Python plugin: Unifi Video from Ubiquiti

Hello,
I have add "Full Time" selector




# UnifiVideo Plugin
# Author: Gysmo, 2017
# Version: 0.1
#
# v0.1 : Initial release
# v0.2 : add Full Time - Angelo Santaniello
"""
<plugin key="UVC" version="0.2" name="UVC_Plugin" author="gysmo" wikilink="http://www.domoticz.com/wiki/Plugins/UnifiVideo ...