Re: ELV Max! Heating control system
Posted: Tuesday 06 December 2016 1:13
Almost same for me.
But with FHEM to send readings to Domoticz.
For your issue, you may find yourself happy with:
And I had to copy 5.1 to 5.2 after installing:
Hope this help
Best
Loïc
But with FHEM to send readings to Domoticz.
For your issue, you may find yourself happy with:
Code: Select all
sudo apt-get install libssl-dev
sudo mkdir /usr/local/ssl
sudo cp /usr/lib/arm-linux-gnueabihf/libssl.* /usr/local/ssl
sudo luarockt install luasec OPENSSL_LIBDIR=/usr/local/ssl --server=http://luarocks.org
sudo luarockt install luasocket
sudo luarocks install basexx
Code: Select all
/usr/local/share/lua/5.1/*.lua
Best
Loïc
1970sITman wrote:Gents,
Long time user (3 years or so) of MAX! hardware using Max!buddy as 'read only' interface to Domoticz.
Not looked at the forum for a good few months so VERY surprised (and pleased) to find how far you have developed the two way communication to Domoticz.
So.....dived in headfirst this evening with a spare cube, thermostat and valve
.........only to fall at the first hurdle installing the LUA modules on a spare Pi !
At the 4th install line in the Wiki sudo luarocks install luasec, i get
Warning: Failed searching manifest: Failed loading manifest: Failed fetching manifest for http://luarocks.org/repositories/rocks - Error fetching file: Failed downloading http://luarocks.org/repositories/rocks/manifest - URL redirected to unsupported protocol - install luasec to get HTTPS support.
Error: No results matching query were found.
Tried the options further down the Wiki with the same result.
Suggestions please?
Thanks