-
Notifications
You must be signed in to change notification settings - Fork 20
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
Full integration with the new Home Assistant 'Energy' tab #59
Comments
Yay - great idea! |
sudo apt install -y mosquitto mosquitto-clients just read this in the comments of the perl script. definitely missed that. also now the sun is down i think i'm missing the light too. |
I am going on holiday, so I will have time to tinker, can you please guide me, what additional integration you would like with home assistant? @solmoller |
nice, that will break my new pv connected widget but its a better way to have it. @nagydavid Any chance you could have a look at the multiple inverters bug for totals? I have got a 3rd eversolar inverter on the way so will be able to test with all 3 eventually |
Well I only have one inverter, but if you manage to print out the inverters value into a json I will be able to look into it. @solmoller Any suggestions to do that? |
I'll look at it when other projects permit :-) |
i need to look in to that it was long time ago |
I Think it had something to do with the formatting of the timestamp, currently it's something like: I've already tried that, but not with any succes.. |
@nagydavid
Or But none of this gets the status in Home assisant other than "Unknown" Do you have any idea in what direction I should look? |
I just checked my code, and it runs as intended #Update |
@nagydavid Thank you so much!! I think you still need to remove all the extra + symbols.. |
can you be more specific about the symbols? |
@nagydavid If you look at eversolar-monitor/eversolar.pl Line 1265 in 81898e6
You can see that you've added the + symbols to the code. |
@Timdebruijn it is fixed. |
I just looked at this today, and my data is present i HA, but not on the energy Dashboard. |
@solmoller If you r using the mqtt integration then PV Total Energy Production adheres to the requirements regarding device_class and state_class. So if you add that entity to ur dashboard it should work. |
Hi Guys, @nagydavid and @Timdebruijn Could some of you make a pastebin of the changes to the ini file, and maybe discribe the setup of mosquito MQTT broker, so it is easier for people like me to follow in your foot steps and start improving on what has already been created? Would be highly appreciated. Thanks :) |
GitHub can compare the file versions for you :-)
Br Henrik
tors. 2. maj 2024 22.21 skrev tobiasnorbo ***@***.***>:
… Hi Guys, @nagydavid <https://github.com/nagydavid> and @Timdebruijn
<https://github.com/Timdebruijn>
Could some of you make a pastebin of the changes to the ini file, and
maybe discribe the setup of mosquito MQTT broker, so it is easier for
people like me to follow in your foot steps and start improving on what has
already been created?
Would be highly appreciated.
Thanks :)
—
Reply to this email directly, view it on GitHub
<#59 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AAQL6ED7TOGISOGPQNNLJNDZAKN6DAVCNFSM5Y4MA6L2U5DIOJSWCZC7NNSXTN2JONZXKZKDN5WW2ZLOOQ5TEMBZGE2DQOJWHA4A>
.
You are receiving this because you were mentioned.Message ID:
***@***.***>
|
@tobiasnorbo it is written in your error message: update or do the fix missing. By the way if you have some linux related problem, try chatgpt it is quite good pointing you the answer. Just copy the full answer and it will tell you in detail, what you should do. |
Just an update for anybody getting to this point as well. If you consider using the software in HA, then you cannot use the img file. You will need an up to date OS. Therefore I will suggest to run it on a PC, that are also running your HA instance or a newer RPI, since you need to go through the full process anyways, if you wish to go for HA integration. If you do this, please consider making a img file for a newer RPI, which can be used for future users of the software. I'm not sure people will go for a RPI2 in the future, knowing this, so I will not make an img file for my RPI2 setup, when it is up and running. |
The integration to HA is good, but we should look into a full and automated integration
The text was updated successfully, but these errors were encountered: