Closed AlexZuiderwijk closed 1 year ago
Following, have the same issue with Busch Jeager switch
Yes ("glad" I'm not the only one with this problem ;-) ) , probably related to all PTM215Z 4-button switches, I also tried a Senic / Gira switch and adding this one also results in same error message
Hi @AlexZuiderwijk and @Flight777 ,
Sorry for the logs not being clear, but the problem is that you are using a Light Controller (PTM215XLightController
), so the light
attribute is expecting to have an entity like light.XYZ
, and you are passing aa testlamp via mqtt
. This controller does not support Zigbee2MQTT Light Controller.
I will try to improve logging for this case, but I hope this solved your issues.
Regards, Xavi M.
Hi @xaviml ,
Thanks for explaining, I had impression the error was referring to the PTM215Z but apparently the error was referring to the wrong name/definition of the entity being controlled :-)
I changed aa testlamp via mqtt
to the right entityname in HA 'light.aa_testlamp_via_mqtt' and now it works!
Thanks again, Alex
Hi, I try to add a Hue Dimmer Switch and some FoH switches based on the PTM215Z, and added them in the config according to the documentation for Zigbee2MQTT (HA entity). Adding the Hue Dimmer Switch went OK, but after adding the FoH switch and restarting AppDeamon I get the following error message on the Jung FoH switch config (also when just adding only "the left or right part of the FoH 4-button switch" ):
“Querying a specific attribute is only possible for a single entity".format(name))”.
Wondering if I made some kind of mistake (although I could not find it in documentation or when searching around) and/or if this is a ControllerX issue or related to some other configuration..... Any advice is very welcome, if more information is required please tell me.
Additional information
AppDaemon app configuration
Logs