Page 1 of 1

No plugin shown in HW list!

Posted: Monday 05 April 2021 18:52
by leby
Have some issues to get python plugin work.

Domoticz Version: 2020.1
HW Synology DS216j (DSM 6.2)
Pyhton 3.8.6

Get this in log:

Code: Select all

2021-04-05 18:03:28.257 Status: PluginSystem: Started, Python version '3.8.6'.
2021-04-05 18:03:28.302 Status: WebServer(HTTP) started on address: :: with port 8090
2021-04-05 18:03:28.308 Status: WebServer(SSL) started on address: :: with port 8443
2021-04-05 18:03:28.311 Status: TCPServer: shared server started...
2021-04-05 18:03:28.311 Status: RxQueue: queue worker started...
2021-04-05 18:03:30.315 Status: EventSystem: reset all events...
2021-04-05 18:03:30.314 Status: NotificationSystem: thread started...
2021-04-05 18:03:30.334 Status: EventSystem: reset all device statuses...
2021-04-05 18:03:30.485 Status: Python EventSystem: Initalizing event module.
2021-04-05 18:03:30.486 Status: EventSystem: Started
2021-04-05 18:03:30.486 Status: EventSystem: Queue thread started...
2021-04-05 18:03:30.707 Status: PluginSystem: Entering work loop.
Looks good but no plugin shows i hardware list!
two plugins installed non shows, ideas ??

Code: Select all

drwxrwxrwx  5 root     root 4096 Apr  5 17:17 plugins-manager
drwxrwxrwx  4 root     root 4096 Jan  7 17:14 Shelly_MQTT
root@MyNas:/volume1/@appstore/domoticz/plugins#

Re: No plugin shown in HW list!

Posted: Tuesday 06 April 2021 18:59
by leby
have updated to
Domoticz Version: 2020.2
but still no plugins in HW list.

Anyone?

Re: No plugin shown in HW list!

Posted: Tuesday 06 April 2021 20:02
by waltervl
You mean that you cannot select them from the Type pulldown list in the new hardware dialog?
So you first have to install the plugin in the plugins folder.
Then restart Domoticz en then the plugin hardware can be selected for new hardware dialog Type field.
After you have added the type hardware you can use it, it is listed in the hardware list and devices will be added.

Re: No plugin shown in HW list!

Posted: Tuesday 06 April 2021 21:54
by leby
Skärmklipp.JPG
Skärmklipp.JPG (52.45 KiB) Viewed 1029 times
Well, I have installed the plugin and restarted Domoticz but still no plugins in the dropdown list!
What else could be wrong?

Re: No plugin shown in HW list!

Posted: Tuesday 06 April 2021 22:07
by waltervl
The plugin folder has now owner root. That should be owner Domoticz (or something like that). Reference after a google action in dutch: https://www.synology-forum.nl/3rd-party ... -domoticz/

Re: No plugin shown in HW list!

Posted: Tuesday 06 April 2021 22:10
by waltervl
Addition: if you are new to Domoticz it is also wise to start with the Docker image on Synology as the Synology images are not maintained anymore.
https://www.domoticz.com/wiki/Docker

Re: No plugin shown in HW list!

Posted: Wednesday 07 April 2021 18:39
by leby
Thx all, my synology does not support docker so that is not an option.
I did solve the issue and it was a stupid mistake from me.
The plugins folder is not located at the same location as normal domoticz/plugins but in domoticz/var/plugins and as soon as I installed the plugin in the later it worked (not the pyhton plugin manager but the shelly plugin)