jas-n/geohome

GeoHome PHP库

维护者

详细信息

github.com/Jas-n/GeoHome

源代码

问题

安装: 0

依赖: 0

建议者: 0

安全: 0

星标: 0

关注者: 1

分支: 0

公开问题: 0

类型:项目

dev-main 2022-12-14 18:13 UTC

This package is auto-updated.

Last update: 2024-09-14 21:36:32 UTC


README

先决条件

  1. Wi-Fi模块
  2. 在...上的账户

安装

// Composer安装

原始用法

<?php

use Jasn\GeoHome\GeoHome;

include('vendor/autoload.php');

$username = 'username'; // Your account username, commonly your email
$password = 'password'; // Your account password

$GeoHome = new GeoHome($username, $password);

$electricity_usage = $GeoHome->getMeterReadings('Electricity')->getFormattedUsage();

// Prints #,###w (E.g. 1,234w) where w = watts
print_r($electricity_usage);

用法文档

请参阅Wiki以获取详细的用法文档