Skip to main content

Query a Quantum Gateway

Project description

Query a Quantum Gateway

This library allows a Verizon FiOS Quantum Gateway to be queried. It uses the requests library to authenticate, log in, and query the web interface of the gateway.

Usage

from quantum_gateway import QuantumGatewayScanner

# Connect to gateway
gateway = QuantumGatewayScanner('192.168.1.1', 'your_password_here')

# Ensure successful connection
gateway.success_init

# Get list of all connected devices' MAC addresses
gateway.scan_devices()

# Get specific device's name
gateway.get_device_name('mac address of device here')

Thoughts

I have only tested on my own Verizon FiOS-provided gateway:

UI Version: v1.0.294
Firmware Version: 02.00.01.08
Model Name: FiOS-G1100
Hardware Version: 1.03

Please open a Github issue or reply to the Home Assistant forum post if you encounter any problems. Thanks!

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

quantum_gateway-0.0.3.tar.gz (5.2 kB view hashes)

Uploaded Source

Built Distribution

quantum_gateway-0.0.3-py3-none-any.whl (2.6 kB view hashes)

Uploaded Python 3

Supported by

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