solarpowerlog command not found

In this troubleshooting guide we learn how to fix solarpowerlog command not found error message

Introduction

When you run more command in linux terminal / console, you get the following error message

solarpowerlog: command not found

or when using sudo you get the following error message

sudo: solarpowerlog: command not found

Solutions to solarpowerlog: command not found

How To Fix solarpowerlog: command not found in Ubuntu / Debian / Kali Linux / Raspbian

In Ubuntu solarpowerlog is provided by solarpowerlog package.

solarpowerlog is:

The program’s purpose is to track and log data from photovoltaic inverters, collect power data and store them. Also a purpose is to provide an interface to extract these data, allowing applications like web site stats of the system.

Solarpowerlog supports at the moment Solarmax inverters, connected via ethernet or serial interface, however it is programmed in a way to easy add support for other inverters as well.

The program supports logging to the console, logging to CVS and writing HTML files to be serverd by a web server.

To fix this problem, we can install more using the command below.

sudo apt-get -y install solarpowerlog

This command might take some time to finish depending on your machine internet connection.

You can also use apt command to install solarpowerlog.

sudo apt -y install solarpowerlog

Or if you have aptitude installed you can use the following command.

sudo aptitude install solarpowerlog

Summary

In this tutorial we learn how to fix solarpowerlog command not found error in Ubuntu / Debian / Kali Linux or Raspbian distribution.