Skip to content

r1b4z01d/Airmar-150WXS-to-MQTT

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 

Repository files navigation

Airmar 150WX Python script for home assistant with mqtt autodiscovery

Python script that runs on any linux machine, it uses USB to listen to the airmar and parses that data and pushes it to MQTT. If you have home assistant auto discovery will work for this.

Requirments

sudo apt install python3-nmea2 python3-serial python3-paho-mqtt

Installation

  1. sudo mkdir /opt/airmar_reader
  2. sudo mv /path/to/airmar_reader.py /opt/airmar_reader/
  3. sudo chmod +x /opt/airmar_reader/airmar_reader.py
  4. sudo nano /etc/systemd/system/airmar_reader.service
  5. sudo systemctl daemon-reload
  6. sudo systemctl enable airmar_reader.service
  7. sudo systemctl start airmar_reader.service

About

Airmar 150WXS to MQTT

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages