Search found 5 matches

by Piter1973
Thursday 16 October 2025 12:57
Forum: Bugs and Problems
Topic: Orange PI PC with Armbian Trixie 6.12.57
Replies: 6
Views: 211

Re: Orange PI PC with Armbian Trixie 6.12.57

Woow, Thanks :D :D
Domoticz is installed

But the first time I connect via the website, I need a login and password. I didn't set anything up. Is there a default login and password?
This is a new linux install and a new domoticz install.
by Piter1973
Wednesday 15 October 2025 23:27
Forum: Bugs and Problems
Topic: Orange PI PC with Armbian Trixie 6.12.57
Replies: 6
Views: 211

Re: Orange PI PC with Armbian Trixie 6.12.57

I guess this won't be easy to solve

root@orangepipc:~# sudo apt-get install libcurl4
Reading package lists... Done
Building dependency tree... Done
Reading state information... Done
Package libcurl4 is not available, but is referred to by another package.
This may mean that the package is missing ...
by Piter1973
Wednesday 15 October 2025 0:19
Forum: Bugs and Problems
Topic: Orange PI PC with Armbian Trixie 6.12.57
Replies: 6
Views: 211

Orange PI PC with Armbian Trixie 6.12.57

Hello
I'm trying to install Domoticz on my Orange PI PC running Armbian Trixie 6.12.57 ( v25.11 rolling for Orange Pi PC running Armbian Linux 6.12.51-current-sunxi ). But there is a problem during installation - the installation stops

I install using ( I install it on the domoticz user account ...
by Piter1973
Saturday 07 December 2019 16:39
Forum: LUA
Topic: [Bash/Lua] Presence Detection via MAC Address
Replies: 41
Views: 21329

Re: [Bash/Lua] Presence Detection via MAC Address

Hello
Nice script. But I have a problem with script_time_Presence.lua

My script_time_Presence.lua

function splitString(str, delim, maxNb)
-- Eliminate bad cases...
if string.find(str, delim) == nil then
return { str }
end
if maxNb == nil or maxNb < 1 then
maxNb = 0 -- No limit
end
local ...
by Piter1973
Saturday 06 April 2019 22:49
Forum: Suggestions
Topic: Gsm module support for notifications
Replies: 0
Views: 1046

Gsm module support for notifications

Hello
Will the creator in the future plan to support GSM modules?
I suggest add GSM USB modems (eg Huawei E173, Huawei E313, Huawei E156G, ZTE MF631, ZTE MF710M, ZTE MF669 or others) or using GPIO ports - Sim800L or Neoway M590. This modem could send notifications regardless of other services and ...