PHPackages                             turbopixel/deye-inverter-status - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [Utility &amp; Helpers](/categories/utility)
4. /
5. turbopixel/deye-inverter-status

ActiveFramework[Utility &amp; Helpers](/categories/utility)

turbopixel/deye-inverter-status
===============================

Simple library for reading Deye inverter status information.

1.1.0(3y ago)218MITPHPPHP ^8.2

Since May 10Pushed 3y ago1 watchersCompare

[ Source](https://github.com/turbopixel/deye-inverter-status)[ Packagist](https://packagist.org/packages/turbopixel/deye-inverter-status)[ Docs](https://hemk.es)[ RSS](/packages/turbopixel-deye-inverter-status/feed)WikiDiscussions master Synced 1mo ago

READMEChangelogDependenciesVersions (2)Used By (0)

deye-inverter-status
====================

[](#deye-inverter-status)

*Simple library for reading Deye inverter status information.*

Reads the current [deye inverter](https://www.deyeinverter.com/) status and returns all information in an array. This script accesses the inverter and reads out the status.html page, which contains all necessary information from the inverter.

Works with **DEYE SUN600 / SUN800**.

Features
--------

[](#features)

- Lightweight - Portable with only one file
- Easy - Easy to use, minimal requirements.
- Free - Open source and licensed under MIT license

Requirement
-----------

[](#requirement)

- PHP Version &gt;= 8.2
- PHP Modules ext-curl, ext-dom

Installation
------------

[](#installation)

**Install via composer**

Add *turbopixel/deye-inverter-status* to the composer.json file.

```
composer require turbopixel/deye-inverter-status
```

And update composer

```
composer update
```

**Alternative** clone this repository:

```
git clone git@github.com:turbopixel/deye-inverter-status.git
```

Example
-------

[](#example)

> It is important that the inverter is connected to the same network!

The library is designed to be very simple. Copy the following code, adjust the variables and execute the PHP file on the console.

**example.php ([open](https://github.com/turbopixel/deye-inverter-status/blob/master/example.php))**

```
