Search found 28 matches

by fantilator
Friday 02 December 2022 22:28
Forum: Python
Topic: Python plugin: Modbus RTU / ASCII / TCP/IP
Replies: 398
Views: 126559

Re: Python plugin: Modbus RTU / ASCII / TCP/IP

I think I figured it out by installing pymodbus, pymodbusTCP and wheels via this command.
I also updated pip and all outdated packages.

Code: Select all

sudo docker exec -it domoticz-domoticz2022.2 pip install pyModbusTCP
by fantilator
Monday 28 November 2022 18:39
Forum: Python
Topic: Python plugin: Modbus RTU / ASCII / TCP/IP
Replies: 398
Views: 126559

Re: Python plugin: Modbus RTU / ASCII / TCP/IP

Anyone already found a way on how to upgrade domoticz to use the correct version of Python?

Returning back to 2021.1 version is not an option due to missing build in plugins.
I'm running Domoticz in a docker image on a synology system (DSM7.1).
by fantilator
Thursday 17 November 2022 10:51
Forum: Python
Topic: Python plugin: Modbus RTU / ASCII / TCP/IP
Replies: 398
Views: 126559

Re: Python plugin: Modbus RTU / ASCII / TCP/IP

Hi all, I'm having a similar problem on a synology system. 2022-11-17 10:47:46.566 Error: Siemens Logo I1: (ModbusREAD) failed to load 'plugin.py', Python Path used was '/opt/domoticz/userdata/plugins/modbus-read/:/usr/lib/python37.zip:/usr/lib/python3.7:/usr/lib/python3.7/lib-dynload:/usr/local/lib ...
by fantilator
Sunday 13 November 2022 16:26
Forum: Utility
Topic: Smappee
Replies: 2
Views: 435

Re: Smappee

Has annyone got Smappee to work when domoticz in installed in Docker on a synology NAS?
If so, can you please tell me some tips and trick on how to get it to work?
by fantilator
Thursday 15 December 2016 16:44
Forum: Suggestions
Topic: Read from another database
Replies: 6
Views: 2037

Re: Read from another database

Yes, my domoticz runs on the same Syno. Database is indeed Mariadb

I have no experience in PHP.

Thank you
by fantilator
Sunday 04 December 2016 22:20
Forum: Heating/cooling
Topic: Domoticz on synology for evohome
Replies: 125
Views: 28903

Re: Domoticz on synology for evohome

what does it give when running it through putty?
by fantilator
Sunday 04 December 2016 18:44
Forum: Heating/cooling
Topic: Domoticz on synology for evohome
Replies: 125
Views: 28903

Re: Domoticz on synology for evohome

This is my working code. from evohomeclient2 import evoconfig from evohomeclient2 import EvohomeClient import sys from datetime import datetime #connect to evohome web portal @ http://www.mytotalconnect.com client = EvohomeClient(evoconfig.usr,evoconfig.pw) status=client.locations[0].status() tcs ...
by fantilator
Friday 02 December 2016 22:23
Forum: Heating/cooling
Topic: Domoticz on synology for evohome
Replies: 125
Views: 28903

Re: Domoticz on synology for evohome

your welcome,

Now enjoy part 2 where you setup the settemp and setmode files ;)
by fantilator
Friday 02 December 2016 22:17
Forum: Heating/cooling
Topic: Domoticz on synology for evohome
Replies: 125
Views: 28903

Re: Domoticz on synology for evohome

OMG it works... I thougt I already tried to not use the permanent settings. Thank you so much! Now that settemp works: does setting the mode for the gateway also work on your system? Yes this also works fine. just put the evo-setmode.sh file in the same folder as the evo-settemp.sh, and dont forget ...
by fantilator
Friday 02 December 2016 22:08
Forum: Heating/cooling
Topic: Domoticz on synology for evohome
Replies: 125
Views: 28903

Re: Domoticz on synology for evohome

You need to fill in thos credits like this. #fill in username usr='your honeywell mail address' #fill in pw pw='Your honeywell password' #fill in Domoticz URL url='Ip addres van je NAS' #fill in Domoticz port port='8084' #fill in script root e.g. script:///home/<user>/evohome-client script::///usr/l ...
by fantilator
Friday 02 December 2016 14:30
Forum: Heating/cooling
Topic: Domoticz on synology for evohome
Replies: 125
Views: 28903

Re: Domoticz on synology for evohome

That was also my problem, I had to move them to the Evohome-client folder,

have you tried setting the zonetemp with an end time?

If I put it permanently it does not work.
by fantilator
Friday 02 December 2016 14:08
Forum: Heating/cooling
Topic: Domoticz on synology for evohome
Replies: 125
Views: 28903

Re: Domoticz on synology for evohome

My evo-settemp file looks like this. from evohomeclient2 import evoconfig from evohomeclient2 import EvohomeClient import sys import dateutil.parser if len(sys.argv)<5: until = '0-0-0T00:00:00' elif sys.argv[4][:1] == '0': until = '0-0-0T00:00:00' else: until = dateutil.parser.parse(sys.argv[4 ...
by fantilator
Friday 02 December 2016 11:30
Forum: Heating/cooling
Topic: Domoticz on synology for evohome
Replies: 125
Views: 28903

Re: Domoticz on synology for evohome

I got the settemp and setmode modules working! :D my solution was, move following files from the /evohome-client/evohomeclient2 folder to the /evohome-client folder -evo-settemp.sh -evo-setdhw.sh -evo-setmode.sh -evo-update.sh mv evo-settemp.sh .. mv evo-setdhw.sh .. mv evo-setmode.sh .. mv evo ...
by fantilator
Thursday 01 December 2016 20:50
Forum: Heating/cooling
Topic: Domoticz on synology for evohome
Replies: 125
Views: 28903

Re: Domoticz on synology for evohome

can you try what is posted over here? and return what works and what fails? thanks to Gordonb3 for the orginal post. login to NAS via SSH as root: Chance directory to /volume1/@appstore/debian-chroot/var/chroottarget/home/evohome-client B3 evohome # python Python 2.7.10 (default, Nov 11 2015, 23:44 ...
by fantilator
Wednesday 30 November 2016 20:46
Forum: Heating/cooling
Topic: Domoticz on synology for evohome
Replies: 125
Views: 28903

Re: Domoticz on synology for evohome

my folder structures volume2/@appstore/debian-chroot/var/chroottarget/home/evohome-client drwxr-xr-x 6 root root 4096 Nov 16 18:31 . drwxr-xr-x 4 root root 4096 Nov 13 20:39 .. drwxr-xr-x 8 root root 4096 Nov 13 12:39 .git -rw-r--r-- 1 root root 579 Nov 13 12:39 .gitignore -rw------- 1 root root ...
by fantilator
Wednesday 30 November 2016 20:32
Forum: Heating/cooling
Topic: Domoticz on synology for evohome
Replies: 125
Views: 28903

Re: Domoticz on synology for evohome

What do you see when you dir the evoclient directory?
I use the evohomeclient2, so all my files are inside the "/evohome-client/evohomeclient2" folder

did you also compile the files as stated inside the tutorial?
by fantilator
Tuesday 29 November 2016 22:37
Forum: Heating/cooling
Topic: Domoticz on synology for evohome
Replies: 125
Views: 28903

Re: Domoticz on synology for evohome

try to fill in the ip address of your NAS instead of "localhost" or "127.0.0.1" helped here.
by fantilator
Monday 28 November 2016 20:57
Forum: Heating/cooling
Topic: Domoticz on synology for evohome
Replies: 125
Views: 28903

Re: Domoticz on synology for evohome

Yes, this is because you run everything Inside the chroot environment.
When you moved the files, run all commands again.
by fantilator
Monday 28 November 2016 20:47
Forum: Heating/cooling
Topic: Domoticz on synology for evohome
Replies: 125
Views: 28903

Re: Domoticz on synology for evohome

You do not have to add any devices to the hardware. When you run the "evo-update.sh init" command it will add all devices automatically.

Can you just tell me where you have places all files.
I have places all under the evohome-client2 folder in the chroot folder.
by fantilator
Monday 28 November 2016 9:52
Forum: Heating/cooling
Topic: Domoticz on synology for evohome
Replies: 125
Views: 28903

Re: Domoticz on synology for evohome

when using the chroot, your files are being stored inside the chroot part, so you must link to chroot locations.

srt='script:///volume1/@appstore/debian-chroot/var/chroottarget/home/evohome-client'