PHPackages                             xibel/laravel-dashboard-youless-tile - 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. xibel/laravel-dashboard-youless-tile

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

xibel/laravel-dashboard-youless-tile
====================================

A tile for Laravel-Dashboard that displays statistics from a Youless LS120 energy reader

2.1(2y ago)010MITPHPPHP ^8.0

Since Jul 19Pushed 2y ago1 watchersCompare

[ Source](https://github.com/Xibel/laravel-dashboard-youless-tile)[ Packagist](https://packagist.org/packages/xibel/laravel-dashboard-youless-tile)[ RSS](/packages/xibel-laravel-dashboard-youless-tile/feed)WikiDiscussions master Synced 2d ago

READMEChangelog (2)Dependencies (2)Versions (4)Used By (0)

Youless Tile
============

[](#youless-tile)

A tile for Laravel Dashboard that displays statistics from a Youless LS120 Energy Monitor. This tile can be used on the Laravel Dashboard from [Spatie](https://docs.spatie.be/laravel-dashboard/v1/introduction).

Impression
----------

[](#impression)

[![](docs/images/youless_tile.png)](docs/images/youless_tile.png)

For more information about this package see my website [Xibel-IT](https://www.xibel-it.eu/youless-tile-for-laravel-dashboard/).

Install
-------

[](#install)

Via Composer

```
$ composer require xibel/laravel-dashboard-youless-tile
```

Configuration
-------------

[](#configuration)

In the `\config\dashboard.php` config file, you must add this configuration in the `tiles` key:

```
return [
    // ...
    'tiles' => [
        'youless' => [
            'url' => env('YOULESS_URL'),
            'refresh_interval_in_seconds' => 10,
        ],
    ],
];
```

In `app\Console\Kernel.php` you should schedule the `xibel\YoulessTile\Commands\FetchDataFromYoulessCommand` to run every `1` minute.

```
protected function schedule(Schedule $schedule)
{
    // Youless tile
        $schedule->command(\xibel\YoulessTile\Commands\FetchDataFromYoulessCommand::class)->everyMinute();

}
```

To fetch data from your Youless at lease once, run 'php artisan schedule:run'. Use a tool like supervisor to keep the scheduler running.

In the `.env` file, you must add the 'YOULESS\_URL' key and provide your Youless IP address or hostname:

```
YOULESS_URL=x.x.x.x
```

In your dashboard view you use the `livewire:youless-summary-tile` component.

```

```

Change log
----------

[](#change-log)

Please see [CHANGELOG](CHANGELOG.md) for more version information.

Credits
-------

[](#credits)

- [Xibel](https://github.com/xibel)
- [All Contributors](../../contributors)

License
-------

[](#license)

The MIT License (MIT). Please see [License File](LICENSE.md) for more information.

###  Health Score

26

—

LowBetter than 43% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity5

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity62

Established project with proven stability

 Bus Factor1

Top contributor holds 100% of commits — single point of failure

How is this calculated?**Maintenance (25%)** — Last commit recency, latest release date, and issue-to-star ratio. Uses a 2-year decay window.

**Popularity (30%)** — Total and monthly downloads, GitHub stars, and forks. Logarithmic scaling prevents top-heavy scores.

**Community (15%)** — Contributors, dependents, forks, watchers, and maintainers. Measures real ecosystem engagement.

**Maturity (30%)** — Project age, version count, PHP version support, and release stability.

###  Release Activity

Cadence

Every ~553 days

Total

3

Last Release

1017d ago

Major Versions

v1.0.0 → v2.0.02020-09-13

PHP version history (2 changes)v1.0.0PHP ^7.4

2.1PHP ^8.0

### Community

Maintainers

![](https://www.gravatar.com/avatar/e009e27eb0365ab30edec6778790abc51c3dcf0863ba6cd45480f496efaeec63?d=identicon)[Xibel](/maintainers/Xibel)

---

Top Contributors

[![Xibel](https://avatars.githubusercontent.com/u/5270541?v=4)](https://github.com/Xibel "Xibel (18 commits)")

---

Tags

laravellaravel-dashboardlaravel-dashboard-tilephpphplaravellaravel-dashboardlaravel dashboard tilexibellaravel-dashboard-youless-tileyoulessLS120

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/xibel-laravel-dashboard-youless-tile/health.svg)

```
[![Health](https://phpackages.com/badges/xibel-laravel-dashboard-youless-tile/health.svg)](https://phpackages.com/packages/xibel-laravel-dashboard-youless-tile)
```

###  Alternatives

[amranidev/laracombee

Recommendation system for laravel

11636.7k1](/packages/amranidev-laracombee)[wujunze/money-wrapper

MoneyPHP Wrapper

113.8k](/packages/wujunze-money-wrapper)

PHPackages © 2026

[Directory](/)[Categories](/categories)[Trending](/trending)[Changelog](/changelog)[Analyze](/analyze)
