Hi,
I am currently running my HA on a RPI using an SSD. The current install is running in docker. The installation includes:
- Home Assistant docker
- Node Red
- Mosquito MQTT broker
- ozwd.
Everything is working fine. All my configuration is done using yaml in a split configuration. I have not upgraded my home assistant in a while because I had plans to migrate to a better computer. I am planning on running the new installation in a similar fashion because it gives me the flexibility to run other docker container at the same time.
I have a few question regarding the best way to migrate to the latest home assistant, node-red, mosquito, zwavejs2mqtt, ESPhome…
- I know that a lot of the integrations can be added in the GUI these days without the need to edit or create yaml files. I have no problem with that. Can I still use the secrets file parameters in configuring integration or do I have to enter the parameters (ips, passwords) in plain text in the configuration. When I do that, are the parameters saved in plain text in the HA .config directory
- Can I have a hybrid configuration, where all the integrations are done in the GUI whenever it is possible, but use the current configuration for the entities
- Currently almost all my zwave devices are controlled using the Vera integration which exposes those devices to HA. Eventually I plan to decommission the Vera and migrate all the devices to Zwavejs2mqtt. This is for later.
Any help would be appreciated