freakent / dbus-mqtt-devices

A driver for Victron VenusOS GX devices to support use of dbus-mqtt/flashmq-mqtt
MIT License
111 stars 24 forks source link

humidity #46

Closed tumekee closed 1 year ago

tumekee commented 1 year ago

would appear that humidity is no longer and option ? was having a look at this https://github.com/victronenergy/venus/wiki/dbus#temperatures and appears they have closed it off to Ruvvie only ?

tumekee commented 1 year ago

sorry no it works... i was using W//temperature/1/Temperature & W//Humidity/1/Humidity, when it should just be W//temperature/1/Temperature W//temperature/1/Humidity

freakent commented 1 year ago

Glad you figured it out. There are some examples in the test-data folder. Is it just the formatting on here or do you have two slashes "/" after the W? There should only be a single slash.

W//temperature/1/Temperature 
W//temperature/1/Humidity

Should be

W/<vmrid>/temperature/1/Temperature 
W/<vrmid>/temperature/1/Humidity
tumekee commented 1 year ago

After much head bashing - yes ! $5 esp8622 + $40 hydrostatic sensor is much better than paying for the $200 victron tank sensor ! The VRM id goes between the // I added this in my comment but for some reason it won’t show up.