Search found 29 matches
- Thursday 31 October 2024 9:38
- Forum: Node-RED
- Topic: Error message to Domoticz
- Replies: 2
- Views: 523
Re: Error message to Domoticz
Hi Firewizard, The error message tells you that the "Key not authorized: Token is expired" . I would recommend to renew the token, however I do not know what BlueLinky requires. Sending it to Domoticz doesn't look very useful, unless you want a notification. I would say, use the message as a trigger ...
- Wednesday 30 October 2024 13:24
- Forum: Node-RED
- Topic: Error message to Domoticz
- Replies: 2
- Views: 523
Error message to Domoticz
I've created a small Node-Red flow that reads the information from my Kia EV6 using Bluelinky every 10 minutes. Most of the time this goes ok, but sometimes there is an error in the communication. Now i'm looking for a way to send part of this message to Domoticz. The error looks like this ...
- Monday 28 October 2024 20:32
- Forum: Other questions and discussions
- Topic: What device to use for daily values
- Replies: 5
- Views: 352
Re: What device to use for daily values
This is (part of) the payload "payload": { "chartTotal": { "totalkWh": "2.865,47", "totalkgCO2": "2.385,504", "totalTime": 6790258, "totalSessions": 223 }, Then the usage is $formatBase($number($substringBefore($replace(msg.payload.chartTotal.totalkWh, '.', ''), ',') & '.' & $substringAfter(msg ...
- Monday 28 October 2024 18:28
- Forum: Other questions and discussions
- Topic: What device to use for daily values
- Replies: 5
- Views: 352
Re: What device to use for daily values
I found a way to retrieve the total energy so I can use that. Only thing is that this is the total in kWh as a string e.g. 2.865,47
How can I convert this in a Wh string (2865470)?
How can I convert this in a Wh string (2865470)?
- Monday 28 October 2024 13:37
- Forum: Other questions and discussions
- Topic: What device to use for daily values
- Replies: 5
- Views: 352
What device to use for daily values
I'm running Node-RED to retrieve the daily energy usage from my NewMotion (Shell Recharge) charger. The value is updated after each charge session and at midnight this value is reset to 0. In Domoticz this results in negative values at midnight. I'm not sure what type of device I should use for this ...
- Thursday 24 October 2024 11:27
- Forum: Others
- Topic: Shell recharge API interface
- Replies: 33
- Views: 3790
Re: Shell recharge API interface
Hello @FireWizard, The status is 'Available' even if the car is connected and not charging. If the car is charging then the status changes to 'Charging'. I'm not sure in what situation the status is set to 'Occupied'. Is that really necessary, to update your Pi? Or do you mean your OS on that Pi ...
- Thursday 24 October 2024 11:09
- Forum: Temperature and Weather
- Topic: 2 Rain devices with different daily vaules
- Replies: 4
- Views: 510
Re: 2 Rain devices with different daily vaules
I changed the subtype for the PWS device from TFA to WWW and now the values are correct. I couldn't figure out what the difference of a TFA device was compared to WWW.
- Tuesday 22 October 2024 11:10
- Forum: Others
- Topic: Shell recharge API interface
- Replies: 33
- Views: 3790
Re: Shell recharge API interface
Hi @FireWizzard, The flow is running for some time now and it's working good. I've added a timer that retrieves the energy information since midnight every 5 minutes. Only thing is that there is no good indication if the car is connected or not. I'm going to see if that can be solved as soon as I ...
- Tuesday 15 October 2024 17:00
- Forum: Others
- Topic: Shell recharge API interface
- Replies: 33
- Views: 3790
Re: Shell recharge API interface
Hi @FireWizzard,
I have added your flows and it's working great. I can see the data in de Energy counter in Domoticz.
I'm going to test some things and see what the outcome is.
Thanks and I will get back soon with my findings.
I have added your flows and it's working great. I can see the data in de Energy counter in Domoticz.
I'm going to test some things and see what the outcome is.
Thanks and I will get back soon with my findings.
- Monday 14 October 2024 9:28
- Forum: Temperature and Weather
- Topic: 2 Rain devices with different daily vaules
- Replies: 4
- Views: 510
Re: 2 Rain devices with different daily vaules
For the data from Wunderground I'm using the standard hardware from Domoticz, the data from the PWS is handled by the Wunderground Direct Receiver plugin (wudirect). The devices are created by these plugins and are both of type Rain, only the subtype differs. The data in the Rain and Rain_Calendar ...
- Sunday 13 October 2024 15:06
- Forum: Temperature and Weather
- Topic: 2 Rain devices with different daily vaules
- Replies: 4
- Views: 510
2 Rain devices with different daily vaules
My PWS is sending it's data to Wunderground, Weathercloud and Domoticz. In Domoticz there are 2 devices with type Rain, 1 for the data from Wunderground (subtype = WWW), and 1 for the data from the PWS (subtype = TFA). In the Rain Last Week log for the Wunderground device the daily rain for today is ...
- Saturday 12 October 2024 22:52
- Forum: Others
- Topic: Shell recharge API interface
- Replies: 33
- Views: 3790
Re: Shell recharge API interface
Hi Firewizzard, As far as I can see “Available”, “Occupied” and “Charging” are the 3 statusses returned by a poll. What is interesting for you to show in Domoticz? Perhaps only the amount of kWh during the day It would be great to have this as a device in Domoticz, the other values are not that impor ...
- Saturday 12 October 2024 15:41
- Forum: Others
- Topic: Shell recharge API interface
- Replies: 33
- Views: 3790
Re: Shell recharge API interface
Hi @FireWizzard, At the upper one, you will find true or false. Is that correct? At the lower one, you will find the data. That's correct Can you set the configuration of that Debug node to "complete msg object" How do I do that? I can't seem to find it Got it Poll: {"_msgid":"042ff7462973f423 ...
- Saturday 12 October 2024 14:17
- Forum: Others
- Topic: Shell recharge API interface
- Replies: 33
- Views: 3790
Re: Shell recharge API interface
Hi @FireWizzard, Reading it back I can see it's not that clear, but from the Readme: Outputs The Output payload is (boolean) true if a charge is in progress, otherwise it is (boolean) false. This is also updated when polling is in progress. All other output is from Debug labelled with topics like ...
- Saturday 12 October 2024 13:40
- Forum: Others
- Topic: Shell recharge API interface
- Replies: 33
- Views: 3790
Re: Shell recharge API interface
I did the same and I created a flow, only with default Node-RED nodes, which is attached below. Thanks for the flow, it's a great way to learn about Node-Red. I changed it a bit to prevent the Poll to be executed when it's turned off. Node-RED developers advise to remove the "debug" or at least to ...
- Friday 11 October 2024 10:58
- Forum: Others
- Topic: Shell recharge API interface
- Replies: 33
- Views: 3790
Re: Shell recharge API interface
Hi Firewizzard, Yesterday I went through the documentation to learn about the interaction between Node-Red and Domoticz. I have installed Mosquito on my Pi and added the MQTT hardware in Domoticz. I created 3 devices in Domoticz that are connected to Node-Red: a Push On Button with what I can poll ...
- Wednesday 09 October 2024 15:26
- Forum: Others
- Topic: Shell recharge API interface
- Replies: 33
- Views: 3790
Re: Shell recharge API interface
Hello @FireWizzard, No problem that your response took some time, I'm working on integrating my weather station in Domoticz so I'm not out of work :D I do use Enever and I have the Node-Red subflow running on my Pi. I can start/stop/poll the charger in Node-Red but I don't know how to get this flow ...
- Saturday 05 October 2024 13:13
- Forum: Others
- Topic: Shell recharge API interface
- Replies: 33
- Views: 3790
Re: Shell recharge API interface
Sorry to reopen this old thread but I have a Shell Recharge charger and want to start charging my car when the electricity price is below a certain threshold and stop if its above this. I have Node-Red working on my Pi and can start/stop/poll the charger through my browser. Question now is how I ...
- Thursday 26 September 2024 9:07
- Forum: Python
- Topic: Python Plugin: Tibber [Unsupported]
- Replies: 18
- Views: 3793
- Monday 23 September 2024 10:48
- Forum: Bugs and Problems
- Topic: Omnik log shows negative values
- Replies: 11
- Views: 469
Re: Omnik log shows negative values
Thanks, I will try that then