Skip to content

Commit 4eb51f2

Browse files
author
=
committed
bumped version n umber to 0.8.0
1 parent 47c1775 commit 4eb51f2

File tree

2 files changed

+6
-8
lines changed

2 files changed

+6
-8
lines changed

README.md

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

33
This VenusOS Driver for GX devices 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

@@ -10,8 +10,6 @@ The following Victron dbus services are currently supported:
1010
- gps (com.victronenergy.gps._device_)
1111
- evcharger (com.victronenergy.evchgarger._device_)
1212

13-
**Please note: it is not recommended to install this driver on lower spec GX devices such as CCGX.**
14-
1513
## [How To Say Thanks](https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=R4Y63PPPD4CGG&source=url)
1614
If you find this driver useful and you want to say thanks, feel free to buy me a coffee using the "Thank You" link below.
1715

@@ -42,20 +40,20 @@ If you have not yet enabled root (superuser) access via SSH, follow the instruct
4240
```
4341
mkdir -p /data/drivers
4442
cd /data/drivers
45-
wget -O dbus-mqtt-devices.zip https://github.com/freakent/dbus-mqtt-devices/archive/refs/tags/v0.8.0-rc2.zip
43+
wget -O dbus-mqtt-devices.zip https://github.com/freakent/dbus-mqtt-devices/archive/refs/tags/v0.8.0.zip
4644
unzip dbus-mqtt-devices.zip
4745
```
4846

4947
3. Run the setup script
5048
```
51-
./dbus-mqtt-devices-0.8.0-rc2/bin/setup.sh
49+
./dbus-mqtt-devices-0.8.0/bin/setup.sh
5250
```
5351

5452
4. Check the contents of /data/rc.local to ensure the correct version starts automatically on reboot
5553
```
5654
# cat /data/rc.local
57-
/data/drivers/dbus-mqtt-devices-0.8.0-rc2/bin/setup-dependencies.sh
58-
ln -s /data/drivers/dbus-mqtt-devices-0.8.0-rc2/bin/service /service/dbus-mqtt-devices
55+
/data/drivers/dbus-mqtt-devices-0.8.0/bin/setup-dependencies.sh
56+
ln -s /data/drivers/dbus-mqtt-devices-0.8.0/bin/service /service/dbus-mqtt-devices
5957
```
6058

6159
5. Reboot device (recommended)

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
0.8.0-rc2
1+
0.8.0

0 commit comments

Comments
 (0)