Search found 8 matches
- Monday 10 June 2024 18:45
- Forum: General Discussion
- Topic: Add HomeWizard WiFi watermeter in Domoticz
- Replies: 46
- Views: 12017
Re: Add HomeWizard WiFi watermeter in Domoticz
I have a question, before I always used a P1 to PI USB cabel. I tested if I can run HomeWizzard in my domoticz setup. (in test setup). My question, can I hold the old values/statistics that I record with the USB-cabel in domoticz and now get the values from HomeWizzard and disconnect the USB, but go ...
- Sunday 16 July 2023 12:48
- Forum: Utility
- Topic: Water Meter, sensor type
- Replies: 38
- Views: 4807
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 0 ...
- Sunday 12 February 2023 16:22
- Forum: Python
- Topic: Plugin - Homewizard
- Replies: 123
- Views: 41887
Re: Plugin - Homewizard
Thanks, this is working well.azonneveld wrote: ↑Friday 10 February 2023 22:51 You are using the wrong hardware module.
Try this: viewtopic.php?p=297369#p297369
- Friday 10 February 2023 18:54
- Forum: Python
- Topic: Plugin - Homewizard
- Replies: 123
- Views: 41887
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 a ...
- Sunday 16 October 2022 14:17
- Forum: Examples & Solutions
- Topic: Script to display next F1 Race
- Replies: 36
- Views: 10454
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 = function(domoticz ...
- Monday 20 June 2022 20:32
- Forum: Examples & Solutions
- Topic: Dutch local covid-19 figures
- Replies: 43
- Views: 10235
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?
If it is still working, can someone tell me where i need to put the second script of OP and what script language?
- Wednesday 15 June 2022 17:11
- Forum: LUA
- Topic: read value of http
- Replies: 1
- Views: 311
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) sock ...
- Monday 06 June 2022 16:37
- Forum: LUA
- Topic: GarbageCalendar (new version) lua scripts
- Replies: 463
- Views: 71318
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 with the ...