Search found 30 matches
- Monday 21 March 2016 19:35
- Forum: Heating/cooling
- Topic: Domoticz on synology for evohome
- Replies: 125
- Views: 29933
Re: Domoticz on synology for evohome
Been offline for a few days.. I will send you my email.
- Wednesday 16 March 2016 21:16
- Forum: Heating/cooling
- Topic: Domoticz on synology for evohome
- Replies: 125
- Views: 29933
Re: Domoticz on synology for evohome
Yes it works.
- Wednesday 16 March 2016 21:03
- Forum: Heating/cooling
- Topic: Domoticz on synology for evohome
- Replies: 125
- Views: 29933
Re: Domoticz on synology for evohome
You need to add the space, not remove it.. I think that the path is incorrectErwinvos72 wrote:It is the space, i removed it . I will try it later on. Thnx for your pm, nice to be dutch too.
Only thing left then is the update temperature from domoticz to evohome. I am not able to send pm, not member long enough
- Wednesday 16 March 2016 20:49
- Forum: Heating/cooling
- Topic: Domoticz on synology for evohome
- Replies: 125
- Views: 29933
Re: Domoticz on synology for evohome
Now i've looked again at the scripts and there is something that tells about regular updating. In wiki they talk about crontab -e and Alle is talking about creating a scheduled task in control panel. I have created the script in synology and every 1 minute it is updating, but i don't think that is ...
- Wednesday 16 March 2016 20:44
- Forum: Heating/cooling
- Topic: Domoticz on synology for evohome
- Replies: 125
- Views: 29933
Re: Domoticz on synology for evothome
Are you sure the path is correct? In this post i see another path: http://www.domoticz.com/forum/viewtopic ... =20#p79156
If that path is correct, use the following:
If that path is correct, use the following:
Code: Select all
chroot /volume1/@appstore/debian-chroot/var/chroottarget /root/evohome-client/evohomeclient/evo-update.sh
- Wednesday 16 March 2016 20:41
- Forum: Heating/cooling
- Topic: Domoticz on synology for evohome
- Replies: 125
- Views: 29933
Re: Domoticz on synology for evohome
Between chroottarget and /root/evohome-client/evo-update.sh you need to add a space
Code: Select all
chroot /volume1/@appstore/debian-chroot/var/chroottarget /root/evohome-client/evo-update.sh
- Monday 14 March 2016 12:00
- Forum: Heating/cooling
- Topic: Domoticz on synology for evohome
- Replies: 125
- Views: 29933
Re: Domoticz on synology for evohome
Try the following:
Code: Select all
sudo pip install requests==2.5.3
Code: Select all
./evo-update.sh
- Sunday 13 March 2016 8:41
- Forum: Heating/cooling
- Topic: Domoticz on synology for evohome
- Replies: 125
- Views: 29933
Re: Domoticz on synology for evohome
Did you use evo-update.sh or ./evo-update.sh
The last command is correct.
The last command is correct.
- Friday 11 March 2016 19:46
- Forum: Heating/cooling
- Topic: Domoticz on synology for evohome
- Replies: 125
- Views: 29933
Re: Domoticz on synology for evohome
i forgot a step (cd /home) before you download the evohome-client. The client is now placed in root (cd /evohome-client)
It's better that you move it to /home
It's better that you move it to /home
- Friday 11 March 2016 14:28
- Forum: Heating/cooling
- Topic: Domoticz on synology for evohome
- Replies: 125
- Views: 29933
Re: Domoticz on synology for evohome
I just create a little tutorial: First install the debian chroot package from the synocommunity ssh to synology: run: /var/packages/debian-chroot/scripts/start-stop-status chroot Now you are in debian Update: apt-get update apt-get upgrade Select your timezone: dpkg-reconfigure tzdata Install git ...
- Wednesday 09 March 2016 15:24
- Forum: Z-Wave
- Topic: Domoticz, Pi3, RaZberry & Raspbian Jessie
- Replies: 55
- Views: 42206
Re: Domoticz, Pi3, RaZberry & Raspbian Jessie
I followed the following article: http://domoticanoob.nl/razberry-met-raspberry-3/ Install rpi-update to get the latest update and run it. sudo apt-get install rpi-update sudo rpi-update sudo nano /boot/config.txt add to end of the file: dtoverlay=pi3-disable-bt sudo systemctl disable hciuart sudo ...
- Monday 07 March 2016 22:40
- Forum: Heating/cooling
- Topic: Domoticz on synology for evohome
- Replies: 125
- Views: 29933
Re: Domoticz on synology for evohome
I used debian chroot package from the synocommunity to install the evohome scripts on my synology.
Verstuurd vanaf mijn E6653 met Tapatalk
Verstuurd vanaf mijn E6653 met Tapatalk
- Sunday 14 February 2016 19:29
- Forum: LUA
- Topic: Error with LUA script
- Replies: 5
- Views: 2750
Re: Error with LUA script
Maybe a stupid question, but how can you mark a script as Time Event? I have also have "'devicechanged' (a nil value)" in the log.jvdz wrote:Did you mark this script as Time Event as in that case the whole devicechanged array won't be available?
Jos
- Monday 01 February 2016 19:11
- Forum: Z-Wave
- Topic: Z-Wave Stick not active after reboot (diff. ser. IO port)
- Replies: 10
- Views: 6296
Re: Z-Wave Stick not active after reboot (diff. ser. IO port)
This will fix your problem:
http://www.domoticz.com/wiki/PersistentUSBDevices
http://www.domoticz.com/wiki/PersistentUSBDevices
- Monday 25 January 2016 14:04
- Forum: Others
- Topic: domoticz in synology as package! Available now.
- Replies: 1864
- Views: 370420
Re: domoticz in synology as package! Available now.
Everything will be wiped, backup first your data.Egregius wrote:Factory default? The reset button on the back of the Syno?
Doesn't that have any other things reset also? Or is everything kept in place?
Verstuurd vanaf mijn E6653 met Tapatalk
- Monday 25 January 2016 10:09
- Forum: Others
- Topic: domoticz in synology as package! Available now.
- Replies: 1864
- Views: 370420
Re: domoticz in synology as package! Available now.
In the past i used usbserialdrivers, but uninstalled them some time ago. Using build 2.0.4298-7 It looks like you have some old drivers in your system. I dont know why. Factory default fixed the problem with the usb-driver on the synology. For the evohome scripts i use debian chroot. Thanks for ...
- Sunday 24 January 2016 21:01
- Forum: Others
- Topic: domoticz in synology as package! Available now.
- Replies: 1864
- Views: 370420
Re: domoticz in synology as package! Available now.
What DSM version du you have? run cat /proc/version The drivers are for Linux version 3.10.35 Linux version 3.10.35 (root@build3) (gcc version 4.7.3 20130102 (prerelease) (crosstool-NG 1.18.0) ) #5644 SMP Fri Jan 22 13:39:31 CST 2016 Did you install some older UsbSerialDrivers? What version of my ...
- Sunday 24 January 2016 20:56
- Forum: Others
- Topic: domoticz in synology as package! Available now.
- Replies: 1864
- Views: 370420
Re: domoticz in synology as package! Available now.
DSM 5.2-5644 Update 3jumbotroll wrote: What DSM version du you have?
run cat /proc/version
The drivers are for Linux version 3.10.35
Linux version 3.10.35 (root@build3) (gcc version 4.7.3 20130102 (prerelease) (crosstool-NG 1.18.0) ) #5644 SMP Fri Jan 22 13:39:31 CST 2016
- Sunday 24 January 2016 20:30
- Forum: Others
- Topic: domoticz in synology as package! Available now.
- Replies: 1864
- Views: 370420
Re: domoticz in synology as package! Available now.
I just installed domoticz on my 'old' DS710+, but the Aeon labs z-stick s2 is not recognized. Remove the Z-Stick and reboot Synology and see if that help. Doesn't help, i see the following errors in dmesg: [ 59.849004] usbserial: version magic '3.2.40 SMP mod_unload ' should be '3.10.35 SMP mod ...
- Sunday 24 January 2016 19:29
- Forum: Others
- Topic: domoticz in synology as package! Available now.
- Replies: 1864
- Views: 370420
Re: domoticz in synology as package! Available now.
I just installed domoticz on my 'old' DS710+, but the Aeon labs z-stick s2 is not recognized.