Search found 40 matches
- Sunday 19 August 2018 12:52
- Forum: Third party and supplementary tools
- Topic: Suggestions for wall mounted tablet
- Replies: 3
- Views: 2762
Re: Suggestions for wall mounted tablet
I use Imperihome. For old buyers there is no subscription needed. Just install app
- Tuesday 22 August 2017 12:29
- Forum: Design, usability and languages
- Topic: SNEAK PREVIEW - New default theme
- Replies: 153
- Views: 60561
Re: SNEAK PREVIEW - New default theme
Download zip instead of doing git clone then unzip file and copy it to www
- Thursday 22 June 2017 9:12
- Forum: Others
- Topic: Xiaomi Mi Flora [Temp/Light/Moisture] BLE Sensor
- Replies: 325
- Views: 107847
Re: Xiaomi Mi Flora [Temp/Light/Moisture] BLE Sensor
Same problem here.. I have to restart my bt doongle with script #!/bin/bash now=$(date +"%T") echo "Current time : $now" id=`lsusb |grep Bluetooth |awk '{ print $4 }'| sed 's/://g'` sudo ./usbreset /dev/bus/usb/001/"$id" sleep 5 python3 /home/pi/flora/domoticz.py I did that to sudo crontab to ...
- Wednesday 03 May 2017 13:27
- Forum: Android
- Topic: Android voice control "Ok Google" like "Google Home" for free!
- Replies: 45
- Views: 38691
Re: Android voice control "Ok Google" like "Google Home" for free!
Hello all, Voicecontrol can be much easier with Google Assistant and IFTTT.. create an applet with Google Assistant and Maker for a Url request.. you can even use variables. I have everything voicecontrolled..from asking what temperature it is..setting temperatures..controlling Harmony.. , garage ...
- Friday 21 April 2017 15:40
- Forum: Heating/cooling
- Topic: Multi heaters and sensors, PID and hysterisis heating script
- Replies: 5
- Views: 5617
Re: Multi heaters and sensors, PID and hysterisis heating script
great piece of work, i will test it in my flat. Thank you edit. i add json line to update selector (comfort/eco) when persence button is on/off -- Comfort mode, set heating setpoint to thermostat value, only applies if Presence is true. if( (sHeatingMode == sHeatingModeComfortName) and bPresence ...
- Monday 27 March 2017 20:38
- Forum: LUA
- Topic: Traffic with waze in Domoticz
- Replies: 110
- Views: 36023
Re: Traffic with waze in Domoticz
anyone know how to get device coordinates? i want to modify that script to get ETA device > home Just checkout waze.com typ in the adres you are looking for than click on the "permalink" I think it is called and in the url there are the coordinates. Did you mean this? Verzonden vanaf mijn iPhone ...
- Sunday 26 March 2017 12:03
- Forum: LUA
- Topic: Traffic with waze in Domoticz
- Replies: 110
- Views: 36023
Re: Traffic with waze in Domoticz
anyone know how to get device coordinates? i want to modify that script to get ETA device > home
- Wednesday 22 March 2017 16:18
- Forum: LUA
- Topic: Traffic with waze in Domoticz
- Replies: 110
- Views: 36023
Re: Traffic with waze in Domoticz
here is mine, btw your code is nice piece of work
- Wednesday 22 March 2017 7:32
- Forum: LUA
- Topic: Traffic with waze in Domoticz
- Replies: 110
- Views: 36023
Re: Traffic with waze in Domoticz
It seems to be JQ/JSON related. http://stackoverflow.com/questions/34794007/parse-error-invalid-numeric-literal-at-line-1-column-9 try to play with switch R and r , maybe Waze is not full JSON. I checked my queries, and I don't have any "0 minutes" during past 48 hours. Same, for now best solution ...
- Tuesday 21 March 2017 22:03
- Forum: LUA
- Topic: Traffic with waze in Domoticz
- Replies: 110
- Views: 36023
Re: Traffic with waze in Domoticz
sadly no. ;|
- Tuesday 21 March 2017 14:01
- Forum: LUA
- Topic: How to get summary power consumption from different counters ?
- Replies: 5
- Views: 3077
Re: How to get summary power consumption from different counters ?
working for me -- /home/pi/domoticz/scripts/lua/script_device_calculate_consumption.lua ---------------------------------------------------------------------------------------------------------- -- Domoticz IDX and names of the needed devices ...
- Tuesday 21 March 2017 10:39
- Forum: LUA
- Topic: Traffic with waze in Domoticz
- Replies: 110
- Views: 36023
Re: Traffic with waze in Domoticz
sometimes i have problem with your script pi@raspberrypi:~/domoticz/scripts$ ./traffic.sh parse error: Invalid numeric literal at line 1, column 7 Temps de Trajet Aller : 21 mn Temps de Trajet Retour : 0 mn { "status" : "OK", "title" : "Update Device" } { "status" : "OK", "title" : "Update Device ...
- Monday 20 March 2017 21:52
- Forum: Others
- Topic: Open Energy Monitor
- Replies: 23
- Views: 12162
Re: Open Energy Monitor
i had small problems but now its working fine pulse_counter ='$PulsekWh' power_device = '$PulsePower' -- Electric meter virtual sensor meter_name = 'Zużycie prądu' meter_id = 116 -- User variable containing the counter zero point (Wh) meter_base = 'licznik0' commandArray = {} if (devicechanged[pulse_ ...
- Monday 20 March 2017 19:26
- Forum: LUA
- Topic: Energy in dummy device in LUA
- Replies: 15
- Views: 5969
Re: Energy in dummy device in LUA
no idea, probably need to call database
- Sunday 19 March 2017 13:07
- Forum: LUA
- Topic: Energy in dummy device in LUA
- Replies: 15
- Views: 5969
Re: Energy in dummy device in LUA
There was my mistake with one of ID. Its look like it took to T2 all of my already taken 22kWh. I will make some test now :) Thank you! OK Its working perfect! What is the easiest way to put some daily/monthly data of usage or costs to another dummy or tex device? To show it in some external system ...
- Sunday 19 March 2017 10:22
- Forum: LUA
- Topic: Energy in dummy device in LUA
- Replies: 15
- Views: 5969
Re: Energy in dummy device in LUA
can you tell us more?supermat wrote:You can show that directly in domoticz. Inside the device.
Envoyé de mon iPhone en utilisant Tapatalk
- Wednesday 15 March 2017 21:54
- Forum: MySensors
- Topic: Building a wired RS485 Mysensor network
- Replies: 12
- Views: 8048
Re: Building a wired RS485 Mysensor network
example of code i use on rs485 (here ptt is deleted for test) #include <EEPROM.h> long pulseCount = 0; unsigned long pulseTime,lastTime; double power, elapsedkWh; int ppwh = 1; //1000 pulses/kwh = 1 pulse per wh //################## #define ADRESS 89 //################## int boot_time = ADRESS * 120 ...
- Wednesday 15 March 2017 21:52
- Forum: Raspberry Pi GPIO ( WiringPi )
- Topic: GPIO meter pulse counting with instant power calculation
- Replies: 30
- Views: 30028
Re: GPIO meter pulse counting with instant power calculation
idk what was the problem nut now it's working ;o
- Friday 10 March 2017 21:05
- Forum: Raspberry Pi GPIO ( WiringPi )
- Topic: GPIO meter pulse counting with instant power calculation
- Replies: 30
- Views: 30028
Re: GPIO meter pulse counting with instant power calculation
i modiffied you script with my idx, changed ip i run as root, i can see gpio change with 'watch -d -n 0,1 gpio readall' but nothing happens, in log file i can see: pi@raspberrypi:~$ cat /var/log/syslog |grep local_sensors.py Mar 10 20:19:40 raspberrypi local_sensors.py: INFO Current gas counter is ...
- Thursday 09 March 2017 23:35
- Forum: Others
- Topic: Open Energy Monitor
- Replies: 23
- Views: 12162
Re: Open Energy Monitor
you still work on that script? i have problems with using itdwmw2 wrote:Thanks. I've got it working too, coping with counter resets as described at http://www.domoticz.com/wiki/Lua_-_Elec ... se_counter