I’m not sure what I am doing wrong. I installed it through HACS. I added the yaml lines to the config file and rebooted HA. I was able to see the FPP media player in my entities but it says it is unavailable. I looked in the logs and there was an error message about the port. I did not add one in the yaml since it showed it was optional. So, I entered the port for my MQTT mosquito broker. Then I rebooted again but the media player still shows as unavailable.
If I go to http://10.0.0.58/api/fppd/status, it does show me information about my FPP. The MQTT section says configured is true but connected and bridging are false. I don’t know if that means anything.
Once I get this working, will it give me an entity for each start, stop, etc…? I use node red to automate different things and I would like to use node red to start and stop the playlists.
Thank you for any help.
Edit: It appears the Port is not optional as the line says. If I remove the port number, the add-on fails to start and give the following error message in HA.
"Logger: homeassistant.config
Source: config.py:1300
First occurred: 8:19:47 AM (1 occurrences)
Last logged: 8:19:47 AM
Good afternoon, the default port number is 80, the “port” parameter is optional, but if you don’t specify it, you should either completely remove this line from the yaml, or specify it as the number 80