12.11.2015, 23:49
Thanks for your reply
I was planning to use the following open source project for the interfacing
https://github.com/ez2X8pk61DHkdztgFT6O/...th-reader2
It seems just like a plain serial protocol
The packet layout can be found here
http://blog.jamesball.co.uk/2013/02/sma-...ormat.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
I was planning to use the following open source project for the interfacing
https://github.com/ez2X8pk61DHkdztgFT6O/...th-reader2
It seems just like a plain serial protocol
The packet layout can be found here
http://blog.jamesball.co.uk/2013/02/sma-...ormat.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