Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

pyinsteon

Package Overview
Dependencies
Maintainers
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

pyinsteon

Open-source Insteon home automation module running on Python 3.

  • 1.6.3
  • PyPI
  • Socket score

Maintainers
1

This is a Python package to interface with an Insteon Modem. It has been tested to work with most USB or RS-232 serial based devices such as the 2413U <https://www.insteon.com/powerlinc-modem-usb>, 2412S <https://www.insteon.com/powerlinc-modem-serial>, 2448A7 <http://www.insteon.com/usb-wireless-adapter>__ and Hub models 2242 <https://www.insteon.com/support-knowledgebase/2014/9/26/insteon-hub-owners-manual>__ and 2245 <https://www.insteon.com/insteon-hub/>__. Other models have not been tested but the underlying protocol has not changed much over time so it would not be surprising if it worked with a number of other models. If you find success with something, please let us know.

This pyinsteon package was created primarily to support an INSTEON platform for the Home Assistant <https://home-assistant.io/>__ automation platform but it is structured to be general-purpose and should be usable for other applications as well.

Requirements

  • Python 3.9, 3.10 or 3.11, 3.12
  • Posix or Windows based system
  • Some form of Insteon PLM or Hub
  • At least one Insteon device

Installation

You can, of course, just install the most recent release of this package using pip. This will download the more recent version from PyPI <https://pypi.python.org/pypi/pyinsteon>__ and install it to your host.

::

pip install pyinsteon

If you want to grab the the development code, you can also clone this git repository and install from local sources:

::

cd pyinsteon
pip install .

Keywords

FAQs


Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc