infinitude icon indicating copy to clipboard operation
infinitude copied to clipboard

Set Notification Reminder

Open rcoletti116 opened this issue 4 years ago • 1 comments

I've been testing to see if there is a way to interact with the notification reminders in infinitude.

With the API I can turn reminders on and off as follows: PUT /api/config?filtrrmd=on / off This allows control of the reminder function itself, which is not my aim.

What I would like to do is to perform a reset of the reminder, i.e. reset reminder and set filtrlvl back to 0.

I found the notifications-reminder.xml, which looks like an example of what I would want to control. https://github.com/nebulous/infinitude/blob/master/defs/notification-reminder.xml. However, I can't find anything that seems to allow change or control of these reminders in config or systems.

/notifications loads it's respective xml, but /notifcation-reminder does not.

Does such a function exist?

rcoletti116 avatar Jan 18 '21 22:01 rcoletti116

The filter usage data is in status rather than config. GET /api/status/filtrlvl which is presently(and perhaps limited to - will need to investigate this) a read-only structure generated by the thermostat.

nebulous avatar Apr 26 '22 14:04 nebulous

Stale issue message

github-actions[bot] avatar Nov 29 '23 02:11 github-actions[bot]