Search found 54 matches

by pierrotori
Monday 06 May 2024 21:00
Forum: dzVents
Topic: black text in domoticz log
Replies: 3
Views: 579

Re: black text in domoticz log

lua function ?
by pierrotori
Sunday 05 May 2024 19:26
Forum: dzVents
Topic: black text in domoticz log
Replies: 3
Views: 579

black text in domoticz log

Hi
what is the dzvents function to write a log text in black ?
Pierrotori
by pierrotori
Thursday 18 April 2024 7:59
Forum: Bugs and Problems
Topic: timeout with docker
Replies: 1
Views: 166

Re: timeout with docker

any news
by pierrotori
Wednesday 17 April 2024 21:20
Forum: General Discussion
Topic: Timer update, disturbed planning of blind
Replies: 5
Views: 1013

Re: Timer update, disturbed planning of blind

i confirm for this problem i have 2 blinds with the same scheduling when i reactivate the timer of my first blind at the time of scheduling, in this case the second timer of the second blind is not scheduled and the timer is updated in the json scheduling and no closed { "Active" : "true", "Color ...
by pierrotori
Friday 12 April 2024 8:06
Forum: Bugs and Problems
Topic: timeout with docker
Replies: 1
Views: 166

timeout with docker

Hi i have this error 2024-04-12 04:50:31.704 Error: dzVents script command running longer than specified timeout(30 seconds), cancelling...(/opt/domoticz/userdata/speedtest/speedtest --format=json --accept-license --accept-gdpr) 2024-04-12 04:50:31.996 Error: dzVents: Error: (3.1.8) SPEEDTEST v2.2 ...
by pierrotori
Tuesday 13 February 2024 11:50
Forum: General Discussion
Topic: test if device exist
Replies: 4
Views: 530

Re: test if device exist

This week, i tested a new version from zwave-js-ui and recreate my device i have a problem because device name are not the same before migration i note in my dzvents that i don't test if the device exist and i have another error in the scripts. I would like to improve the dzvents scripts and it ...
by pierrotori
Monday 12 February 2024 20:21
Forum: General Discussion
Topic: test if device exist
Replies: 4
Views: 530

test if device exist

Hi

what is the best solution to test if the device exist ?
this function
if domoticz.utils.deviceExists('myDevice') then
or this
domoticz.devices('myDevice') ~= nil then
Pierrotori
by pierrotori
Monday 12 February 2024 16:46
Forum: Z-Wave
Topic: Device name in domoticz
Replies: 7
Views: 780

Re: Device name in domoticz

i put %loc_%o and now i have flood (cave_temperature_air_2)
by pierrotori
Monday 12 February 2024 16:44
Forum: General Discussion
Topic: re-index database domoticz
Replies: 5
Views: 787

Re: re-index database domoticz

great, thank you
by pierrotori
Monday 12 February 2024 16:00
Forum: General Discussion
Topic: re-index database domoticz
Replies: 5
Views: 787

re-index database domoticz

Hi
i realized more test with zwave-js-ui and create a lot of device in domoticz and i removed the device

my question is , i created a lot of index and is it possible to re-index the device counter in the database ?

Pierre
by pierrotori
Monday 12 February 2024 14:22
Forum: Z-Wave
Topic: Device name in domoticz
Replies: 7
Views: 780

Re: Device name in domoticz

i understand your explication, in the MQTT , i have this { "value_template": "{{ value_json.value }}", "command_topic": "zwave/16/112/0/2/set", "device": { "identifiers": [ "zwavejs2mqtt_0xd3fe56b6_node16" ], "manufacturer": "Fibargroup", "model": "Flood Sensor (FGFS101)", "name": "inondation", "sw ...
by pierrotori
Monday 12 February 2024 14:11
Forum: Z-Wave
Topic: Device name in domoticz
Replies: 7
Views: 780

Re: Device name in domoticz

thanks for the topic i saw
if (subname.find("0x") != 0)
{
pDevice->name = dev_name + " (" + subname + ")"; }
else
pDevice->name = dev_name;
}
in fact the 0x is in the condition, i search to remove the Home Hex
by pierrotori
Monday 12 February 2024 13:30
Forum: Z-Wave
Topic: Device name in domoticz
Replies: 7
Views: 780

Re: Device name in domoticz

my version Version: 2024.4 (build 15888)
in Home Assistant from zwave-js-ui i have been %n_%loc_%o
by pierrotori
Monday 12 February 2024 13:20
Forum: Z-Wave
Topic: Device name in domoticz
Replies: 7
Views: 780

Device name in domoticz

Hi
next to remove the device in zwave-js-ui and when i include the device, the device name in domoticz is not the same.
next
flood (flood_cave_temperature_air_2)
instead of
flood_cave_temperature_air_2

Have you encountered this problem with the name of the device ?
by pierrotori
Friday 19 January 2024 19:43
Forum: General Discussion
Topic: json for version or other command
Replies: 27
Views: 3145

json for version or other command

i scrapped the html page {"domoticz":"version" {"mode":"release","os":"linux","bits":"armv7l.tgz","numero":"2024.2.15854","date":"2024-01-16","size":"14,36 MB"} {"mode":"release","os":"linux","bits":"aarch64.tgz","numero":"2024.2.15854","date":"2024-01-16","size":"14,89 MB"} {"mode":"release","os ...
by pierrotori
Thursday 18 January 2024 19:08
Forum: General Discussion
Topic: json for version or other command
Replies: 27
Views: 3145

Re: json for version or other command

because i prefer to use only the container to manage the functionality of the smart home, not to manage the system, or exploitation i prefer in this case use the script shell or dzvents today, i have a different container for domoticz/mosquito/homebridge/zwave-js-ui/fail2ban/wireguard i could to use ...
by pierrotori
Thursday 18 January 2024 18:43
Forum: General Discussion
Topic: json for version or other command
Replies: 27
Views: 3145

Re: json for version or other command

it's exactly that i search
is your process web-scraping is a node-red flow ?
by pierrotori
Wednesday 17 January 2024 21:07
Forum: General Discussion
Topic: json for version or other command
Replies: 27
Views: 3145

json for version or other command

if i understood , with docker the notify update is disabled in the system parameters

i search a command in domoticz or through the ghitub to check the new stable version is arrived !
by pierrotori
Wednesday 17 January 2024 13:44
Forum: General Discussion
Topic: json for version or other command
Replies: 27
Views: 3145

Re: json for version or other command

i can use tools docker as for the domoticz local docker image inspect domoticz/beta:latest | grep -i 'org.label-schema.version' "org.label-schema.version": "15797" and the version on the hub docker curl -s 'https://hub.docker.com/v2/repositories/domoticz/domoticz/tags' -H 'Content-Type: application ...
by pierrotori
Wednesday 17 January 2024 11:12
Forum: General Discussion
Topic: json for version or other command
Replies: 27
Views: 3145

Re: json for version or other command

i would like to compare the version to be notify of the new version
if i use this

Code: Select all

 docker image inspect domoticz/beta|grep version
i have this
"org.label-schema.version": "15797"