
Search found 347 matches
- Wednesday 16 August 2023 19:51
- Forum: Others
- Topic: Shell recharge API interface
- Replies: 33
- Views: 6038
Re: Shell recharge API interface
Thanks FireWizard, this is a very extensive and useful explanation. I'm going to take a look at it and give it some tries. Looks like a challenging task
Thanks.

- Wednesday 16 August 2023 9:14
- Forum: Others
- Topic: Shell recharge API interface
- Replies: 33
- Views: 6038
Re: Shell recharge API interface
Thanks for your feedback and support. Domoticz is running on a Raspberry Pi. I just have installed a version of Domoticz within a docker on my Synology NAS. So the NAS will be my test environment to test new things. There is no NodeJS installed yet. This is something I will do next and should be ...
- Monday 14 August 2023 23:26
- Forum: Others
- Topic: Shell recharge API interface
- Replies: 33
- Views: 6038
Re: Shell recharge API interface
Thanks for checking and thanks for the feedback. I was expecting it indeed that it is not possible to control the charging current. I guess I’ve to look for another charging device. Switch on and off all the time is not good for the device but I guess also not good for the car, so this is not an o ...
- Monday 14 August 2023 12:45
- Forum: Show your projects
- Topic: Tesla hardware module
- Replies: 283
- Views: 186772
Re: Tesla hardware module
I would love to get a confirmation that the module is working to connect to the Tesla and there are no authentication problems anymore. Looking forward to any feedback on this subject. Who is able to provide an update?
- Monday 14 August 2023 8:29
- Forum: Others
- Topic: Shell recharge API interface
- Replies: 33
- Views: 6038
Re: Shell recharge API interface
Question: from the shell recharge app, can you modify the charging power? If the answer is "yes", you should do the same by an automation. You can also use Node-RED instead of Domoticz, to create an automation to do that. If the previous answer is "no", maybe it's possible to do what you need ...
- Sunday 13 August 2023 22:49
- Forum: Others
- Topic: Shell recharge API interface
- Replies: 33
- Views: 6038
Re: Shell recharge API interface
Oh wauw. And that link leads me to the Shell API document: https://developer.shell.com/api-catalog/b2b-ev-charge-sessions/quick-start-guide The challenge still is you only can start and stop the charging session, it is not possible to manage the amount of current which is going through. Charging at ...
- Sunday 13 August 2023 22:42
- Forum: Others
- Topic: Shell recharge API interface
- Replies: 33
- Views: 6038
Re: Shell recharge API interface
Thanks for the feedback. There are still a lot of question marks and a lot of unkowns
This is what I found: https://github.com/dgthomson/nodered-shellrecharge this means there is something possible. Question is what and how?!
This is what I found: https://github.com/dgthomson/nodered-shellrecharge this means there is something possible. Question is what and how?!
- Sunday 13 August 2023 17:03
- Forum: Others
- Topic: Shell recharge API interface
- Replies: 33
- Views: 6038
Re: Shell recharge API interface
Hi. Do you mean Shell Recharge app/card to charge the EV at the public charging station? Do you want to set the max charging current at the public charging station, or at your house through a wallbox? Good question, there are public charing stations as well indeed covered by Shell Recharge. No, in ...
- Sunday 13 August 2023 12:49
- Forum: Others
- Topic: Shell recharge API interface
- Replies: 33
- Views: 6038
Shell recharge API interface
Hi All, Through the Shell Recharge portal I'm able to check the status of my car charging. I was wondering if there is an API available to control the charging of the car. What I want to achieve is to adjust the charging power of the car depending on the power generated by the solar panels. Any idea ...
- Sunday 13 August 2023 11:07
- Forum: Show your projects
- Topic: Tesla hardware module
- Replies: 283
- Views: 186772
Re: Tesla hardware module
I'm investigating the use of the EVehicles hw module to start building scripts around my Tesla. I've been browsing through this post and read about the API changing very X hours issue. Has that been resolved? And is so, how? Can I use this EVehicles module without any problems? Who is able to ...
- Sunday 11 June 2023 22:52
- Forum: Z-Wave
- Topic: FGS223 Double Relay - One On/Off responding the other one not
- Replies: 1
- Views: 473
FGS223 Double Relay - One On/Off responding the other one not
I've a FIBARO System FGS223 Double Relay installed in the backgarden to control the garden lights. When sending the On/Off command to switch 1 inside the FG223 it always responds, the light always goes on and off. When sending the command to switch 2 in the same FG223 device, I'm not able to switch ...
- Sunday 14 May 2023 0:16
- Forum: Other questions and discussions
- Topic: Subscribe to changes in Domoticz switches, Possible?
- Replies: 15
- Views: 1524
Re: Subscribe to changes in Domoticz switches, Possible?
Sorry. Typo in my text above. Should have been: it is NOW working!! The onopgemerkt is called and without sending data to Domoticz I already get data delivered from Domoticz. This is looking promising. Next is to under the message coming in, how to parse them.
- Saturday 13 May 2023 13:10
- Forum: Other questions and discussions
- Topic: Subscribe to changes in Domoticz switches, Possible?
- Replies: 15
- Views: 1524
Re: Subscribe to changes in Domoticz switches, Possible?
You have to define the protocol. Add ['domoticz'] as second WebSocket parameter. Excellent, thanks. That was the trick. This is not working for me: var ws = new WebSocket('https://192.168.0.100/json/', ["domoticz"]) ws.onopen = () => { // connection opened ws.send('something'); // send a message ...
- Saturday 13 May 2023 12:03
- Forum: Other questions and discussions
- Topic: Subscribe to changes in Domoticz switches, Possible?
- Replies: 15
- Views: 1524
Re: Subscribe to changes in Domoticz switches, Possible?
Somebody a suggestion on how to make a websocket connection to Domoticz? I'm playing around with this for a couple of hours but without success. React native example I tried (not a complete list): var ws = new WebSocket('ws://192.168.0.100/') var ws = new WebSocket('wss://192.168.0.100/') var ws ...
- Friday 12 May 2023 21:44
- Forum: Other questions and discussions
- Topic: Subscribe to changes in Domoticz switches, Possible?
- Replies: 15
- Views: 1524
Re: Subscribe to changes in Domoticz switches, Possible?
The websocket sounds really interesting. The only thing left is to find out how this is working. Any more info available apart from the source code which is difficult to read how it works?
- Friday 12 May 2023 16:24
- Forum: Other questions and discussions
- Topic: Subscribe to changes in Domoticz switches, Possible?
- Replies: 15
- Views: 1524
Re: Subscribe to changes in Domoticz switches, Possible?
What's wrong with on/off action script entry? I've thought about that as well indeed. I'm playing with a mobile app. I don't know the IP address of the mobile device and also I don't know within Domoticz if the App is running on the mobile or not. Apart from that I don't want to make much config ...
- Thursday 11 May 2023 19:56
- Forum: Other questions and discussions
- Topic: Subscribe to changes in Domoticz switches, Possible?
- Replies: 15
- Views: 1524
Subscribe to changes in Domoticz switches, Possible?
I'm polling the Domoticz system via API calls (http...../json.htm......) to get the latest status of the switches. Polling is not efficient, status only updated according the polling speed, extra data traffic, etc. Is there a way to subscribe to Domoticz and be informed if the status of a Switch ...
- Sunday 02 April 2023 11:29
- Forum: Python
- Topic: Python Plugin: Life 360 Presence Detection (deprecated)
- Replies: 170
- Views: 44128
Re: Python Plugin: Life 360 Presence Detection
I'm still using the Life360 plugin for presence detection. For 3 of the 4 family members it is still working great. But for one family member I get the following error messages: 2023-04-02 11:20:26.299 Error: Life360: 'onHeartbeat' failed 'ValueError':''Noor' is not in list'. 2023-04-02 11:20:26.299 ...
- Tuesday 04 October 2022 9:16
- Forum: iOS
- Topic: Pilot: Home Automation Control (iOS app)
- Replies: 1000
- Views: 239514
Re: Pilot: Home Automation Control (iOS app)
I’m missing the support (see question above) on the Pilot App from the developer Patrick Ferreira. Also on an email I’ve sent I’ve not received feedback. Is he still working on the Pilot App? Any ideas?
- Friday 16 September 2022 9:54
- Forum: iOS
- Topic: Pilot: Home Automation Control (iOS app)
- Replies: 1000
- Views: 239514
Re: Pilot: Home Automation Control (iOS app)
Still with great pleasure I’m using the Pilot app for my Domoticz server/setup at home. For a while I’ve noticed some strange behavior when trying to connect from outside to my home network. When I open the Pilot app and pull down to refresh the status the app cannot make a connection to the server. ...