First, none of the available tags seemed to apply to my situation so I chose New to HA - I'm not new to HA, I'm around two years in with a pretty robust ecosystem.
I'm previewing Alexa+, which has been fine up until the last 36 hours or so. My smart lights/switches/outlets are getting randomly toggled on and off. I ruled out Routines, ruled out Modes/Away Lighting, and ruled out hunches. I can't find indication in the Alexa app that these toggles are even happening, nothing showing in Activity (not surprised, history in there is woefully insufficient.
I enabled debug logging for cloud events and this is how these are coming over:
{'msgid': '686adbb7-d454-47d4-a18b-d42e5a0f192c',
'payload': {'context': {'properties': [{'name': 'powerState',
'namespace': 'Alexa.PowerController',
'timeOfSample': '2026-04-16T21:30:10Z',
'uncertaintyInMilliseconds': 0,
'value': 'OFF'},
{'name': 'brightness',
'namespace': 'Alexa.BrightnessController',
'timeOfSample': '2026-04-16T21:30:10Z',
'uncertaintyInMilliseconds': 0,
'value': 0},
{'name': 'connectivity',
'namespace': 'Alexa.EndpointHealth',
'timeOfSample': '2026-04-16T21:30:10Z',
'uncertaintyInMilliseconds': 0,
'value': {'value': 'OK'}}]},
'event': {'endpoint': {'cookie': {},
'endpointId': 'light#bob_s_ceiling_light',
'scope': {'token': '#####',
'type': 'BearerToken'}},
'header': {'correlationToken': '#####',
'messageId': '31ce9ad0-a971-4f66-91f4-6868e8176d2e',
'name': 'Response',
'namespace': 'Alexa',
'payloadVersion': '3'},
'payload': {}}}}```
I realize this is probably not an issue on the HA side of things but I'm wondering if anyone else has run into this or seen it reported anywhere. I plan on filing a bug with the Alexa+ team as well.
Appreciate any thoughts/insight and apologies for the mis-tag!