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

what to send over mqtt??? #3

Open
fvanriet opened this issue Apr 7, 2024 · 2 comments
Open

what to send over mqtt??? #3

fvanriet opened this issue Apr 7, 2024 · 2 comments

Comments

@fvanriet
Copy link

fvanriet commented Apr 7, 2024

hello alessandro.
what do you send to the mqtt topic???
is it only a number or more????

and the topic , where you send the gridpower from the shellie to, is it

shellies/contatore/emeter/0/power

i have tried it butt cant get the growatt to respond.
connections on pin 7 en 8.

i have tested with an eastron sdm230 and the growatt works with that.

thanks in advance

@alessandromatera
Copy link
Owner

Hi fvanriet, I'm having trouble understanding your question.
In my case I have the following scheme:
1 shelly EM as a standalone device which shares the power reading from the grid via mqtt. To do so it is connected to a mqtt broker (in my case a raspberry pi). Basically the shelly is continuously broadcasting the power reading through mqtt with the topic that in my case is shellies/contatore/emeter/0/power. Take in mind that "contatore" is the name I gave to my shelly device. In your case should be shellies/device_name/emeter/0/power

Next I have an esp which is connected via RS485 to the growatt and via mqtt to the broker in order to get the grid readings.
So, the esp device get the power readings from the mqtt broker (following the same topic of the shelly device) and then forward the information through RS485 to the inverter.

Hope it helps.

@fvanriet
Copy link
Author

fvanriet commented Apr 9, 2024

hello alessandro,

i don't have a shellie. but if i send a number to the mqtt shellies/contatore/emeter/0/power , from another meter it schould work to?

i see the numbers comming in on the esp true serial.
but the growatt inverter doesn't react on the numbers i have send, he is not limmitting the power.

the esp rs485 is connected on the limmitting A en B from growatt.
where normally you connect the limmitting meter from eastron.

the schellies are they only sending a number like 220 for power consumption or do they send something else also.

i have tried to send power consumption true node red to the mqtt, from another meter but the growatt keeps putting way more power out.

so the question is what is the schellie sending after the "shellies/contatore/emeter/0/power" what is the payload and the type.
do you know that?

already a great thanks for you're answer.

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