saussact / openhab

Automatically exported from code.google.com/p/openhab
0 stars 0 forks source link

Presence Simulation #37

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
1. Feature Description

A presence simulation makes a building look like somebody is at home currently. 
So especially roller shutters und lights are switched while in presence 
simulation mode.

2. Possible solution

openHAB should record relevant events for a given timeframe which is 
configurable (but with reasonable default of 1 week (??)) where "relevant" 
could be configured in *.items as a new binding like "{ ps="..." }"

The simulation should be able to vary the occurence of the relvant items by a 
given factor (with reasonable default), but there should be fixed items as well 
(e.g. the rollershutter). The different item types could be configured by { 
ps="variant" } or { ps="fixed" }

Original issue reported on code.google.com by teichsta on 30 Jun 2011 at 9:16

GoogleCodeExporter commented 9 years ago
[deleted comment]
GoogleCodeExporter commented 9 years ago
depends on issue 21

Original comment by teichsta on 30 Jun 2011 at 9:19

GoogleCodeExporter commented 9 years ago
implemented the presence simulation based on the GCal-Binding and a 
PersistenceService. It creates a new Google Calendar entry for each change to a 
group of items. See GCal-Wiki-Page for further information.

Original comment by teichsta on 22 May 2012 at 8:18