Skip to main content

Communicate with Simarine devices using asyncio and Python

Project description

spymarine

A library for spying on Simarine devices and their sensor values using asyncio and Python

Based on the fantastic reverse engineering work of https://github.com/htool/pico2signalk

Only tested with Simarine Pico rev2

Library Installation

pip install spymarine

Getting Started

Make sure your Simarine device is configured to use AP or STA Wifi mode. It's not possible to connect via a local network while in REMOTE mode.

Run the following code on the same network that the Simarine device is connected to:

import asyncio
import spymarine

async def main():
    # Print all devices and their latest sensor values every second
    async with spymarine.DeviceReader() as reader:
        while True:
            await reader.read_sensors()
            print(reader.devices)
            await asyncio.sleep(1)

if __name__ == "__main__":
    asyncio.run(main())

Troubleshooting

Q: DeviceReader is stuck while establishing a connection when using STA Wifi mode

  • Switch into AP Wifi mode and connect to the Wifi
  • Use reader.write_devices_cache(path) to create a devices cache
  • Construct a DeviceReader and using the devices_cache_path argument while in STA Wifi mode
  • See the Devices Cache Example

Note that the cache needs to be regenerated if any hardware of app configuration change.

Known Issues

  • Non-ASCII characters in device names will not be represented correctly and replaced with a placeholder. A non-standard encoding seems to be used.

Author

Christopher Strack

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

spymarine-0.4.1.tar.gz (10.4 kB view details)

Uploaded Source

Built Distribution

spymarine-0.4.1-py3-none-any.whl (12.3 kB view details)

Uploaded Python 3

File details

Details for the file spymarine-0.4.1.tar.gz.

File metadata

  • Download URL: spymarine-0.4.1.tar.gz
  • Upload date:
  • Size: 10.4 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: poetry/1.7.1 CPython/3.12.2 Linux/6.2.0-1019-azure

File hashes

Hashes for spymarine-0.4.1.tar.gz
Algorithm Hash digest
SHA256 633965ae4e7b23fe8779434d67fdc418ebd9b8bd997abe863aa8340fee237ba1
MD5 37d49a179fb189fe491329c1f609526a
BLAKE2b-256 21ddec8f9536e4f0a15c746058d0ef26a027c7180bbc86690412f1f0987a3638

See more details on using hashes here.

File details

Details for the file spymarine-0.4.1-py3-none-any.whl.

File metadata

  • Download URL: spymarine-0.4.1-py3-none-any.whl
  • Upload date:
  • Size: 12.3 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: poetry/1.7.1 CPython/3.12.2 Linux/6.2.0-1019-azure

File hashes

Hashes for spymarine-0.4.1-py3-none-any.whl
Algorithm Hash digest
SHA256 177ba4647178c2618966359d5a98d1e0f7ea0521bd1e92521df51364d6ba98f4
MD5 1d5933f310b688966f0f5019c712bf96
BLAKE2b-256 f3c22dd5925a8d8fcbd29a6c1f65ebcd446d3923c42a650522ee7a918232d03e

See more details on using hashes here.

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