That's great, hmmmm, lots of python libraries to utilise....I assume if a library works natively it will work via plugins? I.e. full library support?
Sent from my ASUS_T00P using Tapatalk
Search found 20 matches
- Sunday 25 December 2016 14:03
- Forum: Others
- Topic: domoticz in synology as package! Available now.
- Replies: 1864
- Views: 365764
- Wednesday 15 April 2015 8:29
- Forum: Others
- Topic: domoticz in synology as package! Available now.
- Replies: 1864
- Views: 365764
Re: domoticz in synology as package! Available now.
Login to the command line with username "root" and password the same as your administrator account then try doing the chmodjhsim wrote:OK, Doume, now I'm out of my depth.Doume wrote:You can only do that if your telnet session is 'root' itself....
- Friday 20 February 2015 21:15
- Forum: Others
- Topic: domoticz in synology as package! Available now.
- Replies: 1864
- Views: 365764
Re: domoticz in synology as package! Available now.
Well done Decipher, you're a better man than I, I gave up at the first major hurdles lol.
you've given me a real reason to get a z stick now!
you've given me a real reason to get a z stick now!
- Saturday 24 January 2015 21:28
- Forum: Others
- Topic: ASR2-RF / SSR302 2 Channel Receiver Config?
- Replies: 8
- Views: 2130
Re: ASR2-RF / SSR302 2 Channel Receiver Config?
I decided to hold off on getting the bits and give it more thought and save up some more first too. There's zwave plus now present, evohome maturing and I need to look at zigbee too...
You pondering on getting a receiver?
You pondering on getting a receiver?
- Thursday 22 January 2015 14:55
- Forum: Others
- Topic: domoticz in synology as package! Available now.
- Replies: 1864
- Views: 365764
Re: domoticz in synology as package! Available now.
The Domoticz synology package doesn't support open zwave, only a full build done directly on the NAS I think...
- Monday 29 December 2014 12:47
- Forum: Heating/cooling
- Topic: Central Heating Control with StellaZ
- Replies: 26
- Views: 9556
Re: Central Heating Control, Help Needed
Still not got my valves yet...cash flow issue until mid feb
- Monday 29 December 2014 1:02
- Forum: Heating/cooling
- Topic: Central Heating Control with StellaZ
- Replies: 26
- Views: 9556
Re: Central Heating Control, Help Needed
I had a couple of bad nights with heat called to a room but the was valve closed, overheating the house. I managed to set a variable for heat required and the zoneName in the heatingcoordinator script. I use this to check if the valve is open enough to use the heat , then control the boiler. Well ...
- Thursday 25 December 2014 4:56
- Forum: Others
- Topic: domoticz in synology as package! Available now.
- Replies: 1864
- Views: 365764
Re: domoticz in synology as package! Available now.
I have updated the wiki page, started from scratch (latest synology firmware, bootstrap,...) Updated patches for: - OpenZWave 965 http://www.domoticz.com/wiki/DomoticzSynology I am able to compile openzwave and domoticz, you just have to follow the wiki step-by-step But i dont know if this ...
- Saturday 13 December 2014 23:03
- Forum: Heating/cooling
- Topic: Central Heating Control with StellaZ
- Replies: 26
- Views: 9556
Re: Central Heating Control, Help Needed
Latest is the best, as it's what I am using so if you have an issue I have a better chance of understanding why :) The latest needs no editing as it uses user variables for all the setup, obviously if you use it you'll need to create them all with the same values as you are using at the moment with ...
- Saturday 13 December 2014 21:30
- Forum: Heating/cooling
- Topic: Central Heating Control with StellaZ
- Replies: 26
- Views: 9556
Re: Central Heating Control, Help Needed
Change this: "--print('tmp1 : ' .. tostring(deviceValue))" to be "--print('tmp1 : ' .. deviceName..":"..tostring(deviceValue))" Sounds like the 2 devices you have are the reason for 2 readings, can you change the name of the second "_rads" device as if it's a lower temp it will set the min temp for ...
- Saturday 13 December 2014 15:23
- Forum: Heating/cooling
- Topic: Central Heating Control with StellaZ
- Replies: 26
- Views: 9556
Re: Central Heating Control, Help Needed
So you don't need to set valve setpoints at all, I'm confused too 
Can you add a the "deviceName" to your print statement? Looks like it might be matching 2 entries?

Can you add a the "deviceName" to your print statement? Looks like it might be matching 2 entries?
- Saturday 13 December 2014 9:27
- Forum: Heating/cooling
- Topic: Central Heating Control with StellaZ
- Replies: 26
- Views: 9556
Re: Central Heating Control, Help Needed
Hi, I wrote the script you've tried to use so hopefully can help. I assume you created a function to do the switch value inverting and then use that rather than setting the boiler state directly where it is done right now? Not sure on setting a setpoint through a script, never had to do it, but I am ...
- Friday 05 December 2014 21:19
- Forum: Others
- Topic: ASR2-RF / SSR302 2 Channel Receiver Config?
- Replies: 8
- Views: 2130
Re: ASR2-RF / SSR302 2 Channel Receiver Config?
I've obviously made the wrong assumption that an entry is required in the OZW config files for a device to be workable, another thing learnt lol, this time from the OZW mailing list :) Fingers crossed I get it setup just fine once I get it delivered, ordering it Monday along with all the other bits ...
- Friday 05 December 2014 18:13
- Forum: Switches and Scenes
- Topic: Dimmer JSON API Commands
- Replies: 16
- Views: 11112
Re: Dimmer JSON API Commands
Gotcha, didn't pick up on that sorry
Easy enough to work around it I guess, read it's value in , decrement/increment, then set it at that amount?
You need just a single JSON call though?
Easy enough to work around it I guess, read it's value in , decrement/increment, then set it at that amount?
You need just a single JSON call though?
- Friday 05 December 2014 14:12
- Forum: Switches and Scenes
- Topic: Dimmer JSON API Commands
- Replies: 16
- Views: 11112
Re: Dimmer JSON API Commands
From the Wiki: http://www.domoticz.com/wiki/Domoticz_API/JSON_URL%27s#Lights_and_switches Get all lights/switches /json.htm?type=command¶m=getlightswitches Turn a light/switch on or off /json.htm?type=command¶m=switchlight&idx=&switchcmd=&level=0 idx = id of your device. switchcmd = "On" or ...
- Friday 05 December 2014 10:33
- Forum: Others
- Topic: ASR2-RF / SSR302 2 Channel Receiver Config?
- Replies: 8
- Views: 2130
ASR2-RF / SSR302 2 Channel Receiver Config?
Hi, I can't seem to find any info on the Secure SSR302 / Thermoplus ASR2-RF 2 channel receiver, either in these forums or in the open z-wave config files Has anyone got one of these working in their setup? How hard is it to setup a config xml file for these? Is it do-able? To better understand I ...
- Saturday 29 November 2014 11:36
- Forum: Others
- Topic: StellaZ Direct Mode?
- Replies: 2
- Views: 1067
StellaZ Direct Mode?
Now I see there have been some mods to incorporate thermostat mode setting has anyone managed to use the direct valve control of a Trv yet? E.g. StellaZ I am waiting on my delivery and am trying to figure out the best way to control the Trv using a philio multi sensor's reported temp. I can use ...
- Thursday 27 November 2014 18:09
- Forum: Others
- Topic: domoticz in synology as package! Available now.
- Replies: 1864
- Views: 365764
Re: domoticz in synology as package! Available now.
Well there is openzwave support in Domoticz itself, just not in the Domoticz binary when compiled using the spksrc framework that results in the spk's shared in this thread. ;-) So having a seperate build for the library won't cut it? If I were to build Domoticz normally on the NAS (not through ...
- Thursday 27 November 2014 14:05
- Forum: Others
- Topic: domoticz in synology as package! Available now.
- Replies: 1864
- Views: 365764
Re: domoticz in synology as package! Available now.
Why not install the OpenZWave drivers through their package repo here: http://repo.synozwave.comtehnoinstyle wrote:Please let me know if there is a complete package with support for Z-Wave.
- Wednesday 26 November 2014 11:01
- Forum: Others
- Topic: domoticz in synology as package! Available now.
- Replies: 1864
- Views: 365764
Re: domoticz in synology as package! Available now.
To have a completely working domoticz whatever synology you use. I strongly advice using a debian chroot. With this i have domoticz running since 5 months. With all update and all functions. It takes some couple hours to configure the debian but it worths it as once it is done you can do whatever ...