@kzboray thank you for your insight on an older version of Pi Operating System might be required.
@randyth thank you for pointing me to the buster version of Pi OS. That seems to have solved my problem with MongoDB. I don't think I see any error "ee key too small" so I didn't take that step.
At the end of the installation, I received:
###################################################################################
DONE! Login to Polyglot v2 at https://192.168.0.89:3000
Username: admin
Password: admin
Be patient. It may take up to three minutes for the interface to be available while
MongoDB and Polyglot start up for the first time.
###################################################################################
Now, my problem is:
https://192.168.0.89:3000/ This site can’t be reached 192.168.0.89 refused to connect ERR_CONNECTION_REFUSED
Here's what info I've collected
sudo systemctl status polyglot-v2.service
shows that we are active (running)
nano ~/.polyglot/log/debug.log
shows that things started up (at least partially)
12/27/2021, 15:47:58 [polyglot] info: Starting Polyglot....
12/27/2021, 15:47:58 [polyglot] info: Settings: No config found in database, creating settings entries.
12/27/2021, 15:47:58 [polyglot] info: Auto Discovering ISY on local network.....
12/27/2021, 15:47:59 [polyglot] info: ISY discovered at address: 192.168.0.64:80
12/27/2021, 15:48:02 [polyglot] info: Settings: Polyglot Version 2.2.11
12/27/2021, 15:48:02 [polyglot] info: Settings: Retrieved config from database
12/27/2021, 15:48:02 [polyglot] info: Settings: Retrieved config overrides from .env and updated database
12/27/2021, 15:48:02 [polyglot] info: SSL: No HTTPS Certificate or Key found. Generating...
12/27/2021, 15:48:07 [polyglot] info: SSL: Certificate Generation completed successfully.
12/27/2021, 15:48:07 [polyglot] info: Aedes MQTT Broker Service: Started on port 1883
12/27/2021, 15:48:17 [polyglot] info: Starting Polyglot....
12/27/2021, 15:48:17 [polyglot] info: Settings: Polyglot Version 2.2.11
12/27/2021, 15:48:17 [polyglot] info: Settings: Retrieved config from database
12/27/2021, 15:48:17 [polyglot] info: Settings: Retrieved config overrides from .env and updated database
12/27/2021, 15:48:17 [polyglot] info: Aedes MQTT Broker Service: Started on port 1883
repeat the 2nd block over and over and over
So it seem to be starting up... but whatever is supposed to happen after the MQTT Broker Service starts on port 1883, seems to be failing.
I went here and enabled debug logging: https://github.com/UniversalDevicesInc/polyglot-v2#enable-debug-logging-for-polyglot
Now I'm seeing:
12/27/2021, 12:11:44 [polyglot] info: Starting Polyglot....
12/27/2021, 12:11:44 [polyglot] info: Settings: Polyglot Version 2.2.11
12/27/2021, 12:11:44 [polyglot] info: Settings: Retrieved config from database
12/27/2021, 12:11:44 [polyglot] info: Settings: Retrieved config overrides from .env and updated database
12/27/2021, 12:11:44 [polyglot] debug: TLS: Found Keys and Certificate data in database. Exporting to /home/pi/.polyglot/ssl/
12/27/2021, 12:11:44 [polyglot] debug: Checking for DB Maintenence needs...
12/27/2021, 12:11:48 [polyglot] debug: Created PID file: /home/pi/.polyglot/polyglot.pid
12/27/2021, 12:11:53 [polyglot] info: Starting Polyglot....
repeat prior lines
Now I have no idea what I'm really doing, but I tried this:
tail /home/pi/.polyglot/polyglot.pid
pi@RasPi-Polyglot:~ $ tail /home/pi/.polyglot/polyglot.pid
1767
pi@RasPi-Polyglot:~ $
and I tried
tail -f /home/pi/.polyglot/polyglot.pid
pi@RasPi-Polyglot:~ $ tail -f /home/pi/.polyglot/polyglot.pid
1937
tail: /home/pi/.polyglot/polyglot.pid: file truncated
1950
tail: /home/pi/.polyglot/polyglot.pid: file truncated
1964
tail: /home/pi/.polyglot/polyglot.pid: file truncated
1977
Wondering if the above information is sufficient for anyone to guide me further?
Thank you for your time and consideration.
BradS