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
Gen AI apps are built with MongoDB Atlas Icon
Gen AI apps are built with MongoDB Atlas

The database for AI-powered applications.

MongoDB Atlas is the developer-friendly database used to build, scale, and run gen AI and LLM-powered apps—without needing a separate vector database. Atlas offers built-in vector search, global availability across 115+ regions, and flexible document modeling. Start building AI apps faster, all in one place.
Start Free
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