Page 1 of 1

Python Plug: Tesla

Posted: Tuesday 07 January 2020 11:09
by magicduck
Hello there,

I am working on a Tesla Plugin for domoticz.
If some people wants to contribute and add features (for now I am trying to figure how to make the basic stuff working, 'cause it seems the hardware page on domoticz, still doesn't want to show my parameters), please feel free to contact me and send some PR on the github page.

I am open to any contribution and experienced dev that can help me to make a nice plugin for Tesla users.

https://github.com/xbeaudouin/domoticz-tesla-plugin

Regards,

Re: Python Plug: Tesla

Posted: Tuesday 07 January 2020 18:27
by FireWizard
Hi,

Have you also seen, this thread?

https://www.domoticz.com/forum/viewtopic.php?t=27735

Regards

Re: Python Plug: Tesla

Posted: Wednesday 08 January 2020 8:48
by magicduck
Saw this thread, but I would like to avoid node-js and node-red in general...
Have a skel that seems to have a starting of work... (got the informations about the car, needs now add some "devices").

Re: Python Plug: Tesla

Posted: Wednesday 08 January 2020 11:43
by sincze
@magicduck, nice one.
I've used the existing plugins as examples to create my own.
And indeed a native plugin is always nice.
Hopefully it will not hold the main running Domoticz.thread while retrieving the external info.
This used to be an issue but don't know by heart if that is already fixed and in what release.

Keep up the good work.

Re: Python Plug: Tesla

Posted: Wednesday 08 January 2020 13:26
by magicduck
Thanks,
About "holding the main domoticz thread". How can I be sure?

Also I have on my log some :

Code: Select all

2020-01-08 08:57:51.513  Error: Gizmo hardware (23) thread seems to have ended unexpectedly
Still want to know what is this thread, and why this has ended... ?

Re: Python Plug: Tesla

Posted: Friday 07 February 2020 11:10
by MrHobbes74
See
https://www.domoticz.com/forum/viewtopi ... 38&t=31244

for my new project: native Tesla support in domoticz (not Python, but c++).

Re: Python Plug: Tesla

Posted: Friday 21 February 2020 19:48
by MrHobbes74
The next domoticz beta will have Tesla support! Please try it! Comments and suggestions are welcome for the next version!