Search found 8 matches
- Thursday 03 February 2022 9:00
- Forum: dzVents
- Topic: Power consumption from json. [Solved]
- Replies: 4
- Views: 1260
Re: Power consumption from json. [Solved]
I want to leave this for anyone who might stumble on this thread in the future. For kWh for all three phases, this works very good. local scriptVar = 'EV-chargers' return { on = { timer = { 'every 1 minutes', }, httpResponses = { scriptVar, }, }, logging = { level = domoticz.LOG_DEBUG, marker = 'EV ...
- Wednesday 02 February 2022 11:46
- Forum: dzVents
- Topic: Power consumption from json. [Solved]
- Replies: 4
- Views: 1260
Re: Power consumption from json. [Solved]
Hi, I am not specialist but should be something like this to get phase1Current value in your LOG local scriptVar = 'EV-chargers' return { on = { timer = { 'every 1 minutes', }, httpResponses = { scriptVar, }, }, logging = { level = domoticz.LOG_DEBUG, marker = 'EV-chargers', }, execute = function ...
- Monday 17 January 2022 8:22
- Forum: Other questions and discussions
- Topic: Get energy consumption (and more) from EV charger
- Replies: 22
- Views: 5662
Re: Get energy consumption (and more) from EV charger
Fun to see that someone else than me have made use of this script. Thanks again for your help waaren. I am trying to make sense of something else regarding the Garo charger script now.. I have setup load balancing for my charger as I kept blowing the main fuse in the house when I set charging to ...
- Wednesday 12 January 2022 11:35
- Forum: dzVents
- Topic: Power consumption from json. [Solved]
- Replies: 4
- Views: 1260
Power consumption from json. [Solved]
I am a complete moron when it comes to scripting.. If anyone could have a go at helping me create a script for pulling values from my EV-chargers load balancing energy meter into one or possibly three virtual sensors, I would appreciate it. The values from the load balancing meter are accessible to ...
- Thursday 11 April 2019 12:39
- Forum: Switches and Scenes
- Topic: Help! Dimmer has 3 "states"
- Replies: 0
- Views: 910
Help! Dimmer has 3 "states"
I have installed two Nexa ZV-9101 Z-wave+ Dimmers and they are acting as they have three different states in Domoticz. It goes from "OFF" to "ON" to "sort-of-OFF" to "OFF" when I click the buttons, but I have to make one more click in order for Domoticz to display the button as "OFF" Like in this ...
- Wednesday 02 January 2019 9:20
- Forum: Other questions and discussions
- Topic: Get energy consumption (and more) from EV charger
- Replies: 22
- Views: 5662
Re: Get energy consumption (and more) from EV charger
I have a EV charger from Garo (GLBMMN-T222WO) that has a web gui which has all sorts of information about energy consumption, connector status and so on. I managed to find a specific url when i looked in the browser console that pulls a status.json file. Please start with reading the required setup ...
- Tuesday 01 January 2019 21:02
- Forum: Other questions and discussions
- Topic: Get energy consumption (and more) from EV charger
- Replies: 22
- Views: 5662
Re: Get energy consumption (and more) from EV charger
I have a EV charger from Garo (GLBMMN-T222WO). I managed to find a specific url when i looked in the browser console that pulls a status.json file. What i would like to be able to do is. If possible that is? Status from "connector" translated to a virtual sensor so i can get a notification to my ...
- Tuesday 01 January 2019 19:57
- Forum: Other questions and discussions
- Topic: Get energy consumption (and more) from EV charger
- Replies: 22
- Views: 5662
Get energy consumption (and more) from EV charger
New member so be kind :D I have a EV charger from Garo (GLBMMN-T222WO) that has a web gui which has all sorts of information about energy consumption, connector status and so on. I contacted the manufacurer and asked if there is an api that i could pull data from but there wasn't, i also got a tone ...