Hi there,
I am about to install an Easee Charge Lite 11kw wallbox.
Was wondering if anyone else got one and is using any plugin to get data into Domoticz.
Did a quick search and only found a "work in progress" plugin on GitHub which was last updated 3 years ago.
I am not that into scripting myself, so hope someone has already made or can make a plugin for it.
I am kinda only interested to get the kWh measurements into Domoticz. No need for me to control the unit itself.
EDIT:
Just found another one in "beta"
https://github.com/flopp999/EaseeCloud-Domoticz
Anyone else using it? I will try once wallbox is installed.
Easee Charge Lite Wallbox Plugin?
Moderator: leecollings
- FireWizard
- Posts: 1745
- Joined: Tuesday 25 December 2018 12:11
- Target OS: Raspberry Pi / ODroid
- Domoticz version: Beta
- Location: Voorthuizen (NL)
- Contact:
Re: Easee Charge Lite Wallbox Plugin?
Hi, @nieass4,
To get the data of my Easee Charger (Easee Home), I use Node-RED with the contrib node:
https://flows.nodered.org/node/@runnane ... trib-easee.
As you will receive almost everything, I filter the desired data and send it by MQTT to Domoticz.
For documentation, see: https://developer.easee.com/docs/integrations
see picture below:
If you are a little bit familiar with Node-RED, I can share my flow
Regards
To get the data of my Easee Charger (Easee Home), I use Node-RED with the contrib node:
https://flows.nodered.org/node/@runnane ... trib-easee.
As you will receive almost everything, I filter the desired data and send it by MQTT to Domoticz.
For documentation, see: https://developer.easee.com/docs/integrations
see picture below:
If you are a little bit familiar with Node-RED, I can share my flow
Regards
- waltervl
- Posts: 5148
- Joined: Monday 28 January 2019 18:48
- Target OS: Linux
- Domoticz version: 2024.7
- Location: NL
- Contact:
Re: Easee Charge Lite Wallbox Plugin?
You could also use MQTT and https://github.com/Fr00t/easee2mqtt
Then use the mqttmapper plugin to map the easee mqtt topics with Domoticz devices. viewtopic.php?t=39279
Then use the mqttmapper plugin to map the easee mqtt topics with Domoticz devices. viewtopic.php?t=39279
Domoticz running on Udoo X86 (on Ubuntu)
Devices/plugins: ZigbeeforDomoticz (with Xiaomi, Ikea, Tuya devices), Nefit Easy, Midea Airco, Omnik Solar, Goodwe Solar
Devices/plugins: ZigbeeforDomoticz (with Xiaomi, Ikea, Tuya devices), Nefit Easy, Midea Airco, Omnik Solar, Goodwe Solar
-
- Posts: 9
- Joined: Sunday 11 December 2016 23:40
- Target OS: Raspberry Pi / ODroid
- Domoticz version: 2024.7
- Location: Netherlands
- Contact:
Re: Easee Charge Lite Wallbox Plugin?
What is the best option and most easy of those 2 options?
I didnt use Node-red and MQTT so far ..
In addition I still have to move my Zwave to MQTT so have to use it anyway in the future.
I didnt use Node-red and MQTT so far ..
In addition I still have to move my Zwave to MQTT so have to use it anyway in the future.
- FireWizard
- Posts: 1745
- Joined: Tuesday 25 December 2018 12:11
- Target OS: Raspberry Pi / ODroid
- Domoticz version: Beta
- Location: Voorthuizen (NL)
- Contact:
Re: Easee Charge Lite Wallbox Plugin?
Hello @nieass4,
The best options is that one, that gives you the desired result and that you make feel comfortable.
What for you "the best" is, might be for others "the worst".
It depends on your knowledge.
I use a lot of Node-RED, together with MQTT. So for me that is quite easy, while I'm not familiar with MQTTmapper.
And I'm not a big fan of all those Python scripts either, but that is my opinion.
For both options you need MQTT, so your choice will be probably Mosquitto.
So read their documentation.
If you need ZWaveJS-UI for your Zwave devices in the future, you will need MQTT anyhow.
Regards
Sorry to say, there is no "best option".What is the best option
The best options is that one, that gives you the desired result and that you make feel comfortable.
What for you "the best" is, might be for others "the worst".
Again, that is difficult to say.and most easy of those 2 options?
It depends on your knowledge.
I use a lot of Node-RED, together with MQTT. So for me that is quite easy, while I'm not familiar with MQTTmapper.
And I'm not a big fan of all those Python scripts either, but that is my opinion.
For both options you need MQTT, so your choice will be probably Mosquitto.
So read their documentation.
If you need ZWaveJS-UI for your Zwave devices in the future, you will need MQTT anyhow.
Regards
Last edited by FireWizard on Saturday 21 September 2024 0:51, edited 1 time in total.
-
- Posts: 9
- Joined: Sunday 11 December 2016 23:40
- Target OS: Raspberry Pi / ODroid
- Domoticz version: 2024.7
- Location: Netherlands
- Contact:
Re: Easee Charge Lite Wallbox Plugin?
For me it seems like alot of work todo to get some information from Easee.FireWizard wrote: ↑Friday 20 September 2024 17:01 Hello @nieass4,
Sorry to say, there is no "best option".What is the best option
The best options is that one, that gives you the desired result an that you make feel comfortable.
What for you "the best" is, might for others "the worst".
Again, that is difficult to say.and most easy of those 2 options?
It depends on your knowledge.
I use a lot of Node-RED, together with MQTT. So for me that is quite easy, while I'm not familiar with MQTTmapper.
And I'm not a big fan of all those Python scripts either, but that is my opinion.
For both options you nee MQTT, so your choice will be probably Mosquitto.
So read their documentation
If you need ZWaveJS-UI for your Zwave devices in the future, you will need MQTT anyhow.
Regards
- I need Docker (or fine to use without Docker?)
- I need Mosquito for MQTT
- I need node red
All new things for me.
For me as a noobie those python scripts are awesome, just install and it works
-
- Posts: 9
- Joined: Sunday 11 December 2016 23:40
- Target OS: Raspberry Pi / ODroid
- Domoticz version: 2024.7
- Location: Netherlands
- Contact:
Re: Easee Charge Lite Wallbox Plugin?
I succeeded getting Node-Red up and running with your flow, installed Mosquitto and made some dummies in domoticz.FireWizard wrote: ↑Friday 20 September 2024 17:01 Hello @nieass4,
Sorry to say, there is no "best option".What is the best option
The best options is that one, that gives you the desired result and that you make feel comfortable.
What for you "the best" is, might be for others "the worst".
Again, that is difficult to say.and most easy of those 2 options?
It depends on your knowledge.
I use a lot of Node-RED, together with MQTT. So for me that is quite easy, while I'm not familiar with MQTTmapper.
And I'm not a big fan of all those Python scripts either, but that is my opinion.
For both options you need MQTT, so your choice will be probably Mosquitto.
So read their documentation.
If you need ZWaveJS-UI for your Zwave devices in the future, you will need MQTT anyhow.
Regards
I noted those idx in Node-Red flow but my car is fully charged now so will give an update when I need to recharge again.
Or is there a way to test it out without charging? I think with the debugging mode?
Both ''MQTT Domoticz in' and ''To Domoticz'' say they are connected (noted in the flow)'
- FireWizard
- Posts: 1745
- Joined: Tuesday 25 December 2018 12:11
- Target OS: Raspberry Pi / ODroid
- Domoticz version: Beta
- Location: Voorthuizen (NL)
- Contact:
Re: Easee Charge Lite Wallbox Plugin?
Hallo nieass4
I just send you a PM with examples on how to send data from NR to Domoticz.
You asked:
A valuable tool to check, what is going on, is: http://mqtt-explorer.com/
Let me know,
Regards
I just send you a PM with examples on how to send data from NR to Domoticz.
You asked:
No, the Easee node does not give you that possibility. to simulate charging.Or is there a way to test it out without charging? I think with the debugging mode?
If they show "connected", that means they communicate with the Mosquitto broker (server).Both ''MQTT Domoticz in' and ''To Domoticz'' say they are connected (noted in the flow)'
A valuable tool to check, what is going on, is: http://mqtt-explorer.com/
Let me know,
Regards
Who is online
Users browsing this forum: No registered users and 1 guest