roheve wrote:I still have no groups or schedules defined, so can't see advertisements for 'group-mac's' . Source and manual are not very clear on how to configure this or it does not work as described. Maybe my netbook screen is too small, and some button is hidden somewhere, but that's the only thing running windows I have at home.
Confirmed, the {schemas} you are defining and those you should drag/drop on a device/group are outside the visible area's of the small netbook-screen (even when maximized). I reported it as an error that you can not see the {schemas} and also do not get some hint that you should scroll (well, there are no scrollbars anyway) but there is enough space for a drop-down box or something. With the window not-full-screen, you can move part of it a bit outside your display window, and the {schema} icons become just visible enough to use then. My netbook runs windows 7, unfortunately just the 'starter' version, so no RDP capabilities to go there from my linux box for a bigger screen.
Anyway, I captured the 'send schema' traffic and that looks sensible to me (it just send a big table with 'on/off/standbykill' values for a whole week).
No time to document it yet...
Below some captured and filtered output (filtered and formatted using vbscript)
looks like this is the start of it:
Code: Select all
SEND 0040 000D6F0000D3595D 00 01 -> opens a schema on a circle
RECV 0000 0224 00C1
RECV 0000 0224 00E5 000D6F0000D3595D
SEND 003E 000D6F0000D3595D
RECV 0000 0225 00C1
RECV 003F 0225 000D6F0000D3595D 161838 02 01 45 7A
SEND 003B 0000 00040005 00040005 00040005 00040005
RECV 0000 0226 00C1
[... a lot more...]
SEND 003B 0520 FFFFFFFF FFFFFFFF FFFFFFFF FFFFFFFF
RECV 0000 0278 00C1
SEND 003B 0530 00040005 00040005 00040005 00040005
RECV 0000 0279 00C1
192 bytes a day for 7 days, so 8 bytes for an hour (I think it was a half-hour schedule, but I have to check (doet me denken aan
dit liedje)).
the 00040005 pattern is for the standby killer setting. On is ffffffff, Off is 00000000 (or the other way arround)
then a long sequence with this
Code: Select all
SEND 003C 000D6F0000D3595D 01
RECV 0000 027A 00C1
RECV 003D 027A 000D6F0000D3595D 01
SEND 003C 000D6F0000D3595D 02
RECV 0000 027B 00C1
RECV 003D 027B 000D6F0000D3595D 02
[... more...]
SEND 003C 000D6F0000D3595D 29
RECV 0000 02A2 00C1
RECV 003D 02A2 000D6F0000D3595D 29
SEND 003C 000D6F0000D3595D2A
RECV 0000 02A3 00C1
RECV 003D 02A3 000D6F0000D3595D2A
and concludes with a 003e/003f/0040 again
Code: Select all
SEND 003E 000D6F0000D3595D
RECV 0000 02A4 00C1
RECV 003F 02A4 000D6F0000D3595D 161903 02 01 59 71
SEND 0040 000D6F0000D3595D 01 01 -> closed a schema on a circle
RECV 0000 02A5 00C1
RECV 0000 02A5 00E4 000D6F0000D3595D
probably this is deleting the schema again (not sure yet)
Code: Select all
SEND 0023 000D6F0000D3595D
RECV 0000 02A6 00C1
RECV 0024 02A6 000D6F0000D3595D 0B069D21 00047620 00 85 653907014023 4CCEC0C2 02 [Time:0B069D21, Buffer:1732]
SEND 0040 000D6F0000D3595D 00 01
-> opens a schema on a circle
Code: Select all
RECV 0000 02A7 00C1
RECV 0000 02A7 00E5 000D6F0000D3595D
SEND 0059 000D6F0000D3595D FFFF -> probably deactivates it...
RECV 0000 02A8 00C1
RECV 0000 02A8 00FA 000D6F0000D3595D
so documented it a tiny bit
