Search found 11 matches

by foxmulder06
Friday 08 January 2021 18:19
Forum: Installation, Compiling, Permissions, Security and Starting
Topic: enabling https on domoticz
Replies: 5
Views: 3187

Re: enabling https on domoticz

Hi, The file "domoticz.sh" is fully part of the TGZ file, example = "domoticz_linux_x86_64.tgz" for 64 bits Extract it in your home directory and you will find the file immediately ! example: /home/domotique/domoticz So, If you get this file to setup Domoticz, the file is there, at ROOT level ...
by foxmulder06
Friday 08 January 2021 15:52
Forum: Installation, Compiling, Permissions, Security and Starting
Topic: enabling https on domoticz
Replies: 5
Views: 3187

Re: enabling https on domoticz

Hi, Just search on GOOGLE "domoticz https" and you will get the official Domoticz Wiki with the responses: https://www.domoticz.com/wiki/Native_HTTPS_/_SSL_support Domoticz now has native HTTPS / SSL support since Version 2.2563 (June 14th 2015) The https port is defined in /etc/init.d/domoticz.sh ...
by foxmulder06
Sunday 14 June 2020 13:38
Forum: Installation, Compiling, Permissions, Security and Starting
Topic: Re: http address not reachable
Replies: 7
Views: 6942

Re: http address not reachable

Hi,

Activate the domoticz LOG file and check what's happen, first as it should work immediatly, so first reason is that executable file is not running and/or has crashed.
by foxmulder06
Saturday 13 June 2020 12:18
Forum: Installation, Compiling, Permissions, Security and Starting
Topic: Using domoticz without internet connection
Replies: 11
Views: 2181

Re: Using domoticz without internet connection

Hi,

Both Domoticz Server equipment AND your equipment with a touch screen should be connected on the SAME LAN.

Even without any internet connection, one equipment could see and connect to another local LAN equipement, by using it LOCAL IP adresse like http://192.168.1.xxx for example

Regards
by foxmulder06
Monday 08 June 2020 20:59
Forum: Installation, Compiling, Permissions, Security and Starting
Topic: Location of hardware plugins code
Replies: 4
Views: 493

Re: Location of hardware plugins code

Thanks FireWizard for the direct link. :D

So, for the original question, Please note that this is C++ code and not Python code for conventionnal external plugin ;)

Thanks
by foxmulder06
Monday 08 June 2020 20:47
Forum: Installation, Compiling, Permissions, Security and Starting
Topic: Location of hardware plugins code
Replies: 4
Views: 493

Re: Location of hardware plugins code

Hi,

I'm pretty sure that you will be able to find it in the ZIP file that contains the source code... :D
by foxmulder06
Wednesday 03 June 2020 20:53
Forum: Installation, Compiling, Permissions, Security and Starting
Topic: Make command not working
Replies: 10
Views: 1218

Re: Make command not working

Hi Jaakko, Did you apply the following BEFORE re-installing new library BOOST V1.73 + reboot : [This first step is necessary because you will get linking errors if you don't remove the old Boost library] sudo apt remove --purge --auto-remove libboost-dev libboost-thread-dev libboost-system-dev ...
by foxmulder06
Sunday 31 May 2020 19:40
Forum: Installation, Compiling, Permissions, Security and Starting
Topic: Need help to download old x86 release
Replies: 2
Views: 388

Re: Need help to download old x86 release

Hi,

If you only need a TEST platform, keep Windows and setup VIRTUALBOX + 1 VM that run UBUNTU V18.04 for testing purpose !

Works great and you can do all tests you want easily.

Regards
by foxmulder06
Sunday 31 May 2020 19:26
Forum: Installation, Compiling, Permissions, Security and Starting
Topic: Make command not working
Replies: 10
Views: 1218

Re: Make command not working

Hi, -> Did you follow ALL information provided on Domoticz source code information page ? -> What is your CMAKE version ? Must be > 3.16.0 Verify you are on the correct version with : cmake --version Results of cmake --version: cmake version 3.16.xx CMake suite maintained and supported by Kitware ...
by foxmulder06
Sunday 31 May 2020 19:11
Forum: Installation, Compiling, Permissions, Security and Starting
Topic: installing ubuntu error
Replies: 5
Views: 681

Re: installing ubuntu error

Hi, What is your OS version: 32 or 64 bits ? As far as I know, and I was obliged to do it like this, the Binary is only available for 64 bits platform, therfore if you have a 32 bits platform, the binary is not available anymore and give you an error message... I read on the Screen capture the text ...
by foxmulder06
Sunday 31 May 2020 18:54
Forum: Installation, Compiling, Permissions, Security and Starting
Topic: HDD not enough memory?
Replies: 2
Views: 356

Re: HDD not enough memory?

Hi,

This is not related to DOMOTICZ but to your Linux OS.

Depending on the OS, you should read the documentation to reorganize your hard disk/Partitions differently and may be, think to reinstall it properly.

Regards
Pascal