You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+5-4Lines changed: 5 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -6,12 +6,13 @@
6
6
7
7
> Transform your boat's NMEA 2000 network into powerful Home Assistant sensors instantly!
8
8
9
-
A Home Assistant integration that brings marine data to your smart home. Automatically detect and convert NMEA 2000 messages into Home Assistant sensors with zero configuration. Works with both USBand TCP CAN bus gateways. Based on pure Python NMEA 2000 [package](https://pypi.org/project/nmea2000/) built over [canboat](https://github.com/canboat/canboat) database.
9
+
A Home Assistant integration that brings marine data to your smart home. Automatically detect and convert NMEA 2000 messages into Home Assistant sensors with zero configuration. Works with USB, TCP, and python-can CAN bus gateways. Based on pure Python NMEA 2000 [package](https://pypi.org/project/nmea2000/) built over [canboat](https://github.com/canboat/canboat) database.
10
10
11
11
## ✨ Features
12
12
13
13
-**Plug & Play** - Automatic sensor creation from detected messages
14
14
-**USB gateways**: CANBUS USB devices like [Waveshare USB-CAN-A](https://www.waveshare.com/wiki/USB-CAN-A)
15
+
-**CAN adapter gateways**: Any generic USB or SocketCAN device supported by [python-can](https://python-can.readthedocs.io/) (e.g. Canable, Seeedstudio, SocketCAN on Linux/Raspberry Pi)
@@ -25,7 +26,7 @@ A Home Assistant integration that brings marine data to your smart home. Automat
25
26
26
27
### Prerequisites
27
28
- A working Home Assistant installation
28
-
- NMEA 2000 network with compatible gateway (USB or TCP)
29
+
- NMEA 2000 network with compatible gateway (USB, CAN adapter, or TCP)
29
30
30
31
31
32
### 🛠 Option 1: Installation via HACS
@@ -50,8 +51,8 @@ Restart Home Assistant when prompted.
50
51
1. Go to Settings → Devices & Services → + Add Integration and search for NMEA 2000. Or, press the link below:
51
52
[](https://my.home-assistant.io/redirect/integration/?domain=nmea2000)
52
53
2. Click the **ADD HUB** button
53
-
3. Choose a name and if the gateway is USB or TCP one.
54
-
4. Based on the gateway type choose how to connect to it (USB port or TCP IP and port)
54
+
3. Choose a name and select the gateway type: USB, TCP, or CAN.
55
+
4. Based on the gateway type, configure connection parameters (USB port, TCP IP/port, or CAN interface/channel/bitrate)
55
56
2.**Customize**: Choose what PGNs to monitor and in what cadance you want the updates
0 commit comments