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

Additional options for MPTT charge controller #8

Open
teamkde opened this issue Feb 13, 2023 · 5 comments
Open

Additional options for MPTT charge controller #8

teamkde opened this issue Feb 13, 2023 · 5 comments

Comments

@teamkde
Copy link

teamkde commented Feb 13, 2023

I tried to create a branch so I could push this directly. If you want to add it these are confirmed to pull the additional values from an MPPT charger.

enum VE_DIRECT_DATA {
	VE_DUMP = 0,
	VE_SOC,
	VE_VOLTAGE,
	VE_POWER,
	VE_CURRENT,
	VE_ALARM,
 	VE_VPV,
	VE_PPV,
	VE_LAST_LABEL,
};

const char ved_labels[VE_LAST_LABEL][VED_MAX_LEBEL_SIZE] PROGMEM = {
		"Dump",	// a string that won't match any label
		"SOC",
		"V",
		"P",
		"I",
		"VPV",
		"PPV",
		"Alarm",
};
@metrafonic
Copy link

Hey @teamkde i dont see your branch or pull request. Im thinking of doing the same thing for my smartsolar values

@metrafonic
Copy link

@teamkde see this repo for complete mppt use https://github.com/RickardPettersson/VictronVEDirectArduino

@metrafonic
Copy link

I ended up creating my own code which works wonders for me https://github.com/metrafonic/arduino-vedirect

@davidrfloydii
Copy link

I ended up creating my own code which works wonders for me https://github.com/metrafonic/arduino-vedirect

Does this work with SoftwareSerial or only hardware?

@metrafonic
Copy link

@davidrfloydii I will update it to support softwareserial

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

3 participants