文件名称:solax::sun_with_face:Solax逆变器API包装器
文件大小:13KB
文件格式:ZIP
更新时间:2024-03-19 00:11:44
home-automation raspberry-pi iot photovoltaic solar
索拉克斯 从Solax太阳能逆变器上的实时API读取能源使用数据。 实时功率,电流和电压 电网电量信息 电池电量 温度和逆变器的健康状况 每日/总能量汇总 用法 pip install solax 然后从您的项目中: import solax import asyncio async def work(): r = await solax.real_time_api('10.0.0.1') return await r.get_data() loop = asyncio.new_event_loop() asyncio.set_event_loop(loop) data = loop.run_until_complete(work()) print(data) 确认支持的逆变器 这些逆变器已经过测试,并确认可以正常工作。 如果您的逆变器未在下面列出,则该库仍可工作-
【文件预览】:
solax-master
----setup.py(800B)
----.gitignore(47B)
----LICENSE(1KB)
----.github()
--------workflows()
----README.md(1005B)
----tests()
--------conftest.py(219B)
--------test_vol.py(501B)
--------__init__.py(0B)
--------samples()
--------test_solax.py(1KB)
--------test_smoke.py(1KB)
--------test_base_inverter.py(592B)
--------test_discovery.py(623B)
--------fixtures.py(12KB)
----solax()
--------__init__.py(1KB)
--------inverter.py(12KB)