Hello
Why is this [my first blockly] not working?
Search found 8 matches
- Monday 10 December 2018 18:41
- Forum: Blockly
- Topic: Blockly examples
- Replies: 709
- Views: 423933
- Monday 10 December 2018 18:36
- Forum: Other questions and discussions
- Topic: Enabling / disabling a scene based on time of day?
- Replies: 3
- Views: 2275
Re: Enabling / disabling a scene based on time of day?
I had the same question and @WAAREN was kind enough to provide this DzVents code: local XtreeOff = "at 23:00" local XtreeOn = "at 8:00" return { on = { timer = { XtreeOn, XtreeOff }}, logging = { level = domoticz.LOG_DEBUG, marker = "X-mas tree" }, execute = function(dz) if dz.time.matchesRule ...
- Wednesday 31 October 2018 16:13
- Forum: Suggestions
- Topic: [90] MQTT Support
- Replies: 370
- Views: 143411
Re: [90] MQTT Support
yes that's it ... thanks -18C = -4F in settings > meters/counters I have Meter/Counter Setup Temperature: Display: Fahrenheit Degree Days (Base Temperature): 18.0 There are three [3] other mentions of the garage-freezer -- setup > device = shows Fahrenheit, type = TEMP, sub-type = LaCrosse TX3 ...
- Tuesday 30 October 2018 20:30
- Forum: Suggestions
- Topic: [90] MQTT Support
- Replies: 370
- Views: 143411
Re: [90] MQTT Support
@SweetPants Thanks ... here's what I have from Setup > Devices 2 deepfreezer 14052 1 deep-freezer Temp LaCrosse TX3 -4.8 F - - Set Unused Rename Device Log 2018-10-30 14:16:45 4 garagefreezer 14054 1 garage-freezer-temp Temp LaCrosse TX3 10.8 F - - Set Unused Rename Device Log 2018-10-30 14:19:53 ...
- Monday 29 October 2018 18:41
- Forum: Suggestions
- Topic: [90] MQTT Support
- Replies: 370
- Views: 143411
Re: MQTT Support
Hello - I'm a newbie to Domoticz [my son is the teckie who set it up] In the LOG I see these lines: 2018-10-29 12:25:46.885 MQTT: Topic: domoticz/in, Message: {"idx":4,"nvalue":0,"svalue":"-10.1"} 2018-10-29 12:28:46.295 MQTT: Topic: domoticz/in, Message: {"idx":2,"nvalue":0,"svalue":"-21.2"} How do ...
- Monday 29 October 2018 0:04
- Forum: Other questions and discussions
- Topic: How to put logic to temperature events?
- Replies: 6
- Views: 1183
Re: How to put logic to temperature events?
@waaren Thanks for the idea - I am a 70 yr old "teckie" so I'm trying hard to keep up with this new stuff. I think I may have found a way to incorporate your code ... see the attachment. Please advise is the { and } look right. Thanks A LOT ... Jim GF dz code.png I'm getting this ERROR MESSAGE 2018 ...
- Sunday 28 October 2018 22:22
- Forum: Other questions and discussions
- Topic: How to put logic to temperature events?
- Replies: 6
- Views: 1183
Re: How to put logic to temperature events?
@DeBaat I thought of that ... the maximum temp reached at the defrost cycle is 46.6F so YES, I could certainly set the cycle to 47F. The defrost cycle only lasts 23 minutes - then the temp goes back to -1.5F - not too long for the contents to defrost and spoil. So I'm thinking my criteria SHOULD be ...
- Friday 26 October 2018 21:54
- Forum: Other questions and discussions
- Topic: How to put logic to temperature events?
- Replies: 6
- Views: 1183
How to put logic to temperature events?
Hi - Please MOVE this to the appropriate sub-board topic. I'm a new Domoticz user [actually my teckie son set it up] and this is my first post. SYSTEM: RaspberryPi. My son installed a temperature probe in the freezer of our garage over-under refrigerator I wanted to know if the compressor failed so ...