michnovka / openwebnet-php
A PHP library to allow Bticino OpenWebNet protocol control
v1.1.0
2024-07-08 20:56 UTC
Requires
- php: >=8.2
- ext-sockets: *
Requires (Dev)
- slevomat/coding-standard: ^8.14
- squizlabs/php_codesniffer: ^3.10
- vimeo/psalm: ^5.25
- wp-coding-standards/wpcs: ^3
This package is auto-updated.
Last update: 2025-06-08 22:50:30 UTC
README
This library aims to wrap basic OPENWebNet functionality for Bticino products in PHP
Requirements
- PHP 8.2+
- SOCKET extension
- OPEN Gateway (tested with MH202, but any such as F454 or F420 should work)
Supported Features
- Lights
- Door lock (open doors only)
- Automation (Basic actuator)
- Scenarios (Virtual button press)
Known limitations (to be implemented)
- Automation only works with basic actuator
- Only fetching of temperature - no setting
- no more advanced Virtual button press types (short press, extended press, etc.)