Page 1 of 7

SmartEvse support

Posted: Monday 16 December 2019 9:47
by Sappien
Are there more Domoticz users with a SmartEVSE controller? And if yes, are you already controlling it with Domoticz?

Re: SmartEvse support

Posted: Sunday 18 October 2020 11:06
by Wiljums
I'm interested in this as well. Any progress on your side?

Re: SmartEvse support

Posted: Thursday 24 December 2020 11:01
by Sappien

Re: SmartEvse support

Posted: Wednesday 01 February 2023 15:59
by PVerm
Hi, I'm also building up a system around Domoticz which would be able to vary the car's charging current based on SOC of Tesla PowerWall and Solar power. For this I plan to use the software at github under /serkri/SmartEVSE-3. This should make it possible to send commands to the SmartEVSE R3 via Api. Are there more people interested in this topic?

Re: SmartEvse support

Posted: Friday 14 July 2023 15:03
by rron
PVerm wrote: Wednesday 01 February 2023 15:59 Hi, I'm also building up a system around Domoticz which would be able to vary the car's charging current based on SOC of Tesla PowerWall and Solar power. For this I plan to use the software at github under /serkri/SmartEVSE-3. This should make it possible to send commands to the SmartEVSE R3 via Api. Are there more people interested in this topic?
The new version serkri has mqtt support as well.

Re: SmartEvse support

Posted: Saturday 13 July 2024 12:52
by rron
PVerm wrote: Wednesday 01 February 2023 15:59 Hi, I'm also building up a system around Domoticz which would be able to vary the car's charging current based on SOC of Tesla PowerWall and Solar power. For this I plan to use the software at github under /serkri/SmartEVSE-3. This should make it possible to send commands to the SmartEVSE R3 via Api. Are there more people interested in this topic?
Did you succeed to send the smartevse commands to domoticz? I can see the message in mqtt explorer but still not in domoticz.

Re: SmartEvse support

Posted: Wednesday 17 July 2024 10:13
by PieterS
Did you subscribe to the topic in Domoticz?
BTW: I do not own that hardware yet.. :(

Re: SmartEvse support

Posted: Wednesday 17 July 2024 11:50
by waltervl
If a MQTT gateway support HomeAssistant Autodiscovery protocol it can be connected to Domoticz directly.
If it uses its own protocol perhaps somebody already made a python plugin. If not you can always use the MQTTMapper plugin that can be configured to map a custom MQTT protocol with domoticz.

Re: SmartEvse support

Posted: Wednesday 17 July 2024 20:57
by rron
PieterS wrote: Wednesday 17 July 2024 10:13 Did you subscribe to the topic in Domoticz?
BTW: I do not own that hardware yet.. :(
Yes I did and I can see the subjet published in the MQTT explorer.

quote=waltervl post_id=318623 time=1721209859 user_id=23529]
If a MQTT gateway support HomeAssistant Autodiscovery protocol it can be connected to Domoticz directly.
If it uses its own protocol perhaps somebody already made a python plugin. If not you can always use the MQTTMapper plugin that can be configured to map a custom MQTT protocol with domoticz.
[/quote]

I use the the "MQTT auto discovery client gateway with lan" gateway but that doesn´t work

Re: SmartEvse support

Posted: Wednesday 17 July 2024 21:39
by waltervl
It looks like smartEvse does not use the MQTT Autodiscover protocol. Perhaps you can enable it in the smartEvse configuration?

If not you can always use the mqttmapper plugin. See topic https://www.domoticz.com/forum/viewtopic.php?t=39279

Re: SmartEvse support

Posted: Wednesday 17 July 2024 22:06
by rron
I will try this and keep you posted.

Re: SmartEvse support

Posted: Saturday 27 July 2024 12:24
by rron
waltervl wrote: Wednesday 17 July 2024 21:39 It looks like smartEvse does not use the MQTT Autodiscover protocol. Perhaps you can enable it in the smartEvse configuration?

If not you can always use the mqttmapper plugin. See topic https://www.domoticz.com/forum/viewtopic.php?t=39279
Home assistent using the same setting from smartevse and also the same mqtt autodiscovery protocol. I have searched for other settings but I can’t find nothing else.
I’m using a moquitto exclipes docker mqtt broker.

Re: SmartEvse support

Posted: Saturday 27 July 2024 13:06
by waltervl
Then it does not use Autodiscover protocol else Domoticz would have found it.

Then you still have the mqttmapper option open. It is a matter of installing the plugin and create a mapping file. The rest is handled by the plugin. If you have questions please use the mqttmapper forum topic I already referred to. The plugin author is very helpful.

Re: SmartEvse support

Posted: Saturday 27 July 2024 13:54
by rron
Ok that makes sense. I will try this on my test version and see if it’s working.

Re: SmartEvse support

Posted: Sunday 28 July 2024 11:12
by DiaDomo
Hi RRon & others, I'm also interested in the smartevse v3 solution of stegen.
1) Are you using the original firmware or the fork of this code?
2) What is the most easy way to communicate from domoticz to the EVSE module? MQTT or the rest API?

Please keep us informed about your progress!

Re: SmartEvse support

Posted: Sunday 28 July 2024 11:46
by rron
DiaDomo wrote: Sunday 28 July 2024 11:12 Hi RRon & others, I'm also interested in the smartevse v3 solution of stegen.
1) Are you using the original firmware or the fork of this code?
2) What is the most easy way to communicate from domoticz to the EVSE module? MQTT or the rest API?

Please keep us informed about your progress!
1 Iḿ using the fork software from Serkri version 3.6.2 https://www.serkri.be/
2 Iḿ trying to communicate with mqtt and have installed mqttmapper. Still iḿ struggling with the json file. The benefit off mqtt is that is communicating direct.

there's on tweakers also a lot of information. https://gathering.tweakers.net/forum/li ... es/1648387

Re: SmartEvse support

Posted: Sunday 28 July 2024 13:12
by HvdW
This SmartEVSE control seems a good solution.
I intend to buy one.
Have been experimenting with Kemo028N and Kemo M150, which works like expected, but I am afraid to connect that to the group cabinet.
This Smart EVSE v3 controller looks reliable and safe.
Here's the Github page.
MQTT API
REST API

Re: SmartEvse support

Posted: Sunday 28 July 2024 13:44
by rron
I’m ussing this smartevse for a year now and it’s very reliable, never had problems. The next step is integrated with domoticz via mqtt and that is taking more time but that is mainly because my lack of knowledge. 8-)

Re: SmartEvse support

Posted: Monday 29 July 2024 17:36
by rron
The rest api is giving me a good result, now the mqtt. Still have a problem with login and password which I haven’t set.

Re: SmartEvse support

Posted: Monday 29 July 2024 17:39
by waltervl
rron wrote: Monday 29 July 2024 17:36 The rest api is giving me a good result, now the mqtt. Still have a problem with login and password which I haven’t set.
Dont use localhost as IP address but the real IP of the host were MQTT is running.