Search found 7 matches

by Drees
Sunday 16 July 2023 12:48
Forum: Utility
Topic: Water Meter, sensor type
Replies: 38
Views: 8125

Re: Water Meter, sensor type


Previously "total_liter_offset_m3" was not available. So obviously you can set also the offset in the Home Wizard app. In that case, I assume, you should not use the offset in Domoticz. However, I have not been able to find that setting, yet.

Best regards


I was also searching why it is always ...
by Drees
Sunday 12 February 2023 16:22
Forum: Python
Topic: Plugin - Homewizard
Replies: 123
Views: 43353

Re: Plugin - Homewizard

azonneveld wrote: Friday 10 February 2023 22:51 You are using the wrong hardware module.

Try this: viewtopic.php?p=297369#p297369
Thanks, this is working well.
by Drees
Friday 10 February 2023 18:54
Forum: Python
Topic: Plugin - Homewizard
Replies: 123
Views: 43353

Re: Plugin - Homewizard

I installed the plugin from https://github.com/rvdvoorde/domoticz-homewizard
I see a (new) hardware 'Homewizard'

I used this:
IP Address: adres of the P1 meter
Port: 80
Password: I use for all my devices
Poll interval: 15 (default)
full update 10 (default)

I hope someone can help me, I don't get ...
by Drees
Sunday 16 October 2022 14:17
Forum: Examples & Solutions
Topic: Script to display next F1 Race
Replies: 36
Views: 13462

Re: Script to display next F1 Race


I have extended the qualifying results to a top 6 . Max doesn't always qualify in the top 3 like today ;)

return {
on = {
timer = { 'every 20 minutes' },
httpResponses = { 'nextF1', 'qualyF1' } -- matches callback string below
},
data = {
nextF1 = { initial = nil }
},

execute ...
by Drees
Monday 20 June 2022 20:32
Forum: Examples & Solutions
Topic: Dutch local covid-19 figures
Replies: 43
Views: 13619

Re: Dutch local covid-19 figures

Is this script still working, or is it stopped because they don't know all the positive tests humans?
If it is still working, can someone tell me where i need to put the second script of OP and what script language?
by Drees
Wednesday 15 June 2022 17:11
Forum: LUA
Topic: read value of http
Replies: 1
Views: 360

read value of http

i'm a noob about domoticz and scripting.
I try to read out a value from a http command with sent it over a port.

This script i use to sent the value over IP (this is working, tested by another server device).
it is sent it by to adres of my domoticz RPI with port 19928

data = tostring(tarief_1 ...
by Drees
Monday 06 June 2022 16:37
Forum: LUA
Topic: GarbageCalendar (new version) lua scripts
Replies: 489
Views: 94252

Re: GarbageCalendar (new version) lua scripts

:idea: Or you read the manual :oops:

Sorry it is working, i didnt read the manual in github wiki



Sorry, but I'm a Noob about this.
I was trying to use this feature, but i can't figure out what mi doing wrong.

i did go to the jvanderzande / GarbageCalendar

First i had a virtual text object ...