freakent/dbus-mqtt-devices

humidity

Closed this issue · 3 comments

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 ?

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

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

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.