Page 1 of 1
Location of hardware plugins code
Posted: Monday 08 June 2020 20:04
by Twoink
Is it possible to look into the code of the standard hardware plugings? (installed on pi)

- Screenshot_1.png (30.6 KiB) Viewed 499 times
I want to know how the SBFspot (sma) script is working, and how it retrieves the data etc.
Re: Location of hardware plugins code
Posted: Monday 08 June 2020 20:47
by foxmulder06
Hi,
I'm pretty sure that you will be able to find it in the ZIP file that contains the source code...

Re: Location of hardware plugins code
Posted: Monday 08 June 2020 20:53
by FireWizard
Re: Location of hardware plugins code
Posted: Monday 08 June 2020 20:59
by foxmulder06
Thanks FireWizard for the direct link.
So, for the original question, Please note that this is C++ code and not Python code for conventionnal external plugin
Thanks
Re: Location of hardware plugins code
Posted: Tuesday 09 June 2020 6:53
by Twoink
@foxmulder okey thanks! So domoticz is a compiled c code. Honestly i expected a python code
Thanks guys!