Search found 19 matches

by GuyTreepbush
Sunday 10 September 2017 19:55
Forum: Other questions and discussions
Topic: Synology + Domoticz + Broadlink RM pro
Replies: 2
Views: 1320

Re: Synology + Domoticz + Broadlink RM pro

You need to get acces via SSH/Putty
Google on Synology root acces via SSH and Putty and you will get there. (I only get Dutch tutorials which will do you no good unless you speak Dutch).
by GuyTreepbush
Saturday 22 April 2017 17:59
Forum: Python
Topic: Python Plugin Philips TV 2016
Replies: 6
Views: 5553

Re: Python Plugin Philips TV 2016

Have been thinking about doing the same. It should not be too difficult what the plug-in should do. Challenge is the auto creation of buttons etc. At the moment I use the json api to set the volume depening on which source is selected and to turn of the tv when radio is turned on, we go to sleep or ...
by GuyTreepbush
Monday 17 April 2017 20:40
Forum: Python
Topic: Python plugin: Sonos [old version]
Replies: 177
Views: 40340

Re: Python plugin: Sonos

Your file permissions are wrong. Set permissions for plug-in.py file to 0777
by GuyTreepbush
Monday 17 April 2017 8:11
Forum: Python
Topic: Buienradar Weather Lookup Plugin
Replies: 381
Views: 89970

Re: Buienradar Weather Lookup Plugin

EdKo66 wrote:Thanks. I hope someone here will have a Synology and will answer.

Ed, there are multiple ways to do this. It can be done via SSH but I find it easiest to go to the web interface of the synology --> Package center --> Domoticz --> Stop service --> Start Service.
by GuyTreepbush
Sunday 16 April 2017 22:02
Forum: Python
Topic: Buienradar Weather Lookup Plugin
Replies: 381
Views: 89970

Re: Buienradar Weather Lookup Plugin

Changing import urllib.request import urllib.error to import urllib #import urllib.request #import urllib.error in the PY files on the synology at leasts lets the local.py file run succcesfull. Will check if it now also works in domoticz tomorrow. Edit: Buienradar does not show up in Domoticz after ...
by GuyTreepbush
Sunday 16 April 2017 10:13
Forum: Python
Topic: Buienradar Weather Lookup Plugin
Replies: 381
Views: 89970

Re: Buienradar Weather Lookup Plugin

Great to know it is possible. I have easy_install installed so gave it a try. Hope you can help me a bit more... :? easy_install python3-dev Searching for python3-dev Reading https://pypi.python.org/simple/python3-dev/ Couldn't find index page for 'python3-dev' (maybe misspelled?) Scanning index of ...
by GuyTreepbush
Sunday 16 April 2017 6:29
Forum: Python
Topic: Buienradar Weather Lookup Plugin
Replies: 381
Views: 89970

Re: Buienradar Weather Lookup Plugin

Thanks for thinking with me but Synology works with an appstore and although I can install most things using PIP, Python packages typically only can be installed via the appstore. Tried your suggestions just to be sure but without succes.
by GuyTreepbush
Saturday 15 April 2017 22:17
Forum: Python
Topic: Buienradar Weather Lookup Plugin
Replies: 381
Views: 89970

Re: Buienradar Weather Lookup Plugin

I tried to install the plugin and I think the problem why it is not working is the python3-dev which I cannot install on my synology. When I run the local.py: File "localtest.py", line 13, in <module> from buienradar import Buienradar File "/volume1/@appstore/domoticz/plugins/buienradar/buienradar ...
by GuyTreepbush
Monday 20 March 2017 22:25
Forum: Domoboard
Topic: Domoboard - General Discussions
Replies: 633
Views: 145663

Re: Domoboard - General Discussions

Dont' have systemd/ in my Synology perhaps than with screen ? Not there either. I'm on Synology, so maybe they have different commands. I do not have such complicated setup for Synology to keep the service running (yet). I found that if I kick of the service in debug mode it keeps running when I ...
by GuyTreepbush
Friday 17 March 2017 20:48
Forum: Domoboard
Topic: Domoboard - General Discussions
Replies: 633
Views: 145663

Re: Domoboard - General Discussions

Google is your best friend. Once you have Pip running on your Synology things become easier. Given the fact that you have a 'toon' I gues you would be able to read:

http://domoticx.com/synology-nas-python ... stalleren/
by GuyTreepbush
Monday 13 March 2017 15:53
Forum: RFLink Transceiver
Topic: Device showing up in RFLink logging but not in Domoticz
Replies: 2
Views: 1374

Re: Device showing up in RFLink logging but not in Domoticz

After leaving it alone for 30 minutes, suddenly the values started showing up. Thanks for your response
by GuyTreepbush
Monday 13 March 2017 14:53
Forum: RFLink Transceiver
Topic: Device showing up in RFLink logging but not in Domoticz
Replies: 2
Views: 1374

Device showing up in RFLink logging but not in Domoticz

Hi, today I invested 10 euro in a xiron weatherstation from Blokker. On the forum I read some mixed messages if it would work or not.For that price I wanted to give it a go. Unfortunatly it does not work it seems. However: In the RFLINK serial port logging it does show up: 20;03;Xiron;ID=6D01;TEMP ...
by GuyTreepbush
Wednesday 22 February 2017 19:39
Forum: Domoboard
Topic: Domoboard - General Discussions
Replies: 633
Views: 145663

Re: Domoboard - General Discussions

dutchdevil83 wrote:... the latest develop branch.
Great now I can confirm it is working!
by GuyTreepbush
Monday 20 February 2017 17:29
Forum: Domoboard
Topic: Domoboard - General Discussions
Replies: 633
Views: 145663

Re: Domoboard - General Discussions

This is awkward because mine don't ask for password. I can confirm this for IOS 9 (IPad 2) and iOS 10 (iPad air 2 and iPhone 6s) both opening up the page with safari from homescreen. Which iOS version you have this issue? On IOS 10 with iPad 2, iPhone 6 & iPhone 7. However, now I also need to login ...
by GuyTreepbush
Saturday 18 February 2017 13:44
Forum: Domoboard
Topic: Domoboard - General Discussions
Replies: 633
Views: 145663

Re: Domoboard - General Discussions

Just created an feature to add autologon functionality to domoboard. If you get the latest develop update you can add autologon to the domoboard section in general settings and add True or False like this: In internet explorer or chrome this seems to work. Unfortunatly on IOS it still asks for a ...
by GuyTreepbush
Tuesday 07 February 2017 20:54
Forum: Domoboard
Topic: Domoboard - General Discussions
Replies: 633
Views: 145663

Re: Domoboard - General Discussions

squandor wrote:Just created an feature to add autologon functionality to domoboard.
:D will give that a try this weekend
by GuyTreepbush
Monday 06 February 2017 8:57
Forum: Domoboard
Topic: Domoboard - Feature requests
Replies: 11
Views: 7692

Re: Domoboard - Feature requests

Would like to skip the login screen. Only users on my netwerk can access the page.

Alternatively do not require login each time on an iPad.
by GuyTreepbush
Saturday 14 January 2017 8:37
Forum: Domoboard
Topic: Domoboard - General Discussions
Replies: 633
Views: 145663

Re: Domoboard a New Dashboard using Domoticz as backend

I find that for the afvalwijzer plugin the number of spaces in front of the "zipcode" determines if the parsing is correct. With exaclty 4 spaces it works. One more and it does not.
by GuyTreepbush
Thursday 12 January 2017 13:38
Forum: Domoboard
Topic: Domoboard - General Discussions
Replies: 633
Views: 145663

Re: Domoboard a New Dashboard using Domoticz as backend

Hello, I saw some people asking if this could run on a Synology. I tried today and for me the answer is yes. With SSH (you need root acces and need to install easy_install if you do not have so) first install the depencies. Rather than using GIT I just downloaded the package. Copied the files to my ...