Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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.

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 Smobot

async 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/