Allright! Spent the last 3 hours on the phone with a couple of HASP users chasing down some problems and I want to report back (and then probably write up a FAQ).
First problem: blueprints will import but cannot be executed (nor saved)
Root cause: The line automation: !include automations.yaml
had been commented out in the configuration.yaml
. The result is the the GUI could not be used for deploying or modifying automations. Blueprints require being able to interact with the file automations.yaml
, so if you disable that in your Home Assistant configuration, you are disabling all Blueprint functionality.
Solution: Leave the line automation: !include automations.yaml
in your configuration. If you want to still use YAML for editing automations, either add your existing automations into automations.yaml, or create packages.
Second problem: HASP cannot reach MQTT
Root cause: Network partition.
Solution: Make sure all wired and wireless network devices are able to communicate with each other. Once we straightened out the network, and devices could communicate, then MQTT works as expected. I’ll try and see if I can’t get better status messages shown to the user to help indicate something like this.