Skip to content

Commit 267b31a

Browse files
author
=
committed
bump version to 0.6.5
1 parent 3650a66 commit 267b31a

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# dbus-mqtt-devices 0.6.5-rc3
1+
# dbus-mqtt-devices 0.6.5
22

33
This Venus GX Driver works in concert with the [Victron dbus-mqtt gateway](https://github.com/victronenergy/dbus-mqtt), now known as dbus-flashmq. It has been designed to allow Wi-Fi enabled edge devices (such as ESP32, some Arduino microcontrollers or Raspberry Pis) to self register to the dbus over MQTT. This avoids the need for additional dedicated custom drivers to be developed and deployed.
44

@@ -38,20 +38,20 @@ If you have not yet enabled root (superuser) access via SSH, follow the instruct
3838
```
3939
mkdir -p /data/drivers
4040
cd /data/drivers
41-
wget -O dbus-mqtt-devices.zip https://github.com/freakent/dbus-mqtt-devices/archive/refs/tags/v0.6.5-rc3.zip
41+
wget -O dbus-mqtt-devices.zip https://github.com/freakent/dbus-mqtt-devices/archive/refs/tags/v0.6.5.zip
4242
unzip dbus-mqtt-devices.zip
4343
```
4444

4545
3. Run the setup script
4646
```
47-
./dbus-mqtt-devices-0.6.5-rc3/bin/setup.sh
47+
./dbus-mqtt-devices-0.6.5/bin/setup.sh
4848
```
4949

5050
4. Check the contents of /data/rc.local to ensure the correct version starts automatically on reboot
5151
```
5252
# cat /data/rc.local
53-
/data/drivers/dbus-mqtt-devices-0.6.5-rc3/bin/setup-dependencies.sh
54-
ln -s /data/drivers/dbus-mqtt-devices-0.6.5-rc3/bin/service /service/dbus-mqtt-devices
53+
/data/drivers/dbus-mqtt-devices-0.6.5/bin/setup-dependencies.sh
54+
ln -s /data/drivers/dbus-mqtt-devices-0.6.5/bin/service /service/dbus-mqtt-devices
5555
```
5656

5757
5. Reboot device (recommended)

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
0.6.5-rc3
1+
0.6.5

0 commit comments

Comments
 (0)