ojooss/pluggit-api

package to interact with pluggit ventilation unit

Installs: 102

Dependents: 0

Suggesters: 0

Security: 0

Stars: 1

Watchers: 2

Forks: 0

Open Issues: 0

pkg:composer/ojooss/pluggit-api

2.2.0 2024-04-20 17:18 UTC

This package is auto-updated.

Last update: 2025-09-20 20:40:13 UTC


README

PHP package for pluggit ventilation units

how to use?

Have a look at sample.php for some ideas

docker

There is a docker-compose file with three services

  • sample
  • test
  • dev

We need customized image. Build like this:

docker-compose build

You can pass IP of ventilation unit by CLI parameter. On Linux run services like this:

PLUGGIT_IP=192.168.x.x docker-compose run --rm sample

On Windows run like this:

cmd /C "set PLUGGIT_IP=192.168.1.x && docker-compose run --rm sample"