mirror of
https://github.com/fhem/fhem-mirror.git
synced 2025-01-31 12:49:34 +00:00
443f0de25f
git-svn-id: https://svn.fhem.de/fhem/trunk@62 2b470e98-0d58-463d-a4d8-8e2adae1ed80
23 lines
672 B
Plaintext
23 lines
672 B
Plaintext
On the telnet prompt do:
|
|
{FS20_Parse(undef, "<code>");}
|
|
e.g.
|
|
{FS20_Parse(undef, "81xx04xx0101a0011234030011")}
|
|
|
|
where <code> is one of:
|
|
|
|
81xx04xx0101a0011234030011 FS20 dev: 1234 button: 03 on (11)
|
|
81xx04xx0101a0011234030000 FS20 dev: 1234 button: 03 off (00)
|
|
|
|
810d04xx4027a001de53187654321f KS300: Raincounter hex:123 (ca 75l/m2),
|
|
Wind 45.6 km/h Humidity: 78%, Temp: 13.5
|
|
Unknown fields: d,e,f
|
|
{FhzDecode("810d04xx4027a001de53187654321f")}
|
|
|
|
810e04d70213a001b16d000003000000 RM100-2 smoke on
|
|
810e04d70213a001b16d000000000000 RM100-2 smoke off
|
|
|
|
81xx04xx0101a0011234030011 FS20 dev: 1234 button: 03 on (11)
|
|
|
|
To send it:
|
|
set FHZ raw 04 0101a0011234030011
|