Hi all,
I am completely new here. I do not use Webthings yet. Currently I use Domoticz with raspbian for domotic purposes and for my wired alarm which is interfaced to Domoticz by python scripts.
I am very interested in Webthings and I have several questions about this solution:
I suppose than the download include the OS ?
Which OS is it ?
Is there an installable version from raspbian ?
Is it possible to exchange informations with Python ?
As for interfacing with the gateway, it really depends on what you want to do.
If you want to build an add-on which can talk to hardware, you can do so. We currently have add-ons written in Javascript (Node.js) and Python, but you could theoretically build one in any language.
If you want to create standalone devices which the gateway can interact with, you can use the Things Framework.
If you just want to interact with the gateway to do other things, you can use the REST API.