Did you connect the plenticore with Ethernet to the raspi or is it over WiFi?
Still waiting for my installation, but it will be with the kostal smart energy meter. Did anybody have a look how to tap into its values? I saw that it works with modbus on tcp.
My Plenticore is conneced via ethernet to my smarthome network.
I have also such a energy meter. Its from B-control.
I also tried to get those data but I missed the battery data and thats why I started with the integration of the inverter.
I started with Modbus integration, because of the lack of something better. You can try it, but there is no reason to not use the inverters API values IMO:
For me yes. Every device is connected via Ethernet. There is also an additional RS485 Connection between the Inverter and the Smart Meter (which is probably not needed, but then we are independend from the Network).
exactly. The Inverter gets many information over that serial connection. Ethernet is optional for operation.
It is just for Update/Configuration or Monitoring reasons
Hey, your integrations seems great! I do have some questions tho:
Does it support battery?
Do you maintain the integration?
How about security? I’m generally quite mindful about security and not breaking anything. I know that the modbus(tcp) interface of the plenticore is read only so there is no chance of breaking anything!
=> Is there any advantage to using modbus?
Sorry if this seems rude, but I don’t want to mess around when it comes to such expensive equipment!
yes it supports batterys.
I maintain it (help is always appreciated), I use it myself.
This component dose not use Modbus. It uses the web API (same as the webside). It just dose the authentication and reads the values. It can not break anything.
There is no cloud involved, all your data stay local. But the traffic is http, so its not encrypted.
I personaly use a seperate VLAN for my HA instance and my solar stuff and clients can only connect to HA. Internet connection is also prohibited for my smarthome networks.
In that case I’m going to give it a try because it sounds really interesting and well made. I personally do not use a VLan as my infrastructure unfortunately doesn’t support it, maybe later on. As for help in developing I would be glad to help, altough I know python and actually use it myself I honestly don’t really like it xD
Are you still trying to make it an official integration? Just out of curiosity
yes. I would like to. But at the moment I have not so much time to work on it.
But before, I would like to make it async. But I dont really know how to do it.
I hope I can get it to one of the higher scores.
Hi Lukas,
thanks for making this.!
Now I managed to setup HACS and added your integration but then I add the sensor:
and check the config I get the following error.
Invalid config for [sensor]: required key not provided @ data[‘platform’]. Got None. (See /config/configuration.yaml, line 44).
what i’m I doing wrong…
HASSOS (odroid-C2 image) Home Assistant 0.113.3
regards. Arnold
Ok asked to fast!!
Used that sensor: !include sensors.yaml method.
and had sensor: still in that file, alo needed to reformat the sensors.yaml file.
So forget my question.
Ok is not working for my inverter:
Powerstocc Excellent 5.5
Hi Lukas,
the darker days showed up, that the smart battery control isn’t working very well.
In order to minimize the losses on behalf of delayed battery charging, I deactivated smart battery control.
Do you think it would be possible to get a handle out of HA to activate or deactivate this option?