Search found 30 matches
- Thursday 04 January 2018 11:25
- Forum: LUA
- Topic: IDX in LUA (read)
- Replies: 1
- Views: 1509
IDX in LUA (read)
Hi there, I use zwave TRV valves for my heating and sometimes they fail and need excluding and re-adding. When I write to them I use their IDX, which I store in a variable. If a valve is removed then I put 999 in the variable which stops the code from executing for that valve. So, i re-add the valve ...
- Tuesday 15 November 2016 10:01
- Forum: Other questions and discussions
- Topic: New kind of Amazon Dash button to start tasks
- Replies: 34
- Views: 10737
Re: New kind of Amazon Dash button to start tasks
Hi and thanks for sharing this, @pdjm43 In Italy we just got the official Dash button, and I've got one for testing. I'm trying to install node-dash-button, but I'm getting a lot of errors during installation on my Cubie and also on Raspi. In any case, I'm also trying to use with other example ...
- Friday 11 November 2016 23:31
- Forum: Other questions and discussions
- Topic: New kind of Amazon Dash button to start tasks
- Replies: 34
- Views: 10737
Re: New kind of Amazon Dash button to start tasks
I just had a 'prime' friend order me 2 dash buttons. Using node-dash-button and requestify. Here's my code, run in /etc/rc.local -- sudo node /home/pi/node_modules/node-dash-button/node-dash #!/usr/bin/env node var dash_button = require('node-dash-button'); var dash = dash_button(["50:f5:da:11:11:11 ...
- Wednesday 09 November 2016 9:33
- Forum: LUA
- Topic: Set value of virtual device with alphanumerical idx
- Replies: 6
- Views: 2931
Re: Set value of virtual device with alphanumerical idx
here you go.
Code: Select all
i=0
help="big boy"
idx="173"
i=i+1
commandArray[i]={['UpdateDevice']=idx..'|0|'..help}
- Thursday 29 September 2016 12:34
- Forum: Speech & Voice Systems
- Topic: Amazon Echo to Domoticz Bridge: switches, sensors & more
- Replies: 715
- Views: 136126
Re: Amazon Echo to Domoticz Bridge: switches, sensors & more
Hi, I run Domoticz on a rapberry B+ (latest beta). I am waiting for the release of the Echo Dot next month (already ordered), but I decided to go with the HA Bridge (Hue emulator) for integration. The bridge is installed on the same Pi and CPU is 10%, memory is 15%. I've set up all the switches and ...
- Wednesday 18 May 2016 16:27
- Forum: Other questions and discussions
- Topic: DHT22 / Command line with AWK
- Replies: 1
- Views: 1259
WORKING DHT22 SCRIPT
Hi there I just spent 7 hours doing this yesterday. The repo files for collecting the data that would work for you don't exist, as you see the data is all together now i.e Temp=20.0*. I made this work by editing the example file that you use to test under command line, I just changed the data output ...
- Wednesday 03 February 2016 4:59
- Forum: Heating/cooling
- Topic: StellaZ vs Danfoss Living connect vs Komforthaus Comet ?
- Replies: 43
- Views: 9813
Re: StellaZ vs Danfoss Living connect vs Komforthaus Comet ?
I have set my to setpoint eco in the morning and it has responded almost immediately. So I have setup plans to change setpoints at different times during the day. Setpoints were changed within 4 minutes of the time set, but Comet has not responded to my action. That is, the setpoint for comfort has ...
- Sunday 24 January 2016 16:59
- Forum: Heating/cooling
- Topic: StellaZ vs Danfoss Living connect vs Komforthaus Comet ?
- Replies: 43
- Views: 9813
Re: StellaZ vs Danfoss Living connect vs Komforthaus Comet ?
I bought 6x StellaZ a year ago, tried them with polling and they were terrible, kept going offline. My code was reading the valve open state, which would stop responding to the polling. But I just found someone has posted the setpoint control from lua. Now I dusted them off and refitted them, I have ...
- Friday 22 January 2016 13:48
- Forum: Heating/cooling
- Topic: Central Heating Control with StellaZ
- Replies: 26
- Views: 9510
Eureka: Central Heating Control with StellaZ
Well I decided to try the StellaZ again after reading a post on here about actually controlling the setpoint from lua. Spent a fair bit of time on it to be fair over the last week. Now it all works exactly as my initial concept required a year ago. The StellaZ are set to 5 min wakes, no polling. The ...
- Friday 22 January 2016 12:59
- Forum: Other questions and discussions
- Topic: General Alert Broken?
- Replies: 6
- Views: 1726
Re: General Alert Broken?
I changed to using dummy text boxes, I might change the icon to match my plan background (black). Should look like a text field only then.
- Thursday 05 November 2015 21:11
- Forum: Other questions and discussions
- Topic: General Alert Broken?
- Replies: 6
- Views: 1726
- Tuesday 22 September 2015 20:51
- Forum: Other questions and discussions
- Topic: General Alert Broken?
- Replies: 6
- Views: 1726
General Alert Broken?
Hi there. I have a raspberry running Domoticz. Just did a beta upgrade to 3093 after a while and my general alerts are broken. They now show Level: 0 for the text entry, the triangle colour and level number changes but doesn't populate with my text. Examples of the Lua command is; commandArray ...
- Monday 19 January 2015 12:48
- Forum: Heating/cooling
- Topic: Central Heating Control with StellaZ
- Replies: 26
- Views: 9510
Re: Central Heating Control with StellaZ
Soft resetting the Aeon Stick removes the nodes from the hardware list, while this doesn't effect Domoticz straight away, it does if you restart Domoticz. All polling is removed, back to square one with no update on valves. Disabling the Aeon Stick in hardware then reenabling it repopulates the ...
- Sunday 18 January 2015 14:24
- Forum: Heating/cooling
- Topic: Central Heating Control with StellaZ
- Replies: 26
- Views: 9510
Re: Central Heating Control with StellaZ
I've still only got two Stella TRVs in a test setup and have had mixed results, the worst of which was when one ran out of batteries while almost fully open while we were away. Nothing I could to apart from watching the room temperature go up and up from 1000km away... Yes, I had a valve with a ...
- Sunday 18 January 2015 9:10
- Forum: Heating/cooling
- Topic: Central Heating Control with StellaZ
- Replies: 26
- Views: 9510
StellaZ Valves
I've had a couple of my 6 valves stop updating over the last few days. This is a problem for me because I check the valve percentage before I allow the boiler to activate for that room. I'm at work so have only got the gui to use to try to resolve the issue, I've had Domoticz crashes when at home ...
- Thursday 15 January 2015 9:05
- Forum: Heating/cooling
- Topic: Central Heating Control with StellaZ
- Replies: 26
- Views: 9510
Re: Central Heating Control, Help Needed
Finally got round to making it pretty. http://i62.tinypic.com/2w348lw.jpg Domoticz is excellent. Next thing to do, I'm going to try and modify the Zwave config files to allow direct control and remove the unused setpoints. My next project is to try and find a workaround to trigger my Nissan Leaf ...
- Monday 12 January 2015 15:26
- Forum: Heating/cooling
- Topic: Central Heating Control with StellaZ
- Replies: 26
- Views: 9510
StellaZ
I was just creating a document of steps and commands so that I can rebuild my Pi if I lost the SD and I found this in my bookmarks https://groups.google.com/forum/#!topic ... gNrk58f-Xs
it's a discussion about adding the StellaZ v3 to Zwave with examples.
it's a discussion about adding the StellaZ v3 to Zwave with examples.
- Sunday 11 January 2015 10:49
- Forum: Heating/cooling
- Topic: Central Heating Control with StellaZ
- Replies: 26
- Views: 9510
Re: Central Heating Control, Help Needed
OK, this is where I am now. I have 5 StellaZ connected and with either luck or beta updates they are all stable and have been for at least 5 days. The heating coordinator v1 script is modified to suit me and my other script checks the StellaZ are open and able to heat the room before allowing the ...
- Monday 29 December 2014 10:12
- Forum: Heating/cooling
- Topic: Central Heating Control with StellaZ
- Replies: 26
- Views: 9510
Re: Central Heating Control, Help Needed
Well done on the mods Did the valve reset it's setpoint like you mentioned then? I assume you have a timer based setup for the setpoint changes? Could you just add more of the same setting on a regular basis in the timer maybe? Thanks, it's coming slowly. Yeah, I thought to use more timers or just ...
- Sunday 28 December 2014 22:00
- Forum: Heating/cooling
- Topic: Central Heating Control with StellaZ
- Replies: 26
- Views: 9510
Re: Central Heating Control, Help Needed
Ok, so I have just started putting the StellaZ valves back onto the system. kaivalagi, I see you've written some json code to write the setpoints out to the valve. I tried your code but couldn't get the idx back, when I hardcoded the idx it worked for the one valve I tried though. But it needs to be ...