Displays SMA Sunny Beam's Power, E-Today and E-Total in Linux.

Project Samples

Project Activity

See All Activity >

License

GNU General Public License version 2.0 (GPLv2)

Follow SBtool

SBtool Web Site

Other Useful Business Software
ThermoGrid Contractor Management Software Icon
ThermoGrid Contractor Management Software

ThermoGrid is a specialized contractor management software tool for managing field service operations

Nail down how you manage your day-to-day and level up your services. Whether you are a plumber, electrician, or HVAC technician, ThermoGrid brings together all areas of your business so you can get the job done right.
Rate This Project
Login To Rate This Project

User Ratings

★★★★★
★★★★
★★★
★★
0
1
0
0
0
ease 1 of 5 2 of 5 3 of 5 4 of 5 5 of 5 4 / 5
features 1 of 5 2 of 5 3 of 5 4 of 5 5 of 5 4 / 5
design 1 of 5 2 of 5 3 of 5 4 of 5 5 of 5 4 / 5
support 1 of 5 2 of 5 3 of 5 4 of 5 5 of 5 3 / 5

User Reviews

  • We are almost 10 years later... CRC library has been updated (I used it with version 0.22.1 of the CRC library). Therefore, you might see this error: "Use of uninitialized value in subroutine entry at /usr/local/lib/arm-linux-gnueabihf/perl/5.28.1/Digest/CRC.pm line 272, <DATA> line 1." In such case: Go to line 97 of the sbtool script, where you will find: $crc = crc(pack ("H*", $cmd_str),16,0xffff,0xffff,1,0x1021,1); Update this line to: $crc = crc(pack ("H*", $cmd_str),16,0xffff,0xffff,1,0x1021,1,0); The last zero makes sure you don't use the new functionality in the CRC library. The old version of the library didn't have this parameter. By the way, I am running this script from a raspberry pi, with node-red, saving values to influxDB and representing them on Grafana.
Read more reviews >

Additional Project Details

Operating Systems

Linux

Intended Audience

End Users/Desktop

User Interface

Console/Terminal

Programming Language

Perl

Related Categories

Perl Interface Engines

Registered

2009-05-27