Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Working here #8

Open
hamanjam opened this issue Mar 7, 2022 · 8 comments
Open

Working here #8

hamanjam opened this issue Mar 7, 2022 · 8 comments

Comments

@hamanjam
Copy link

hamanjam commented Mar 7, 2022

Not an issue but a testimony that I was able to pull data from a Renogy Rover Elite 40 using a modified copy of the Wanderer script (my modbus address was 16) Also made a splitter to use the BT-2 along side the Pi connection

1
3
4

@hamanjam
Copy link
Author

hamanjam commented Mar 24, 2022

Now that I'm further into the build, I've set up to store a year's worth of data which should only take up a couple GB since I've pretty much cut out all node_exporrter stats but this. I'm pulling quite a bit of data from the Renogy Rover Elite on the Pi and with my splitter, I can still use the BT-2 module and Renogy's app.

I did buy a cable from Renogy which is a pre-built USB->RJ45 cable and it works the same as the spliced cable (I just wanted to test the pretty cable)

@BarkinSpider
Copy link
Owner

BarkinSpider commented Mar 24, 2022 via email

@hamanjam
Copy link
Author

To be able to pull data, I had to change the bus ID. I started with the RenogyWanderer script and modified the address to 16:

renogy = minimalmodbus.Instrument(devName, 16)

I did change the output location to the default node_exporter location and added a number of other data points I found in the Renogy documentation. (Just pulling a bunch of extra stuff because i like data)

@hamanjam
Copy link
Author

hamanjam commented Mar 24, 2022

Here is my current dashboard (It's midnight here so it looks empty) I'm working on pulling data from a BME280 temp/humidity/pressure sensor as well so there is some "no data" fields. It's been raining for 2 days so stats look horrible. I've also purged data from time to time since this is still work in progress

image

@hamanjam
Copy link
Author

I'm sure there will be more edits, but here you go
:
Renogy_Rover_Elite.txt

@BarkinSpider
Copy link
Owner

BarkinSpider commented Mar 24, 2022 via email

@hamanjam
Copy link
Author

hamanjam commented Mar 25, 2022

My only issue for not using ramdisk is the data retention long term beyond reboots. My intention is to keep this data long term (testing with a 1yr retention or prometheus data) so saving the data to the SD card is the route I'm using. I've had no issues writing and wasn't aware there was a concern. I am running this on a 128Gb MicroSD card.

@BarkinSpider
Copy link
Owner

BarkinSpider commented Mar 25, 2022 via email

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants