Search found 5 matches

by timmchugh
Monday 20 April 2020 21:17
Forum: Bash / PowerShell / Batch etc.
Topic: Renault Zoe API
Replies: 14
Views: 4650

Re: Renault Zoe API

You may also want to use this version for KM instead of miles #!/bin/bash while true do #Domoticz Variables username="Domoticz username" password="Domoticz password" domoticzIP="Domoticz IP address" peridx="Percent IDX" textidx="Text sensor IDX" milesidx="Miles IDX" battempidx="Battery temperature ...
by timmchugh
Monday 20 April 2020 21:14
Forum: Bash / PowerShell / Batch etc.
Topic: Renault Zoe API
Replies: 14
Views: 4650

Re: Renault Zoe API

Apologies I'm a sloppy typer, I made a spelling mistake for one of the variables ( domoticzIP spelt domtoiczIP)

I have just retested the script and i should work now
by timmchugh
Wednesday 15 April 2020 21:11
Forum: Bash / PowerShell / Batch etc.
Topic: Renault Zoe API
Replies: 14
Views: 4650

Renault Zoe API

I created a bash script to get the status from a Renault Zoe using an unofficial API back in 2018. Since then Renault have updated their API and it was recently rolled out in the UK. I have adjusted the script to work with the new API and i would like to add it to the wiki, but I saw that the ...
by timmchugh
Tuesday 31 December 2019 4:13
Forum: Python
Topic: Python Plugin: WLED
Replies: 95
Views: 18337

Re: Python Plugin: WLED

I managed to get it to work, I changed line 86 + 220 Domoticz.Device(Name="Color & Brightness", Unit=3, Type=241,Subtype=1,Switchtype=7,Options=Options).Create() doWLEDRequest( "/win&FX=0&A="+str(int(self.Level*2.55))+"&R="+str(parsedColor["r"])+"&G="+str(parsedColor["g"])+"&B="+str(parsedColor["b ...
by timmchugh
Tuesday 31 December 2019 3:13
Forum: Python
Topic: Python Plugin: WLED
Replies: 95
Views: 18337

Re: Python Plugin: WLED

A feature request if I may, add the option for 4 channel LED's WRGB.

Love what you've done tho, seems you have forced me to update all the WLED controllers now :D