claudiu-cristea/solar-relay

Reads the live power from an inverter that supports Modbus/TCP API and turns ON or OFF a list of configured relays, depending on whether the measured produced power is between the configured thresholds.

Maintainers

Package info

github.com/claudiu-cristea/solar-relay

pkg:composer/claudiu-cristea/solar-relay

Statistics

Installs: 0

Dependents: 0

Suggesters: 0

Stars: 0

Open Issues: 0

1.x-dev 2026-05-05 07:01 UTC

This package is auto-updated.

Last update: 2026-05-05 07:07:44 UTC


README

PHPCS

Reads the live power from an inverter that supports Modbus/TCP API and turns ON or OFF a list of configured relays, depending on whether the measured produced power is between the configured thresholds.

Installation and configuration

Use composer to install the package:

composer require claudiu-cristea/solar-relay

Create a config file by copying the example.config.yml file as config.yml and edit it to your needs.

Running

Run the bin/solar-relay command.