AlertMe on Hubitat

Well, it's been quite a week!

The AlertMe-based mesh has grown a fair bit and with the help of @markus and some serious documentation and code reading I've actually managed to develop a couple of AlertMe Device Drivers, one for the Power Clamp and one for the SPG100 Smart Plug.

The SPG100 is officially supported with the Iris V1 driver now, which is great; my driver adds in reading the summary consumption report, backup battery information, temperature, mains power presence, state mismatch flag (demand on but supply off) and ranging mode. The temperature reading is skewed due to internal heat but it may be handy to someone.

The Power Clamp is only fully supported with my driver, with battery, temperature, instant and summary consumption. Ranging mode to be added.

The mesh now looks like this:

3x AlertMe Buttons
1x AlertMe Keyfob
1x AlertMe Lamp (Repeater)
2x AlertMe Power Clamps
10x AlertMe Smart Plugs (Repeaters)

Plus the following non-AM gear:

1x Hive "Active Light Colour Changing Light Bulb" - Generic ZigBee RGBW Light Driver
1x Ikea Trådfri E1746 Repeater - Generic Repeater (with Presence) Driver
3x Ikea Trådfri 400lm E14 Lamps - Generic Zigbee Bulb Driver
1x Xiaomi Aqara Cube MFKZQ01LM - Aqara Cube Driver
2x Xiaomi Aqara Buttons WXKG11LM - Xiaomi/Aqara/Opple Button/Switch/Remote Driver
2x Xiaomi Aqara Wireless Switches WXKG03LM - Xiaomi/Aqara/Opple Button/Switch/Remote Driver
1x Xiaomi Mijia Light Sensor GZCGQ01LM - Xiaomi Mijia Smart Light Sensor (Zigbee 3.0) Driver

All of the AlertMe devices have stayed stable on the mesh with absolutely no problems throughout all of my tinkering, as have the Ikea E14 lamps and the faultless Xiaomi light sensor.

One of the Xiaomi buttons didn't like staying attached at first and fell off once while adding outlets, but the other has been perfectly fine. Same story with the wireless switches; one has been flawless, the other "a bit droppy" while the mesh was altered. Re-pairing (without deleting) when things have stabilised brings it back just fine.

Turns out that the Hive lamp with the overly long name is in fact manufactured by Aurora and may well be their A1GSZ9RGBW. It's identified as an "RGBBulb01UK" and it would be interesting to see if their own-brand model paired with the Hive hub.

For the curious, here's the getChildAndRouteInfo.

Parent child parameters
EzspGetParentChildParametersResponse [childCount=0, parentEui64=0000000000000000, parentNodeId=65535]

Child Data

Neighbor Table Entry
[Kitchenframe, 1FF3], LQI:255, age:4, inCost:1, outCost:1
[Study Lamp 2, 20FC], LQI:254, age:4, inCost:1, outCost:5
[Loft Lights, 43C5], LQI:241, age:4, inCost:5, outCost:1
[Study LED Lamp, 57FE], LQI:140, age:6, inCost:7, outCost:7
[Hive Lamp, 7F0C], LQI:254, age:4, inCost:1, outCost:1
[Behind You Test Outlet, 93CA], LQI:255, age:4, inCost:1, outCost:1
[Living Room Lamp, 9723], LQI:252, age:5, inCost:3, outCost:1
[Main Repeater, 9DA9], LQI:255, age:4, inCost:1, outCost:1
[Study Lamp 1, 9F50], LQI:242, age:5, inCost:5, outCost:7
[Strobe, A0F1], LQI:255, age:3, inCost:1, outCost:1
[Study Workbench Outlet, AA07], LQI:255, age:4, inCost:1, outCost:1
[Study Lamp 3, C957], LQI:254, age:4, inCost:1, outCost:7
[Test Outlet, E025], LQI:234, age:4, inCost:5, outCost:3

Route Table Entry
status:Active, age:64, routeRecordState:0, concentratorType:None, [Wall Twinklies, 0435] via [Behind You Test Outlet, 93CA]
status:Active, age:32, routeRecordState:0, concentratorType:None, [Power Clamp 1, B893] via [Strobe, A0F1]
status:In Discovery, age:0, routeRecordState:2, concentratorType:High Ram, [null, 0000] via [Behind You Test Outlet, 93CA]
status:Active, age:64, routeRecordState:0, concentratorType:None, [Kitchenframe, 1FF3] via [Kitchenframe, 1FF3]
status:Unused
status:Active, age:64, routeRecordState:0, concentratorType:None, [Living Room Lamp, 9723] via [Living Room Lamp, 9723]
status:Active, age:64, routeRecordState:0, concentratorType:None, [Test Fob, B12C] via [Behind You Test Outlet, 93CA]
status:Active, age:64, routeRecordState:0, concentratorType:None, [Test Wireless Switch, D83E] via [Behind You Test Outlet, 93CA]
status:Active, age:64, routeRecordState:0, concentratorType:None, [Light Thing, FFD5] via [Behind You Test Outlet, 93CA]
status:Active, age:64, routeRecordState:0, concentratorType:None, [Hallway Wireless Switch, E595] via [Main Repeater, 9DA9]
status:Active, age:64, routeRecordState:0, concentratorType:None, [Xiaomi Button 2, BF20] via [Behind You Test Outlet, 93CA]
status:Active, age:64, routeRecordState:0, concentratorType:None, [Xiaomi Button 1, 377E] via [Hive Lamp, 7F0C]
status:Active, age:64, routeRecordState:0, concentratorType:None, [Test Button, D657] via [Behind You Test Outlet, 93CA]
status:Active, age:0, routeRecordState:0, concentratorType:None, [Power Clamp 2, E2DA] via [Behind You Test Outlet, 93CA]
status:Active, age:64, routeRecordState:0, concentratorType:None, [Loft Button, 3B3D] via [Kitchenframe, 1FF3]
status:Active, age:64, routeRecordState:0, concentratorType:None, [Loft Lights, 43C5] via [Strobe, A0F1]
1 Like