Ok, after rename plugin name to "plugin.py" I can see Kodi and my plugin too in hadware list.
Thanks for hint and for developing this framework.
Search found 5 matches
- Wednesday 18 January 2017 21:32
- Forum: Python
- Topic: Python Plugin Beta testers - please read this
- Replies: 159
- Views: 33441
- Tuesday 17 January 2017 10:11
- Forum: Python
- Topic: Python Plugin Beta testers - please read this
- Replies: 159
- Views: 33441
Re: Python Plugin Beta testers - please read this
So, nobody else has this error?
Code: Select all
Error: PluginList: Error 'Error document empty.' at line 0 column 0 in XML ''.
- Friday 13 January 2017 14:47
- Forum: Python
- Topic: Python Plugin Beta testers - please read this
- Replies: 159
- Views: 33441
Re: Python Plugin Beta testers - please read this
Testing beta 3.6343 version with Kodi plugin (/home/domoticz/domoticz/plugins/Kodi/Kodi.py). In log I can see: PluginSystem: Started, Python version '3.4.2'. PluginSystem: Entering work loop. So its look good, but after I open hardware webpage error in log appears. Error: PluginList: Error 'Error ...
- Friday 13 January 2017 10:16
- Forum: PHP and all others
- Topic: Heat pump monitor plugin/hardware/device
- Replies: 2
- Views: 1302
Re: Heat pump monitor plugin/hardware/device
No suggestions so I made some research and check some examples. 1. best solution will be hardware plugin written in C++ +can be async +included in compiled Domoticz +easy use for users (plugin will define all necessenary devices) -hard developing with required compilation -if not part of official ...
- Friday 06 January 2017 11:29
- Forum: PHP and all others
- Topic: Heat pump monitor plugin/hardware/device
- Replies: 2
- Views: 1302
Heat pump monitor plugin/hardware/device
Hello, I want write monitor for Acond heat pump (AHP), which allow read data over https (PCL in local network or with remote access). The number of monitored values from AHP can be lot (5 temperatures, 5 switch states, I can do it as script, which in selected interval contact AHP, read informations ...