[MSR] MQTT not echoing variables in latest update
-
Hi @toggledbits,
I have a bridge consuming Vera's variable using the MQTTController in MSR, and I've noticed that after I've updated to the latest version (22257), some variables are not echoed. I've already tried to reboot MSR, with no luck.
These variables are under urn:smarthome-community:serverId:Vacuum
My config has just exclude_capabilities: [] and it was working OK before the latest build. Even /query command doesn't seem to retrieve all the attributes. The values are retrieved correctly from the Vera controller, and I could use them in MSR, they're just not echoed to the bridge. Thanks!
-
Do they exist in the Entities page detail for the entity? It would be good to make sure they are there, and show that.
Also did you check the logs for errors, particularly at startup when its syncing devices with the Vera?
-
I was able to test this by creating one of your variables on a random device of mine. I believe you should have gotten a logged error message about a capability not extended because it isn't defined from VeraController. I fixed that for 22258 (on-the-fly capabilities for Vera service IDs are now created as stubs/placeholders). Let me know if this build doesn't solve it.
-
I was able to test this by creating one of your variables on a random device of mine. I believe you should have gotten a logged error message about a capability not extended because it isn't defined from VeraController. I fixed that for 22258 (on-the-fly capabilities for Vera service IDs are now created as stubs/placeholders). Let me know if this build doesn't solve it.
@toggledbits no errors in the log (sorry, I had a long day yesterday and was too late at home to check), but the new version is working good again. Thanks!
-
T toggledbits locked this topic on