Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/eavanvalkenburg/smobot
Package to interface with the Smobot device.
https://github.com/eavanvalkenburg/smobot
aiohttp aiohttp-client asyncio bbq biggreenegg kamado python smobot
Last synced: 6 days ago
JSON representation
Package to interface with the Smobot device.
- Host: GitHub
- URL: https://github.com/eavanvalkenburg/smobot
- Owner: eavanvalkenburg
- License: mit
- Created: 2020-06-04T07:24:23.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2023-03-28T09:20:55.000Z (over 1 year ago)
- Last Synced: 2024-10-28T20:20:16.943Z (about 2 months ago)
- Topics: aiohttp, aiohttp-client, asyncio, bbq, biggreenegg, kamado, python, smobot
- Language: Python
- Size: 105 KB
- Stars: 4
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.rst
- Changelog: CHANGELOG.rst
- License: LICENSE.txt
Awesome Lists containing this project
README
======
smobot
======Python package to interface with the Smobot_ device using asynchronous http (aiohttp).
Description
===========Currently only implements the local api, which just needs a IP address.
.. code-block:: python
import asyncio
from smobot import Smobotasync def main(ip):
smobot = Smobot(ip)
print(await smobot.status)
await smobot.close()if __name__ == "__main__":
loop = asyncio.get_event_loop()
loop.run_until_complete('192.168.4.1')Note
====This project has been set up using PyScaffold 3.2.3. For details and usage
information on PyScaffold see https://pyscaffold.org/... _Smobot: http://smobot.com/