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

New Device: JSON for imitating a Orion XS #1357

Open
ak68-hub opened this issue Oct 4, 2024 · 0 comments
Open

New Device: JSON for imitating a Orion XS #1357

ak68-hub opened this issue Oct 4, 2024 · 0 comments

Comments

@ak68-hub
Copy link

ak68-hub commented Oct 4, 2024

Hallo together,

I´m using the following JSON`s to imitate a Battery/ Solar at Venus OS using the following scripas:
https://github.com/mr-manuel/venus-os_dbus-mqtt-battery?tab=readme-ov-file
https://github.com/mr-manuel/venus-os_dbus-mqtt-solar-charger

enphase/battery:
{
"Dc": {
"Power": 0,
"Voltage": 15,
"Current": 0
},
"Soc": 100
}

topic/path/to/dc/pv/json:
{
"Pv": {
"V": 21.34
},
"Yield": {
"Power": 0
},
"Dc": {
"0": {
"Current": 0,
"Voltage": 14.98
}
}
}

this works perfectly:

image

Now I would like to imitate a Orion XS (mqtt-dates from a votronic booster !)
Does anybody know, WHERE (path ?) and HOW (format ?) to send the JSON-File ?

I´ve tested that- but it seems not to be correct:
topic/path/to/dc/dc/json
{
"Dc": {
"0": {
"Current": 0,
"Power": 0,
"Voltage": 15.03
},
"1": {
"StVoltage": 14.76
}
}
}

How can I add a device manually ?

image

Must I use the https://github.com/victronenergy/dbus-flashmq for that additionally?

Thank you
Andreas

@ak68-hub ak68-hub changed the title JSON for imitating a Orion XS New Device: JSON for imitating a Orion XS Oct 4, 2024
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

1 participant