Helpdesk

Hi
How to know the current firmware version number of the strompi3? I don't see a command about firmware version in the list of startstrompiconsole commands
Best regards
Jean-Marie

jmverdi

10.03.19 12:26

Hello jmverdi,
If you want to see your version you have to use the show-status command, however if your StromPi is out of the box there is no way to see the firmware version because the function was Implemented in Firmware Version 1.2.
You have to update your firmware to atleast version 1.2.
The latest Firmware version as of now (12.03.2019) is V1.5 and we are continuously updating it.
For instruction about updating your firmware you can use the download section.
You can download the newest version there and and the downloaded Zip File contains an instruction on how to do it.
Best Regards,
Jordan

Jens

12.03.19 10:32

Hi,
please help - show-status command ends up with Error!
on raspberry pi 4+ and raspbian Buster-Desktop i get
sudo python3 -E StromPi3_Status.py
Traceback (most recent call last):
File "StromPi3_Status.py", line 145, in
sp3_ADC_Wide = float(serial_port.readline(9999))/1000;
ValueError: could not convert string to float:
any idea?  Thank you

Anonymous

18.03.20 22:16

Good Morning,
please try running the script without python -E. ("python3 StromPi3_Status.py") Make sure that the script version fits your firmware. If you are unsure about your firmware version, update to the newest firmware and try again.
Best regards.
Nils (Joy-IT)

Nils

23.03.20 10:35