Zwave - Fibaro Motion Sensor - Printable Version +- Logic Machine Forum (https://forum.logicmachine.net) +-- Forum: LogicMachine eco-system (https://forum.logicmachine.net/forumdisplay.php?fid=1) +--- Forum: Gateway (https://forum.logicmachine.net/forumdisplay.php?fid=10) +--- Thread: Zwave - Fibaro Motion Sensor (/showthread.php?tid=4) |
RE: Zwave - Fibaro Motion Sensor - edgars - 08.10.2015 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. RE: Zwave - Fibaro Motion Sensor - KingCanute - 08.10.2015 (08.10.2015, 12:48)edgars Wrote: Z-wave logo is shown behind the "RS485 / USB etc." external gateways cube Ok, nice to know RE: Zwave - Fibaro Motion Sensor - npinguin - 29.10.2015 I am ready for beta testing, Customers are asking for this RE: Zwave - Fibaro Motion Sensor - npinguin - 10.11.2015 By when can we expect to have a first version of the z-wave gateway and Bluetooth? RE: Zwave - Fibaro Motion Sensor - admin - 11.11.2015 Probably by the end of the year. Which Bluetooth devices are you planning to connect? RE: Zwave - Fibaro Motion Sensor - npinguin - 11.11.2015 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 RE: Zwave - Fibaro Motion Sensor - admin - 12.11.2015 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. RE: Zwave - Fibaro Motion Sensor - npinguin - 12.11.2015 Thanks for your reply I was planning to use the following open source project for the interfacing https://github.com/ez2X8pk61DHkdztgFT6O/SMA-Bluetooth-reader2 It seems just like a plain serial protocol The packet layout can be found here http://blog.jamesball.co.uk/2013/02/sma-bluetooth-level-2-packet-format.html 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 RE: Zwave - Fibaro Motion Sensor - npinguin - 25.11.2015 Hello 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 domoticz you find here (I installed it on a synology nas): https://www.domoticz.com/ below my user library Code: DOMOTICZ_IP = '192.168.0.12' here a trigger to switch a device based a knx event Code: SCRIPT = 'user.library' finally my deamon script to ensure that the knx status is correctly set even if I use domoticz or my zwave remote Code: SCRIPT = 'user.library' I am sure code could be cleaner but I am still learning lua Enjoy Next step let a mobotix cam trigger the opening/closing of doors, but manage the opening hours per user through logic machine RE: Zwave - Fibaro Motion Sensor - admin - 26.11.2015 This line will do nothing because if require fails it produces an error and script execution stops. Code: if not lib then alert('Event ' .. event .. ' not handled: script ' .. SCRIPT .. ' missing') os.sleep(60) return end RE: Zwave - Fibaro Motion Sensor - npinguin - 26.11.2015 (26.11.2015, 07:02)admin Wrote: This line will do nothing because if require fails it produces an error and script execution stops. ok thanks RE: Zwave - Fibaro Motion Sensor - gjniewenhuijse - 18.12.2015 (11.11.2015, 07:07)admin Wrote: Probably by the end of the year. Which Bluetooth devices are you planning to connect? And? can we get this as a christmas present? RE: Zwave - Fibaro Motion Sensor - gjniewenhuijse - 11.01.2016 Is there already more information? when can we expect it and use this nice feature? RE: Zwave - Fibaro Motion Sensor - npinguin - 18.01.2016 Hello Any info regarding the new firmware? When can we expect it? Thanks Nicky RE: Zwave - Fibaro Motion Sensor - edgars - 19.01.2016 it is planned for FEB 2016. Sorry for delay. RE: Zwave - Fibaro Motion Sensor - gjniewenhuijse - 19.01.2016 (19.01.2016, 09:00)edgars Wrote: it is planned for FEB 2016. is the new firmware planned for feb 2016 or the zwave support, or both ? RE: Zwave - Fibaro Motion Sensor - edgars - 19.01.2016 ZWave is planned to come on FEB. New firmware (at least beta version) is planned for JAN RE: Zwave - Fibaro Motion Sensor - npinguin - 19.01.2016 Thanks for the update As you notice we look forward to it :-) RE: Zwave - Fibaro Motion Sensor - edgars - 29.01.2016 Some screenshots while waiting for the final release of ZWave app for LogicMachine RE: Zwave - Fibaro Motion Sensor - gjniewenhuijse - 29.01.2016 (29.01.2016, 11:49)edgars Wrote: Some screenshots while waiting for the final release of ZWave app for LogicMachine i can't wait |