Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add support for time/Incident Operated Actions #6

Open
ChriD opened this issue Apr 20, 2016 · 1 comment
Open

Add support for time/Incident Operated Actions #6

ChriD opened this issue Apr 20, 2016 · 1 comment
Assignees
Milestone

Comments

@ChriD
Copy link
Owner

ChriD commented Apr 20, 2016

There should be the Option to start presets or request at a specific time (eg. for Alarm clock) or a specific incident (renderer goes online,...)
For this the c++ backend has to be created

For good control, there should be a web application where we can define a time and a days / activate/deactivate

A major problem will be that the time on the RF Devices may be not correkt. This i have to check

@ChriD ChriD self-assigned this Apr 20, 2016
@ChriD ChriD added this to the 1.2.0 milestone Apr 20, 2016
@ChriD ChriD changed the title Add support for time Operated Actions Add support for time/Incident Operated Actions Apr 20, 2016
@ChriD
Copy link
Owner Author

ChriD commented Jun 30, 2016

Only some thoughts

<Triggers>
  <Trigger type="onZoneAppeareance" zoneId="Wohnzimmer">
    <request>raumserver/controller/loadUri?...</request>
    <request>raumserver/controller/play?...</request>
  </Trigger>
  <Trigger type="onZoneAppeareance" zoneId="Bad">
    <request>raumserver/controller/resumeLastPlayed?...</request>
  </Trigger>
  <Trigger type="onTime" recurence="everyDay" time="0800">
    <request>raumserver/controller/loadPlaylist?...</request>
    <request>raumserver/controller/play?...</request>
  </Trigger>
  <Trigger type="onTime">
    <recurrence day="MO" time="0800/>
    <recurrence day="SA" time="0900/>
    <request>raumserver/controller/loadPlaylist?...</request>
    <request>raumserver/controller/play?...</request>
  </Trigger>
</Triggers>

Of course there will be some problmes with "onZoneAppeareance" how to check this and so on...

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant