-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Description
I've got a Quirky smart outlet (Zigbee) that reports the following from aprontest:
[root@flex-dvt dev]# aprontest -l -m 1
Gang ID: 0x7cf1c22d
Manufacturer ID: 0xbbaa, Product Number: 0x8a3a
Device has 22 attributes...
outlet1
ATTRIBUTE | DESCRIPTION | TYPE | MODE | GET | SET
61440 | ZCLVersion | UINT8 | R | 1 |
61441 | ApplicationVersion | UINT8 | R | 7 |
61442 | StackVersion | UINT8 | R | 2 |
61443 | HWVersion | UINT8 | R | 1 |
61444 | ManufacturerName | STRING | R | Quirky |
61445 | ModelIdentifier | STRING | R | ZHA Smart Plug |
61446 | DateCode | STRING | R | 20141217 |
61447 | PowerSource | UINT8 | R | 1 |
1 | On_Off | STRING | R/W | ON | OFF
4 | NameSupport | UINT8 | R | 128 |
4230017024 | Mode | UINT8 | R/W | |
4230017025 | LED Fast Flash Rate | UINT8 | R/W | |
4230017026 | LED Slow Flash Rate | UINT8 | R/W | |
4230017027 | LED Error Flash Rate | UINT8 | R/W | |
117633024 | ZB_CurrentSummationDelivered | UINT64 | R | 6139585 |
117633536 | ZB_Status | UINT8 | R | 0 |
117633792 | ZB_UnitOfMeasure | UINT8 | R | 0 |
117633793 | ZB_Multiplier | UINT32 | R | 1 |
117633794 | ZB_Divisor | UINT32 | R | 3600000 |
117633795 | ZB_SummationFormatting | UINT8 | R | 206 |
117633798 | ZB_MeteringDeviceType | UINT8 | R | 0 |
1699842 | ZB_CurrentFileVersion | UINT32 | R | 16908295 |
However, it only reports the following on the Mqtt topic home/wink/1/status
{"ApplicationVersion":7,"HWVersion":1,"ManufacturerName":"Quirky","StackVersion":2,"ZCLVersion":1}
Publishing anything to the home/wink/1/1/set results in what appears to be a no-op.
Metadata
Metadata
Assignees
Labels
No labels