Well... This is not really what I was looking for... But... mostly (on my example) something like : blocks['PV] = { title: 'PV', icon: 'fas fa-solar-panel', unit: ' Watts', values:[ { idx: CPV+'_1', }, { idx: CPV2+'_2', }, ], mathvalues: 'sum', In this case is we have in CPV_1 = 300 (Watts), and ...
Hello, I have 2 PV counters on Domoticz, and I would like to concat the power generated into 1 values. var CPV = 3934; var CPV2 = 6022; // ... blocks[CPV] = { title: 'PV', idx: CPV+'_1', icon: 'fas fa-solar-panel', unit: ' Watts', }; blocks[CPV2] = { title: 'PV Mur', idx: CPV2+'_1', icon: 'fas fa ...
Or maybe this is because my dashticz are dual stack and the code that handle ip address whitelist is not really good at it should. As a network engineer, I am always shocked about : 127.0.0.*;192.168.0.* instead of using CIDR... (will have to find the code and propose a PR...)
Hello, According to https://www.domoticz.com/wiki/Security, the access to API with user and password in URL are not accepted anymore. For unknown reasons (try to figure why), the whitelisting on domoticz doesn't seems to work on my system (trying to figure why) so access to json.htm is returned by ...
Hello, I have some selector switch (virtual device) who has Off/Hors-Gel/Eco/Confort. Here is the code : -- Script de gestion du chauffage dans l'extension si jours blanc ou rouges return { on = { devices = { idx_edf_color, -- EDF - Couleur du jour idx_edf_tarif, -- EDF Tarif en cours idx_fp_chalet ...
Hello, I have the following sensor (EcoDevices) that can have 2 values (General Alert sensor -> 1 -> Heures Creuses 2 -> Heures Pleines I don't know how to make simple actions about this sensor in dzVents (seems I am one of the strange people who likes to know how to do that). Here is my code... If ...
Hello, I am pleased to announce I have finally finished my own plugin for power meters Hikking (and compatibles) DDS238-2 ZN/S Modbus over TCP. It is at : https://github.com/xbeaudouin/domoticz-ds238-modbus-tcp (mirror from my own git repos). Hope you be pleased to use this plugin... Feel free to ...
Thanks for developing this nice plugin. I am trying to use this plugin with an EASTRON SDM120M Modbus coupled to an RS485 USB stick on a Raspberry PI in Domoticz. I am able to read the values from the device directly in the commandline with a tool, leading me to the conclusion that the hardware ...
I see there 3 modules in this project : modbus-read/modbus-write, but there is modbus-device. Since @domoticX is the maintainer of this project, does modbus-device is ready for usage, or it is dead project?
Regards,
Xavier
Well I have 3 values on my graph (french electricity) : - Heures Pleine (eg costly electricity : from 6:00 to 22:00) aka v2_213 - Heures Creuse (eg very cheap electricty : from 22:00 to 6:00) aka v_213 - PV (Solar panels) that is in green (well... depending of the sun) aka v_2120 So to have the last ...
Hello, I currently have an issue with the graph stuff... Maybe I have missed something, but it seem the graph stop to be done between 21:30 to 6:25 in the night. (See caption). My graph config is : // EDF / PV blocks['multi1'] = { title: 'PV | EDF', devices: [ 2120, 213], datasetColors: [ 'rgba(92 ...
I have an "old" Worx (with the app : Worx Mover). I have just made some quick dzvents script : -- Your Worx Landroid M informations local worx_ip = "192.168.x.Z" local worx_pin = "0000" -- Update the virtual devices local update_devices = 1 -- 0 = no update / 1 = update local idxbat = 1234 ...
Hello there.
Working on a Tesla Plugin for Domoticz.
I am open to any contributions and test... (currently started work, so it does not work yet...).
See : https://www.domoticz.com/forum/viewtopi ... 65&t=30812
Regards