hello. what kind of virtual sensors you create for aqi? i can obtain the aqi data but not works the update to domoticz comand. allways 0 :-( curl -s "http://192.168.1.4:8080/json.htm?type=command¶m=udevice&idx=104&svalue=${aqi}" any idea? Custom Sensor type worked for me
You have to update node a new version. Try sudo apt-get update && sudo apt-get upgrade && sudo apt-get install node Are you on Raspbian Jessie ? I'm on Raspbian Stretch - the newer one. Did update, upgrade, install. I get: 'node is already the newest version (0.3.2-7.4).' I'm on Jessie and node 6 ...
I use Let's Encrypt for SSL support, i have to run scripts manually to update the certificates and replace them in Domoticz configuration.
Also, I have to replace them each time Domoticz is updated.
If nothing is displayed, you have to add some lines to the JS file. process.on('uncaughtException', function (error) { console.log(error.stack); }); Unfortunately, this did not help. I think there's something wrong with node or with miio in my case. - when I tried 'npm install --save miio', I got a ...
For the other one, I had to make the require this way : Not working : const miio = require('miio'); Working : const miio = require('../../../../usr/lib/node_modules/miio'); Could you replace the relative path ('../..') with a single / ? Basically : const miio = require('/usr/lib/node_modules/miio ...
All solved New problem for me : Domoticz:/var/domoticz/scripts/external/xiaomiAirPurifier.js 192.168.0.55 power off Sending Power off command (node:21561) UnhandledPromiseRejectionWarning: Unhandled promise rejection (rejection id: 1): SyntaxError: Unexpected token o in JSON at position 0 No idea ...
New problem for me : Domoticz:/var/domoticz/scripts/external/xiaomiAirPurifier.js 192.168.0.55 power off Sending Power off command (node:21561) UnhandledPromiseRejectionWarning: Unhandled promise rejection (rejection id: 1): SyntaxError: Unexpected token o in JSON at position 0 No idea what to do ...
Hello, I'm having some problems : This works : /var/domoticz/scripts/external/xiaomiAirPurifierControl.sh 192.168.0.55 off sudo /var/domoticz/scripts/external/xiaomiAirPurifierControl.sh 192.168.0.55 off This does not work : Pushing the button on Domoticz I don't have any errors thrown in the log ...
Hello, I'm trying to "hack" my heating device. I need to build a variable resistance controled remotely with Domoticz. The goal is to send the value I want to put. 4500 -> 4500 Ohm 4200 -> 4200 Ohm Any idea how to do this ? With Arduino ? Explanations : The outside thermal sensor is broken, a new ...
I've got some troubles with the Gateway: Somehow, once every while, the 'Lux' stops functioning. As I have a script running that triggers lights based upon the Lux amount, this results in a diminishing WAF factor....;) Anybody recognizes this? Also searching for extra Lux sensors, but can't seem to ...
hello. the aqara water sensor is not availabe yet?? i have the v3.8153 stable of domoticz Same question for me, using the dev version of Domoticz They have a special price on Gearbest today :D : https://www.gearbest.com/home-smart-improvements/pp_668897.html?lkid=XXXX Not found on this list : https ...
hello. the aqara water sensor is not availabe yet?? i have the v3.8153 stable of domoticz Same question for me, using the dev version of Domoticz They have a special price on Gearbest today :D : https://www.gearbest.com/home-smart-improvements/pp_668897.html Not found on this list : https://www ...
Hello, I have a Etekcity ZAP 4LX, it works fine with the remote. In Domoticz, it detects Eurodomest or TriState, but they do not work, nothing happens. (5 other (no name) remote plug are working fine) Is there an other way to add them ? I tried to add manually an Energenie 5-Gang, tried all home ...