Search found 9 matches

by WvdM78
Friday 10 March 2023 17:52
Forum: Switches and Scenes
Topic: Hue Dimmer actions as separate devices
Replies: 0
Views: 1065

Hue Dimmer actions as separate devices

I used to have the hue dimmer from Philips working as a switch with pulldown menu and a DzVents script. The device was added via the zigbee2mqtt module and the Python script. Since the 2023.1 update I am busy migrating all my zigbee devices via the build-in zigbee2mqtt support. So far so good, but ...
by WvdM78
Thursday 22 December 2022 12:52
Forum: Temperature and Weather
Topic: different ways to determine average temperature ?
Replies: 6
Views: 1464

Re: different ways to determine average temperature ?

Another way of averaging historical values is via JSON. I don't have it working right now, but are still trying to. I assume this is the most efficient way, because calculating every 5 or 10 minutes a values is quite task intensive. For instance this one could give some clues: https://www.domoticz ...
by WvdM78
Tuesday 18 January 2022 16:55
Forum: dzVents
Topic: Use value custom sensor as input alert sensor [Solved]
Replies: 14
Views: 2829

Re: Use value custom sensor as input alert sensor [Solved]

It took me a while to find this thread. I have been struggling with exactly the same issue, that the MH-19B sensor broadcasts three values. Thank you for the right direct with the rawdata[1] suggestion. Unfortunately I find it quite hard to find the right syntax to read a value with dzvents from a ...
by WvdM78
Saturday 20 March 2021 21:45
Forum: Show your projects
Topic: Connected Cars
Replies: 93
Views: 25890

Re: Connected Cars

FYI. I added recently the possibility to execute remote services (LIGHT, HORN, HEATING/ARICO). This allows me starting my AIRCO/HEATING from any script. I have a script that reads my calendar... So I can book my airco/heating in advance :-). Filip Hi Filip, I recently found out that you have made ...
by WvdM78
Monday 28 September 2020 22:22
Forum: Rfxcom Transceiver
Topic: Byron Smartwares DBY-23712 wireless doorbell support (Action)
Replies: 4
Views: 7547

Re: Byron Smartwares DBY-23712 wireless doorbell support (Action)

I have bought this Byron DBY-23712 as well and cannot get it to work with Domoticz (RFLink). I have the latest Domoticz beta (2020.2 12393) installed. I suspect it is not communicating with Byron SX but something else. When I try to manual learn the speaker in the first 20 seconds and send a command ...
by WvdM78
Wednesday 16 September 2020 13:43
Forum: Show your projects
Topic: Connected Cars
Replies: 93
Views: 25890

Re: Connected Cars

Hmmm bmw i3 owner... im interested!! It could be based upon bimmer_connected: https://github.com/bimmerconnected/bimmer_connected # get the latest version of the library pip3 install --upgrade bimmer_connected # run the fingerprint function bimmerconnected fingerprint <username> <password> <region ...
by WvdM78
Wednesday 12 August 2020 20:27
Forum: Examples & Solutions
Topic: Luftdaten [SOLVED]
Replies: 62
Views: 28413

Re: Luftdaten [SOLVED]

I am trying to add a luftdaten sensor near my street (not my own) in domoticz via public url. It's only meant to work with your own luftdaten sensor. A different script will need to be written for your idea. Thanks for your reply. I have some Json / Rest api experience but not much, I'll try. If I ...
by WvdM78
Wednesday 12 August 2020 12:56
Forum: Examples & Solutions
Topic: Luftdaten [SOLVED]
Replies: 62
Views: 28413

Re: Luftdaten [SOLVED]

I am trying to add a luftdaten sensor near my street (not my own) in domoticz via public url. Could you help me which url needs to be inserted in the script? It appears that the api of luftdaten is migrated to sensor.community? I have found http://data.sensor.community/airrohr/v1/sensor/<sensorid ...
by WvdM78
Wednesday 01 April 2020 14:52
Forum: Show your projects
Topic: Connected Cars
Replies: 93
Views: 25890

Re: Connected Cars

Hi! In the latest stable of Domoticz I have created a (c++) hardware module as native support for EV's (see https://www.domoticz.com/wiki/EVehicles). The module communicates with a car through a standard API interface, and this API can be implemented for various cars. Currently only the Tesla API ...