There are currently three options to find out SOMA Connect software version
Using the Smart Shades app
SOMA Connect (Raspberry Pi version):
- Place your phone next to the SOMA Connect
- Open the Smart Shades app > Left Hand Menu > SOMA Connect > Raspberry Pi > Version
SOMA Connect U1 (USB Stick):
- Connect your phone to the same Wi-Fi network as the SOMA Connect
- Open the Smart Shades app > Left Hand Menu > SOMA Connect > USB Stick > Solid Green > Version
Using the HTTP API
You can access the SOMA Connect version from
http://<soma connect IP address>:3000/list_devices
For SOMA Connect U1 (Software Version 3.0.4 and later) you can also use
http://somaconnect.local:3000/list_devices
The output will be similar to
{"result":"success","version":"<version number>","shades":[...]}
You can find out the SOMA Connect IP address from your router settings or the Smart Shades app.
Using the command line (Raspberry Pi SOMA Connect only)
You can access the SOMA Connect version after logging in to SOMA Connect and issuing the following command
sudo apt-cache policy soma-connect
The output will be similar to
soma-connect:
Installed: <version number>
...