Page 1 of 1
Hardware Directory
Posted: Thursday 05 November 2015 19:01
by Docc
Where in the Rpi can I find the Hardware Directory that is mentioned in the beginning of this wiki?
https://www.domoticz.com/wiki/Developin ... are_plugin
Re: Hardware Directory
Posted: Thursday 05 November 2015 19:32
by SweetPants
/home/pi/domoticz/hardware maybe?
Re: Hardware Directory
Posted: Thursday 05 November 2015 20:51
by Docc
no, not on my Pi

I've search the entire disk with WinSCP, can't find any Hardware directory...
Re: Hardware Directory
Posted: Thursday 05 November 2015 21:44
by SweetPants
You only find this directory if you install from source. If you use the SD card image you won't find it
Re: Hardware Directory
Posted: Tuesday 15 December 2015 16:01
by bassmint
SweetPants wrote:You only find this directory if you install from source. If you use the SD card image you won't find it
I am looking for this as well. Are the hardware items not editable on the SD Card image?
Is there somewhere else to look?
Thanks in advance
Re: Hardware Directory
Posted: Tuesday 19 January 2016 13:42
by bassmint
Is there any other possible way to get to the hardware folder using the SD card install?
Re: Hardware Directory
Posted: Tuesday 19 January 2016 18:57
by pepijn
To develop hardware support you need to download the sources from github and start coding in C

Re: Hardware Directory
Posted: Monday 05 October 2020 1:40
by Carthman
Hi,
Why can't we see the hardware directory if you don't use the installation from source ?
I mean it should be somewhere because you can use the hardwares inside this directory !
Re: Hardware Directory
Posted: Monday 05 October 2020 8:58
by waaren
Carthman wrote: ↑Monday 05 October 2020 1:40
Why can't we see the hardware directory if you don't use the installation from source ?
I mean it should be somewhere because you can use the hardwares inside this directory !
The hardware
source directory does contain the C++ code (.cpp and .h) files.
These files are used for compiling the domoticz binary and after that they are no longer needed for running domoticz.
The control of the domoticz hardware tab is done by ./www/app/hardware/Hardware.js and ./www/app/hardware/Hardware.html
These files are maintained on
this github.
Re: Hardware Directory
Posted: Monday 05 October 2020 9:30
by Carthman
OK I understand, thanks for your explanation !