e00ax/php-sh

There is no license information available for the latest version (dev-master) of this package.

Minimalistic Laravel smarthome

Maintainers

Details

github.com/e00ax/php-sh

Source

Issues

Installs: 2

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 1

Forks: 0

Open Issues: 0

Language:Blade

Type:project

dev-master 2020-11-01 23:26 UTC

This package is not auto-updated.

Last update: 2024-05-28 08:04:50 UTC


README

!!!Development status:

Package is currently in Development status. Bugs may occur, library may be unstable, API may be changed anytime.

Prequisites:

This smarthome needs a very specific enviroment, sorry if it doesn't match yours.

  • Philips Hue bridge.
  • Philips Hue developer id and token for the bridge.
  • Nuki lock (or more) + bridge.
  • Nuki id and developer token.
  • Pigpiod must be running.
  • Pi (or zero pi) with a lamp enviroment and a relais card for the door.
  • Pi (or zero pi) with a lamp enviroment and a relais card for the Atmotec gas boiler.
  • A blank laravel project (anything else doesn't make sense)

Of course everything must be setup and ready!

Installation:

Package may be installed using Composer:

composer require e00ax/php-sh

Add the ServiceProvider in config/app.php:

E00ax\Sh\ShServiceProvider::class

And publish with:

php artisan vendor:publish --provider=E00ax\Sh\ShServiceProvider

To Do:

  • Use laravel session managment
  • Implement auth middleware

This frontend has no security features since it is intended to run in a seperate enviroment!

Sorry, no further documentation available yet!