Search found 8 matches

by JeanBonnot
Tuesday 25 February 2025 12:19
Forum: Installation, Compiling, Permissions, Security and Starting
Topic: [SOLVED] Unable to build from source
Replies: 1
Views: 373

Re: Unable to build from source

It's fixed, the origin of the problem is the prior installation/compilation of boost (v1.87), you have to delete all the boost folders in /usr/local/include and /usr/local/lib, then build boost version 1.84
by JeanBonnot
Monday 24 February 2025 13:52
Forum: Installation, Compiling, Permissions, Security and Starting
Topic: [SOLVED] Unable to build from source
Replies: 1
Views: 373

[SOLVED] Unable to build from source

Board : Orange pi5 OS: dietpi 9.11.2 boost : 1.84.0 cmake : 3.28.3 I followed the instructions given here: https://wiki.domoticz.com/Build_Domoticz_from_source it seems that boost is not the right version... pi5@domoticz:~/dev-domoticz$ make -- Submodule update Depuis https://github.com/Thalhammer ...
by JeanBonnot
Tuesday 27 August 2024 18:19
Forum: Others
Topic: rtl_433 : how-to receive and manage remote control order ?
Replies: 2
Views: 1253

Re: rtl_433 : how-to receive and manage remote control order ?

Is there no one who can help me? :(
by JeanBonnot
Thursday 22 August 2024 10:37
Forum: Others
Topic: rtl_433 : how-to receive and manage remote control order ?
Replies: 2
Views: 1253

rtl_433 : how-to receive and manage remote control order ?

Hi all I use rtl_433 with dongle to receive temperature sensors, it works very well. And I want to use a 433 Mhz remote control and manage the command received to control the zigbee and wifi sockets: remote0.jpeg rtl_433 seems to receive the order: rttl 433 remote.png But domoticz does not display ...
by JeanBonnot
Thursday 25 January 2024 8:22
Forum: Other questions and discussions
Topic: [SOLVED] The serial port does not appear in the drop-down list.
Replies: 4
Views: 5475

Re: The serial port does not appear in the drop-down list.

@gizmocuz thx for helping, but .. the serial port works perfectly, the only small problem is that it is not listed in the list of usable serial ports. I fixed the problem by adding a symlink in /dev/serial/by-id : ~sudo ln -s /dev/ttyS1 /dev/serial/by-id/ttyS1_GPIO Now the serial port appears as ...
by JeanBonnot
Wednesday 24 January 2024 9:24
Forum: Other questions and discussions
Topic: [SOLVED] The serial port does not appear in the drop-down list.
Replies: 4
Views: 5475

Re: The serial port does not appear in the drop-down list.

@waltervl : Thx for reply and yes, i have 'created' this port manually
by JeanBonnot
Tuesday 23 January 2024 14:06
Forum: Other questions and discussions
Topic: [SOLVED] The serial port does not appear in the drop-down list.
Replies: 4
Views: 5475

[SOLVED] The serial port does not appear in the drop-down list.

Hi all, The serial port, which is functional from the system, does not appear in the list of usable serial ports ( other ports appear ). By manually entering the serial port name ( /dev/ttyS1 ) in the database ( for Teleinfo hardware ), it works perfectly. Why doesn't this port appear? And what can ...
by JeanBonnot
Wednesday 23 October 2019 11:23
Forum: LUA
Topic: Howto specify sensor update date/time ?
Replies: 0
Views: 324

Howto specify sensor update date/time ?

Hi all,
I have a script that gets the water level of the tide with the corresponding measurement date / time, how to set LastUpdate field with this date/time ? (Ie.: To get correct graphics)
And in general, how to define the LastUpdate field of a measure?
Thx