Search found 5 matches

by plenkske
Monday 13 September 2021 11:27
Forum: Python
Topic: Python Plugin: GoodWe solar inverter via SEMS API
Replies: 267
Views: 60227

Re: Python Plugin: GoodWe solar inverter via SEMS API



I have updated the plugin using "git pull", but I cant get it to work.
Getting the following error:


2021-09-13 10:23:05.775 Error: Python Plugin System: (GoodWeSEMS) failed to load 'plugin.py', Python Path used was '/home/pi/domoticz/plugins/domoticz-GoodWeSEMS/:/usr/lib/python37.zip:/usr/lib ...
by plenkske
Monday 13 September 2021 10:27
Forum: Python
Topic: Python Plugin: GoodWe solar inverter via SEMS API
Replies: 267
Views: 60227

Re: Python Plugin: GoodWe solar inverter via SEMS API

I have updated the plugin using "git pull", but I cant get it to work.
Getting the following error:


2021-09-13 10:23:05.775 Error: Python Plugin System: (GoodWeSEMS) failed to load 'plugin.py', Python Path used was '/home/pi/domoticz/plugins/domoticz-GoodWeSEMS/:/usr/lib/python37.zip:/usr/lib ...
by plenkske
Saturday 22 February 2020 16:55
Forum: Other questions and discussions
Topic: check domoticz with monit and restart when check fails
Replies: 25
Views: 11328

Re: check domoticz with monit and restart when check fails

I have followed the steps in the wiki https://www.domoticz.com/wiki/Monitoring_domoticz
All seems to be fine up to the point of trying

sudo monit start all


Then I get the following message:
There is no service named "domoticz"


Someone knows why ?
I tried the different configs posted in this ...
by plenkske
Monday 03 February 2020 9:37
Forum: Bash / PowerShell / Batch etc.
Topic: pruning script does not run (from domoticz wiki)
Replies: 8
Views: 3312

Re: pruning script does not run (from domoticz wiki)

Same here, the sftp command (deleting files part in the script) gives the error "host key verification failed"
Hope somebody could help us out.
by plenkske
Saturday 01 February 2020 15:45
Forum: Bash / PowerShell / Batch etc.
Topic: Different Backups from Crontab to network
Replies: 97
Views: 45286

Re: Different Backups from Crontab to network


hello.
I use this method and works great. i make a backup of various folders in my nas, every day

The problem for me is in the part of script to delete de files with XX days:

# get directory listing from remote source
echo "
cd $putdir
ls -l
"|$ftpsite >dirlist

the return to me:
Host key ...