sudo cp /usr/local/share/lua/5.1/*.lua /usr/local/share/lua/5.2
I followed the instructions on the wiki and have some problems with Lua5.2. I know my way around in Linux, but am not really familiar with Lua or fixing library problems.
If I run the test script to scan for the radiators. It finds ...
Search found 2 matches
- Tuesday 06 December 2016 1:15
- Forum: Heating/cooling
- Topic: ELV Max! Heating control system
- Replies: 731
- Views: 190969
- Tuesday 06 December 2016 1:13
- Forum: Heating/cooling
- Topic: ELV Max! Heating control system
- Replies: 731
- Views: 190969
Re: ELV Max! Heating control system
Almost same for me.
But with FHEM to send readings to Domoticz.
For your issue, you may find yourself happy with:
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 ...
But with FHEM to send readings to Domoticz.
For your issue, you may find yourself happy with:
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 ...