Perhaps I haven't looked good enought, but I seem to miss the following option..
When home I have Domoticz control my lights and blinds according to motion and daylight status et cetera.
This is great...if I am home..
If not at home, I would like to have a complete different event system become active.
In blocky it would be something like:
- do all the following IF someone is home
- forget all the previous stuff, but do THIS is none is home.
I have set up the security panel and can "arm home" and "arm away"; it would be nice if my blocky scripts would all have the option to add a "label", in this case a label with the security panel state.
Or, if blocky could come in two flavours; one to run when security panel is set to "ARM AWAY", and one to run when security panel is "ARMED HOME".
Blocky label HOME and AWAY - trigger differentscenes
Moderators: leecollings, remb0
-
- Posts: 63
- Joined: Saturday 06 December 2014 16:26
- Target OS: Raspberry Pi / ODroid
- Domoticz version:
- Contact:
Blocky label HOME and AWAY - trigger differentscenes
Synology DS218+
Homey controller
Z-Wave stuff (Fibaro / Aeotec / NEO Coolcam)
Zigbee stuff (Aqara)
HUE lights
Logitech Harmony Ultimate + Hub
IP camera's
Homey controller
Z-Wave stuff (Fibaro / Aeotec / NEO Coolcam)
Zigbee stuff (Aqara)
HUE lights
Logitech Harmony Ultimate + Hub
IP camera's
- StanHD
- Posts: 347
- Joined: Friday 12 July 2013 16:09
- Target OS: Windows
- Domoticz version:
- Location: East Sussex, UK
- Contact:
Re: Blocky label HOME and AWAY - trigger differentscenes
You could add a virtual switch to give "Occupied" / "Non-Occupied" status.
Then check that status with your other Blocklys or scripts where relevant.
Then check that status with your other Blocklys or scripts where relevant.
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
-
- Posts: 63
- Joined: Saturday 06 December 2014 16:26
- Target OS: Raspberry Pi / ODroid
- Domoticz version:
- Contact:
Re: Blocky label HOME and AWAY - trigger differentscenes
Thanks StanHD,
That would be the same as checking the status of the security panel, wouldn't it?
I was looking for an option to avoid that " check"
Thanks for the reply !
That would be the same as checking the status of the security panel, wouldn't it?
I was looking for an option to avoid that " check"
Thanks for the reply !
Synology DS218+
Homey controller
Z-Wave stuff (Fibaro / Aeotec / NEO Coolcam)
Zigbee stuff (Aqara)
HUE lights
Logitech Harmony Ultimate + Hub
IP camera's
Homey controller
Z-Wave stuff (Fibaro / Aeotec / NEO Coolcam)
Zigbee stuff (Aqara)
HUE lights
Logitech Harmony Ultimate + Hub
IP camera's
-
- Posts: 784
- Joined: Wednesday 10 December 2014 13:06
- Target OS: Linux
- Domoticz version: beta
- Location: Bordeaux France
- Contact:
Re: Blocky label HOME and AWAY - trigger differentscenes
there is a native function for this on domoticz, don't know if can be set by a script or a blocky :
Setting ->param->other->schudel
Two choicie : normal or Holiday
Holiday disable all schudel to all devices.
Setting ->param->other->schudel
Two choicie : normal or Holiday
Holiday disable all schudel to all devices.
Domoticz stable 3.5877 for real & Domoticz beta for test
Rfxtrxe / RFLink / Milight / Yeelight / Tasmota / MQTT / BLE / Zigate
http://domo-attitude.fr
Rfxtrxe / RFLink / Milight / Yeelight / Tasmota / MQTT / BLE / Zigate
http://domo-attitude.fr
-
- Posts: 63
- Joined: Saturday 06 December 2014 16:26
- Target OS: Raspberry Pi / ODroid
- Domoticz version:
- Contact:
Re: Blocky label HOME and AWAY - trigger differentscenes
Thanks Deennoo,
That is interesting, and meets part of my needs. Right now I delete all my time sensors, same the settings as "vacation. Db" and reload the standard database when home again.
What that option does not allow, is setting different scenes depending on your presence.
For instance, if I am home and my hall sensors indicated a movement, the hall light should be lit. If I am *not* home and the sensor is triggered, a siren should be activated and and email notification send....
That is interesting, and meets part of my needs. Right now I delete all my time sensors, same the settings as "vacation. Db" and reload the standard database when home again.
What that option does not allow, is setting different scenes depending on your presence.
For instance, if I am home and my hall sensors indicated a movement, the hall light should be lit. If I am *not* home and the sensor is triggered, a siren should be activated and and email notification send....
Synology DS218+
Homey controller
Z-Wave stuff (Fibaro / Aeotec / NEO Coolcam)
Zigbee stuff (Aqara)
HUE lights
Logitech Harmony Ultimate + Hub
IP camera's
Homey controller
Z-Wave stuff (Fibaro / Aeotec / NEO Coolcam)
Zigbee stuff (Aqara)
HUE lights
Logitech Harmony Ultimate + Hub
IP camera's
-
- Posts: 784
- Joined: Wednesday 10 December 2014 13:06
- Target OS: Linux
- Domoticz version: beta
- Location: Bordeaux France
- Contact:
Re: Blocky label HOME and AWAY - trigger differentscenes
I'm thinking of a Statut switch, to reproduce kind of statut you can found on your phone or tablet Using :
- Forget this native holyday option who don't answer my needed too.
- Baak Google Calendar scripts who will drive a Dummy selector switch
- Dummy Selector Switch (Home / Working / Holiday)
- Keep Planning action off to all my planning
- And made some blocky or LUA script depending of time and on the selector switch statut
This way : I just need to write on my google calendar Holyday from x to y, and anything else is automated.
- Forget this native holyday option who don't answer my needed too.
- Baak Google Calendar scripts who will drive a Dummy selector switch
- Dummy Selector Switch (Home / Working / Holiday)
- Keep Planning action off to all my planning
- And made some blocky or LUA script depending of time and on the selector switch statut
This way : I just need to write on my google calendar Holyday from x to y, and anything else is automated.
Domoticz stable 3.5877 for real & Domoticz beta for test
Rfxtrxe / RFLink / Milight / Yeelight / Tasmota / MQTT / BLE / Zigate
http://domo-attitude.fr
Rfxtrxe / RFLink / Milight / Yeelight / Tasmota / MQTT / BLE / Zigate
http://domo-attitude.fr
-
- Posts: 63
- Joined: Saturday 06 December 2014 16:26
- Target OS: Raspberry Pi / ODroid
- Domoticz version:
- Contact:
Re: Blocky label HOME and AWAY - trigger differentscenes
Yes please 

Synology DS218+
Homey controller
Z-Wave stuff (Fibaro / Aeotec / NEO Coolcam)
Zigbee stuff (Aqara)
HUE lights
Logitech Harmony Ultimate + Hub
IP camera's
Homey controller
Z-Wave stuff (Fibaro / Aeotec / NEO Coolcam)
Zigbee stuff (Aqara)
HUE lights
Logitech Harmony Ultimate + Hub
IP camera's
Who is online
Users browsing this forum: No registered users and 1 guest