hi guys
i have the following blocky, but it never seems to activate....
current temp as i write this is 19
nothing in logs about fails...it just seems to never evaluate
current values from blocky check current values shows as below
35 Office Temp 19 2017-05-23 16:31:45 19
heating scenario
Moderator: leecollings
-
markjgabb
- Posts: 142
- Joined: Tuesday 24 January 2017 23:00
- Target OS: Raspberry Pi / ODroid
- Domoticz version: 3.8153
- Location: Australia
- Contact:
heating scenario
V 2020.2 RPI 3
RFlink 334 mhz
mysensors
broadlink
Mirabella Genio Globes
RFlink 334 mhz
mysensors
broadlink
Mirabella Genio Globes
- Egregius
- Posts: 2592
- Joined: Thursday 09 April 2015 12:19
- Target OS: Linux
- Domoticz version: v2024.7
- Location: Beitem, BE
- Contact:
Re: heating scenario
If it's now 19° it can't do anything. It's not lower than 17 and not higher than 20, right?
-
ropske
- Posts: 483
- Joined: Tuesday 12 August 2014 5:37
- Target OS: Raspberry Pi / ODroid
- Domoticz version: V3_8394
- Location: Rumbeke,Belgium
- Contact:
Re: heating scenario
that's also what i see Egrerius 
-
markjgabb
- Posts: 142
- Joined: Tuesday 24 January 2017 23:00
- Target OS: Raspberry Pi / ODroid
- Domoticz version: 3.8153
- Location: Australia
- Contact:
Re: heating scenario
ah crap....yeah your right...i was reading it bacwards....i now feel really stupid thanks guys wow
V 2020.2 RPI 3
RFlink 334 mhz
mysensors
broadlink
Mirabella Genio Globes
RFlink 334 mhz
mysensors
broadlink
Mirabella Genio Globes
-
markjgabb
- Posts: 142
- Joined: Tuesday 24 January 2017 23:00
- Target OS: Raspberry Pi / ODroid
- Domoticz version: 3.8153
- Location: Australia
- Contact:
Re: heating scenario
ok heating scenario part 2....
anyone have any ideas how i would go about adding a scenario or perhaps another else if, so that if i turn my heating on remotely it will work..
as you can see ive got presence running with occupied so that when no one is home the heater turns off...
but i would like something so that if im half an hour from home and i know its cold i can turn it on before i get home
anyone have any ideas how i would go about adding a scenario or perhaps another else if, so that if i turn my heating on remotely it will work..
as you can see ive got presence running with occupied so that when no one is home the heater turns off...
but i would like something so that if im half an hour from home and i know its cold i can turn it on before i get home
V 2020.2 RPI 3
RFlink 334 mhz
mysensors
broadlink
Mirabella Genio Globes
RFlink 334 mhz
mysensors
broadlink
Mirabella Genio Globes
- StanHD
- Posts: 347
- Joined: Friday 12 July 2013 16:09
- Target OS: Windows
- Domoticz version:
- Location: East Sussex, UK
- Contact:
Re: heating scenario
One way would be to add a virtual "Manual Override" or an "Auto" Switch
In your scenario you could add an "Override" switch that can work with the Occupied switch:-
If [Heating =On] And [Occupied = Off] And [Override = Off] Do Set [Heating = Off]
Then add the appropriate conditions to the first "Else If":-
Else If [Temp <= 17] And [Heating = Off] And [[Occupied = On] Or [Override = On]] Do Set [Heating = On]
(Note how the "Or" is "nested")
Below is a Blockley I use to successfully control a ceiling fan. Note where the "Auto" condition is required to be on to run the fan or turn it off. So I can switch this to regain manual control.

In your scenario you could add an "Override" switch that can work with the Occupied switch:-
If [Heating =On] And [Occupied = Off] And [Override = Off] Do Set [Heating = Off]
Then add the appropriate conditions to the first "Else If":-
Else If [Temp <= 17] And [Heating = Off] And [[Occupied = On] Or [Override = On]] Do Set [Heating = On]
(Note how the "Or" is "nested")
Below is a Blockley I use to successfully control a ceiling fan. Note where the "Auto" condition is required to be on to run the fan or turn it off. So I can switch this to regain manual control.
Domoticz Main - Intel nuc, Windows, RFXTRX433E. Lan Relay Boards, Aeon Z-Stick Gen 5, Evohome HGI80, Milight WiFi, MySensors Ethernet Gateway, Harmony Hub
Python:- Broadlink RM2, Sonos
HA-Bridge - Amazon Echo / Alexa
Python:- Broadlink RM2, Sonos
HA-Bridge - Amazon Echo / Alexa
-
markjgabb
- Posts: 142
- Joined: Tuesday 24 January 2017 23:00
- Target OS: Raspberry Pi / ODroid
- Domoticz version: 3.8153
- Location: Australia
- Contact:
Re: heating scenario
oh wow....ok quite complicated things are possible. thats quite impressive
V 2020.2 RPI 3
RFlink 334 mhz
mysensors
broadlink
Mirabella Genio Globes
RFlink 334 mhz
mysensors
broadlink
Mirabella Genio Globes
Who is online
Users browsing this forum: No registered users and 1 guest