Skip to main content

SpiderWire — SpiderFarmer GSS Modbus protocol library + gss-ctrl CLI

Project description

SpiderWire

PyPI Python License: MIT CI

Open Modbus RTU library and gss-ctrl CLI for the SpiderFarmer GSS peripheral bus (inline fans, CO₂ sensor, sensor hub, light driver). The OEM GSS hub is a Modbus RTU master over a proprietary RJ12 wire layout; SpiderWire replaces that hub so you can drive the bus from any host - locally, no cloud account.

Unofficial and experimental. This is an independent project with no affiliation, endorsement, or relationship with SpiderFarmer. It works on my hardware, but the GSS ecosystem ships in many hardware and firmware revisions - yours may behave differently or not work at all. Expect rough edges and verify behavior on your own bus before relying on it.

Two surfaces, one library:

Surface Role What ships with it
spiderwire Python package Transport, register map, tiered bus master bus.py, protocol.py, registers.py, transport.py
gss-ctrl CLI Test / ops / manual control over USB-RS485 gss-ctrl scan / poll / read / write / fan / blower / light

A companion Home Assistant integration is under spiderfarmer-ha.

Hardware

See ./docs/hw-notes.md for more details on how to connect to the bus.

Usage

You can use it independently as a controller and a reader from the bus

asciicast

It is also possible to just sniff the bus with GSS connected to see what is happening but as expecteed there will be quite a few CRC error with 2 devices polling on the same bus.

asciicast

Install

From PyPI (recommended):

pip install spiderwire

From source (for development):

git clone https://github.com/1am/spiderwire.git
cd spiderwire
uv sync                        # installs runtime + dev tools (pytest, ruff, build, twine)
# or, with pip:
pip install -e .
pip install pytest ruff build twine

Requires Python 3.10+ and a USB-RS485 adapter (pyserial is the only runtime dependency).

CLI quickstart

make scan    PORT=/dev/ttyUSB0        # discover devices on the bus
make poll    PORT=/dev/ttyUSB0        # master mode: tiered poll + heartbeat
make read    PORT=... ADDR=0x0A QTY=28
make fan     PORT=... ADDR=0x04 SPEED=15
make light   PORT=... PCT=50
make blower  PORT=... PCT=40

Without the OEM GSS hub on the bus, gss-ctrl poll takes over master duties: tiered polling (~1 s fast, ~2.5 s actuators, ~7 s scan) plus the setpoint heartbeat broadcast (~3.5 s), matching the OEM cadence peripherals expect.

Full CLI: gss-ctrl --help. Commands: scan, poll, read, write, fan, blower, light.

Library use

from spiderwire import BusMaster, RS485Transport

with RS485Transport("/dev/ttyUSB0", baudrate=115200) as tx:
    bus = BusMaster(tx)
    bus.poll_loop(interval=1.0, callback=print)

See src/spiderwire/bus.py for the tiered scheduler, src/spiderwire/registers.py for the per-device register map, and src/spiderwire/transport.py for the RS-485 framer.

Layout

spiderwire/
├── src/
│   ├── spiderwire/              Python package (lib)
│   │   ├── bus.py               tiered master + heartbeat scheduler
│   │   ├── protocol.py          Modbus RTU framing + CRC
│   │   ├── registers.py         per-device register map + decoders
│   │   └── transport.py         RS-485 framer over pyserial
│   └── gss_ctrl_pc/             gss-ctrl CLI (stand-in for the OEM master)
├── tests/                       pytest suite (no hardware required)
├── docs/                        protocol + device map reference
├── pyproject.toml               builds the `spiderwire` wheel + `gss-ctrl` script
└── Makefile                     dev shortcuts

Docs

License

Copyright (c) 2026 1AM

Released under the MIT License - free to use, modify, and distribute, including in commercial and closed-source products. The only requirement is that the copyright notice and license text are preserved in copies or substantial portions of the software.

Disclaimer

This software is provided "as is", without warranty of any kind, express or implied, including but not limited to the warranties of merchantability, fitness for a particular purpose, and non-infringement.

This project interacts with mains-powered grow equipment over an RS-485 bus. Incorrect wiring, miswired connectors, unsupported devices, or misuse of the protocol can damage hardware, void manufacturer warranties, cause fire, or result in personal injury. You are solely responsible for verifying the correctness of your wiring, your device configuration, and the commands you send.

In no event shall the author or contributors be liable for any direct, indirect, incidental, special, exemplary, or consequential damages - including but not limited to damage to equipment, crops, property, or persons - arising from the use of, or inability to use, this software.

Use at your own risk.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

spiderwire-0.1.0.tar.gz (3.4 MB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

spiderwire-0.1.0-py3-none-any.whl (24.6 kB view details)

Uploaded Python 3

File details

Details for the file spiderwire-0.1.0.tar.gz.

File metadata

  • Download URL: spiderwire-0.1.0.tar.gz
  • Upload date:
  • Size: 3.4 MB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.2.0 CPython/3.12.8

File hashes

Hashes for spiderwire-0.1.0.tar.gz
Algorithm Hash digest
SHA256 81e0266aa8341a9e3bdcb24207040a46414d1513ba0289d543952cc292d6b2fd
MD5 b85ee445bc9b4c43a59c48919626848f
BLAKE2b-256 af5c068573e739b7c020b7ff49824ea6d22c73de3798c3ab84c3ff1e77c3a1e0

See more details on using hashes here.

File details

Details for the file spiderwire-0.1.0-py3-none-any.whl.

File metadata

  • Download URL: spiderwire-0.1.0-py3-none-any.whl
  • Upload date:
  • Size: 24.6 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.2.0 CPython/3.12.8

File hashes

Hashes for spiderwire-0.1.0-py3-none-any.whl
Algorithm Hash digest
SHA256 a1ab32c2ab9749ddd45acf269be66f29b0563764c7e7e844fc6a3b68f4b10823
MD5 3d21be869d4ac4a0e676d9ed772cb652
BLAKE2b-256 8f0938835541b932204e10e79ab4fea9381a8a0eab7a8f9323569224dbb0fc64

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page