-
Notifications
You must be signed in to change notification settings - Fork 19
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
Does netRemote.sys.alarm.status work on all devices? #19
Comments
I am testing using a Roberts Stream 93i and a Pure Evoke C-F6, both of which have an alarm function. The |
I added the node with some other nodes that are not supported on my own device (like multiroom support). This indicates that the feature is from a newer chipset or firmware. |
On my Karcher DAB 7000i the netRemote.sys.alarm.config node is writable but returns alway FS_FAIL:
Does anybody know how the value should be formatted for this node? Internally the alarms are stored as a 18+18 byte array but this format doesn't work as value for this node. |
@dizzy314, the prototype for that node is defined by: prototype = [
Argument(name="key", length=1, type=ArgType.ARG_TYPE_U32),
Argument(name="on", length=1, type=ArgType.ARG_TYPE_E8),
Argument(name="time", length=7, type=ArgType.ARG_TYPE_C8),
Argument(name="duration", length=1, type=ArgType.ARG_TYPE_U8),
Argument(name="source", length=1, type=ArgType.ARG_TYPE_E8),
Argument(name="preset", length=1, type=ArgType.ARG_TYPE_U8),
Argument(name="repeat", length=1, type=ArgType.ARG_TYPE_E8),
Argument(name="date", length=9, type=ArgType.ARG_TYPE_C8),
Argument(name="volume", length=1, type=ArgType.ARG_TYPE_U8),
] As this node is a |
@MatrixEditor I do not understand how I shall build the HTTP request with this, could you please provide an example? I get the same error as @dizzy314 when trying to set an alarm. I use a Roberts istream revival 2 which has the alarm function. |
@einarav as I stated before, a LIST node can be used to select a stored preset. Therefore, using |
I am just wondering if anyone has ever got the alarm settings to work via netRemote?
If I use the request
http://xx.xx.xx.xx/fsapi/GET/netRemote.sys.alarm.status?pin=1234 (doc)
the answer is:
Is is device or firmware dependent if it works? Could @flammy maybe share where he got the information from in the first place?
I am currently testing with a Hama IR110 (FW:ir-mmi-FS2026-0500-0084_V2.11.16.EX69632-2A10)
Thanks and regards,
tagru
The text was updated successfully, but these errors were encountered: