Skip to content
This repository has been archived by the owner on May 28, 2024. It is now read-only.
/ AISmartHome Public archive

Decodes AIS packets then gives home assistant a nice rest API to interact with.

License

Notifications You must be signed in to change notification settings

hurricanepkt/AISmartHome

Repository files navigation

AIS Smart Home - AISmartHome

Decodes AIS packets then gives home assistant a nice rest API to interact with.

Installation

Using docker compose

    AISmarthome:
        container_name : AISmarthome
        image: markgreenway/aismarthome:latest
        ports:
            - 8082:80
            - "10111:10110/udp"
        restart: always
        volumes:
            - /AppData/aismarthome:/Data

Source Code

github.com/hurricanepkt/AISmartHome

Contributing

Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.

Please make sure to update tests as appropriate.

TODO

  • get it deploying amd64 as well as arm64
  • integrate into balena app
  • build for hacs

License

MIT