Page 1 of 1

Domticz device types, subtypes etc

Posted: Thursday 14 December 2023 8:44
by Dave21w
Anyone know where this page has gone ?

https://www.domoticz.com/wiki/Developin ... vice_Types

Re: Domticz device types, subtypes etc

Posted: Thursday 14 December 2023 9:02
by psubiaco

Re: Domticz device types, subtypes etc

Posted: Thursday 14 December 2023 9:13
by Dave21w
Thanks, just need to get my json working now, my device is created and is getting data but the value is always 0 for some reason.

Re: Domticz device types, subtypes etc

Posted: Thursday 14 December 2023 12:31
by waltervl
Dave21w wrote: Thursday 14 December 2023 8:44 Anyone know where this page has gone ?

Code: Select all

https://www.domoticz.com/wiki/Developing_a_Python_plug-in#Available_Device_Types
I don't know where you got this link from but it has a typo: Python_plug-in should be Python_plugin

Re: Domticz device types, subtypes etc

Posted: Thursday 14 December 2023 13:50
by Dave21w
Nicely spotted @waltervl

Got it here :
https://github.com/FlyingDomotic/domoti ... per-plugin

And what a surprise, when spelt correctly it works !

Re: Domticz device types, subtypes etc

Posted: Thursday 14 December 2023 21:34
by waltervl
Already fixed I see :)