Z-wave logo is shown behind the "RS485 / USB etc." external gateways cube
Meaning, by having for example Serial to Z-wave gateway, it can be easily added through scripting by integrator himself.
(08.10.2015, 12:48)edgars Wrote: Z-wave logo is shown behind the "RS485 / USB etc." external gateways cube
Meaning, by having for example Serial to Z-wave gateway, it can be easily added through scripting by integrator himself.
I am planning to use it for a Customer with solar panels, I need to read out the sma inverter
I could find a bypass for now using an open source project domoticz that can handle Bluetooth, z-wave,... The issue that I am facing is easy bridging domoticz or openhab with logic machine. I see two options that open up your platform with other platforms
- mqtt, but then there would be need to easy subscribe to messsage types and handeling of the messsage formats (see node red)
- incomming and ontging rest services calls like you have for knx GROUP adresses with custom scripts behind the services (see weinzierl baos interface)
Is any of the above two options already possible/easy to add?
Adding it through scripts maybe feasible, but seems quite cumbersome
Do you have full specification of where the inverter data is stored (handle id / uuid) and what is the data type? Our BLE mapper has profiles so end users don't have to write any code, but each profile is basically a script because there's no unified way of storing data in BLE, so each device from each manufacturer requires different approach.
As for remote services you can always add an event script and use standard remote services. It is also possible to use Lua scripts that are accessible through the web server, but we are still preparing full documentation and examples for that.
As for the Remote services, i Will have to dig more into the capabilities of lua.
I hope that you can add something for this in the future like a generic rest interface behind which we could at scripts for example
-Mylogicmachine:80/api/universalInput/1?value=on (http put)
-Mylogicmachine:80/api/universalOutput/1 (http get)
behind the call custom scripts like you have for the universal input/outputs
I managed to integrate zwave, rf devices, .... by using domoticz as gateway, for now I only use it for switching zwave and rf devices and it works pretty well