hass-workstation-service
hass-workstation-service copied to clipboard
Commands not working (both built-in and custom)
The service itself seems to work, with all sensors etc updating just fine. However, I can't use any of the commands. I've configured a few built-in, and a custom one (to lock the workstation, following your example).
I don't see any error logs, how would I go about debugging this?
HASS status:
The tool itself shows no faults either:
And the cmd mqtt messages seem to work fine as well:
Thanks for creating an issue! I'll have a look this weekend. I'm not sure what's going wrong here.
I confirm this issue many of my commands randomly, one works now, but yesterday didn't work, the second today not works and yesterday worked.
I resolved this problem when I updated Home Assistant Core and all my server packages (also MQTT Broker) to the newest (version 2019.08).
Thanks for creating an issue! I'll have a look this weekend. I'm not sure what's going wrong here.
I think I found out what is happening: MQTT discovery finds the same entity twice; renames it to entityname2 and makes the other one a ghost.
Also deleting everything for C:\Users\LNDN\AppData\Local\Apps\2.0 and triggering a reinstall also fixes it for a while for now. EDIT: had to reinstall again and also reset MQTT to get it working again; but switches are showing without the prefix now when actually I have the prefixes set. Something is causing the switches to get reported without prefixes at times.