ycahome / pp-manager

Domoticz Python plugin manager
GNU General Public License v3.0
15 stars 22 forks source link

pp-manager

Domoticz Python plugin manager

BEWARE, this plugin can be used ONLY ON LINUX SYSTEMS and Raspberry Pi!!!!!!

Wiki Link: https://www.domoticz.com/wiki/Python_Plugin_Manager (Thanks to IDANIT)

Plugin Discussion Thread: http://www.domoticz.com/forum/viewtopic.php?f=65&t=22339&p=172358#p172358

Hello,

Some thoughts became code.

What if we could use a plugin in order to install other plugins from a list?

So, I did it.

This plugin

To install a plugin: select it on "Domoticz Plugin" field and press update

To continuously update all plugins: Select "All" from "Auto Update" drop-down box and press

To continuously update selected plugin: Select desired plugin from "Domoticz Plugin" field put "Selected" on "Auto Update" drop-down box and press update

To check all plugins for updates and receive notification email: Select "All (NotifyOnly)" from "Auto Update" drop-down box and press update

To check selected plugin for updates and receive notification email: Select desired plugin from "Domoticz Plugin" field put "Selected (NotifyOnly)" on "Auto Update" drop-down box and press update

To install another plugin, just select it and press update.

Pending to be implemented:

You can install and test it from GitHub bellow (git tools required):

go to your plugins folder and execute

[code]git clone https://github.com/ycahome/pp-manager.git PP-MANAGER[/code]

BEWARE, this is a very early Beta version. Use it on your test server first. Also, can be used ONLY ON LINUX SYSTEMS and Raspberry Pi!!!!!!

Waiting for your comments!!!!