PyViCare:使用Python库访问Viessmann ViCare API

时间:2021-05-04 12:52:10
【文件属性】:
文件名称:PyViCare:使用Python库访问Viessmann ViCare API
文件大小:98KB
文件格式:ZIP
更新时间:2021-05-04 12:52:10
Python PyViCare 实现与Viessmann ViCare API进行交互的对象。 OAuth2身份验证令牌可以选择存储在要重用的文件中。 令牌会自动更新。 通过API可以从应用程序中删除一些不错的功能(舒适和省电模式)。 版本0.1.0 请注意,版本0.1.0确实会破坏一些内容。 ViCareSession现在已删除。 现在,您可以使用以下对象: from PyViCare . PyViCareDevice import Device # generic device from PyViCare . PyViCareGazBoiler import GazBoiler # gaz boiler from PyViCare . PyViCareHeatPump import HeatPump # heat pump 设备功能/错误 视设备而定,某些功能不可用/不支持。 如果调用专用方
【文件预览】:
PyViCare-master
----.gitattributes(66B)
----PyViCare()
--------PyViCareOilBoiler.py(931B)
--------PyViCareService.py(10KB)
--------PyViCareGazBoiler.py(6KB)
--------PyViCareInstallation.py(56B)
--------Feature.py(369B)
--------__init__.py(129B)
--------PyViCareGateway.py(47B)
--------PyViCareCachedService.py(2KB)
--------PyViCare.py(2KB)
--------PyViCareFuelCell.py(15KB)
--------PyViCareHeatPump.py(3KB)
--------PyViCareDevice.py(13KB)
----.github()
--------workflows()
----requirements.txt(35B)
----LICENSE(11KB)
----setup.py(788B)
----README.md(3KB)
----tests()
--------response_Vitocal200.json(711KB)
--------response_Vitodens111W.json(185KB)
--------helper.py(261B)
--------test_GenericDevice.py(2KB)
--------test_Vitodens111W.py(2KB)
--------ViCareServiceMock.py(892B)
--------__init__.py(63B)
--------response_Vitodens222F.json(677KB)
--------response_rate_limit.json(381B)
--------test_PyViCareExceptions.py(622B)
--------test_VitovalorPT2.py(761B)
--------test_Vitocal200.py(2KB)
--------test_Vitodens222F.py(3KB)
--------response_VitovalorPT2.json(689KB)
----.gitignore(1KB)

网友评论