Search found 21 matches

by nood
Sunday 23 December 2018 14:16
Forum: Python
Topic: Python script: scarlet internet usage
Replies: 0
Views: 349

Python script: scarlet internet usage

Hi I made a small web scraping script with python to check how much of our monthly internetvolume we used. import requests from bs4 import BeautifulSoup import re DOMOTICZ_IP = 'http://YOUR_DOMOTICZ_IP' DEVICE_IDX = 'YOUR_DEVICE_IDX' POST_LOGIN_URL = "https://www.scarlet.be/customercare/logon.do ...
by nood
Tuesday 20 November 2018 10:19
Forum: Design, usability and languages
Topic: Aurora theme
Replies: 466
Views: 173073

Re: Aurora theme

Hi I have a bug in the mobile version of the aurora theme. On the dashboard my 2 webcams are displayed twice. It happens in chrome and firefox on my android phone. https://i.imgur.com/xW2lAcg.jpg My 2 kids move a lot when they sleep, and it happens they crawl in the blind spot of the camera because ...
by nood
Wednesday 08 August 2018 10:30
Forum: Cameras
Topic: How to... show live feed from camera on dashboard
Replies: 30
Views: 25916

Re: How to... show live feed from camera on dashboard

Have yoy been able to fix this one? I run into the exact same problem. I also had this problem, but I found a way to get it to work. I added a scene to my camera instead of a switch . Also make sure you have the normal view and not the compact. Edit: the solution is much more simple :roll:. just ...
by nood
Wednesday 18 April 2018 17:06
Forum: Android
Topic: bug: domoticz app setting fields are blank
Replies: 4
Views: 2792

Re: bug: domoticz app setting fields are blank

Domo wrote: Sunday 15 April 2018 14:47 Hello,

The same here and i'am a starting user so i don know how to fill in.

Greets Domo
Try this for local control: first line is the IP adress of your domoticz server, next is the port (default is 8080 i think) next is your login and password (if you have one set)
by nood
Friday 13 April 2018 10:11
Forum: Android
Topic: bug: domoticz app setting fields are blank
Replies: 4
Views: 2792

bug: domoticz app setting fields are blank

I did a fresh install on my android phone and the fields to fill in your domoticz settings are blank. I had to look on another device (with older app version) to complete this setup. https://i.imgur.com/bZaSCH1.png I installed the app on my wife's phone and the same problem occurred. Dark or light ...
by nood
Tuesday 03 April 2018 11:30
Forum: Utility
Topic: How to update a virtual 'Instant+counter' sensor with Lua
Replies: 27
Views: 13455

Re: How to update a virtual 'Instant+counter' sensor with Lua

I just figured out how to scrape the local url too! I shared my python script here Only thing I'm still trying to figure out is how to properly show the value for todays output. The correct value from the inverter is 0.440 kWh. So what is the value "Today: 0.060 kWh"? I think you only have to find ...
by nood
Thursday 29 March 2018 10:45
Forum: Python
Topic: SAJ solar power
Replies: 1
Views: 2982

SAJ solar power

I made a phyton script so I can monitor my solar power production in Domoticz. I couldn't use the script from the forum https://www.domoticz.com/forum/viewtopic.php?t=10356 I think I have another wifi adapter. If you want to test if this script will work before you install it, copy this link in your ...
by nood
Friday 23 March 2018 15:49
Forum: Python
Topic: Telenet telemeter
Replies: 8
Views: 2510

Re: Telenet telemeter

I think i need to find a way to include the auth in the header, but i don't know yet how to do that. I did some investigation on my script, all you need is the OCASESSIONID as the cookie. My only problem is I don't know where to extract it from. The response from the POST only contains an ...
by nood
Thursday 22 March 2018 23:40
Forum: Python
Topic: Telenet telemeter
Replies: 8
Views: 2510

Re: Telenet telemeter

Thanks for trying my first script! :D This script only works if you copy the entire Cookie of the telemeter page and paste it in the script (by examining the page in your browser). It's ugly and temporary (I realise now) but it works. I am trying to fix this but my knowledge of python and cookie's ...
by nood
Wednesday 17 January 2018 19:21
Forum: Python
Topic: Telenet telemeter
Replies: 8
Views: 2510

Telenet telemeter

I made my first script ever to check how many GB's I downloaded this month by parsing telenet's webtool. import requests DOMOTICZ_IP = 'http://192.168.*.**:8080' DEVICE_IDX = 'your dummy counter idx' POST_LOGIN_URL = "https://login.prd.telenet.be/openid/login" REQUEST_URL ="https://api.prd.telenet ...
by nood
Monday 20 November 2017 13:00
Forum: Utility
Topic: How to update a virtual 'Instant+counter' sensor with Lua
Replies: 27
Views: 13455

Re: How to update a virtual 'Instant+counter' sensor with Lua

Hello, I do'nt even get the rea_time_data.xml out of my saj-solar-inverter wifi web server. Can anybody help me to "get" the input for the LUA script from the converter? I have the same problem. I guess we have another type of web server. This is the page I get when I browse to my local IP: http ...
by nood
Thursday 10 August 2017 18:30
Forum: Python
Topic: presence detection help
Replies: 2
Views: 1015

Re: presence detection help

I got the arping method to work, I changed the "-W 1" to "-w 1000000"
Even though this method works better, it isn't reliable. It loses its connection frequently and turns the switch off and on.

I think I will have to look into another method.

Thanks for the help
by nood
Thursday 10 August 2017 11:55
Forum: Python
Topic: presence detection help
Replies: 2
Views: 1015

presence detection help

Hi I am new to scripting but with some copy-pasting and a lot of trial and error I managed to get some things working already. Today I tried to get the presence detection script working which I found on the wiki. But I get an error with the arping method: 10:39:19- script started. 10:39:19 ...
by nood
Friday 03 March 2017 9:16
Forum: Android
Topic: Domoticz app 2.0
Replies: 2380
Views: 636318

Re: Domoticz app 2.0

Got a quick question regarding NFC tags. I bought some NFC tags, my phone and also domoticz sees the NFC tag correctly, so I can configure them correctly, but it doesn't perform the corresponding action when I hold the tag to the phone? Does somebody have the same problem? Anyone knows how to fix ...
by nood
Wednesday 08 February 2017 23:00
Forum: Android
Topic: Domoticz app 2.0
Replies: 2380
Views: 636318

Re: Domoticz app 2.0

mischa wrote:@nood

Take a look at my blog post on my website http://www.bommer.nl/post/charging-your ... phone-2-0/
it is easy to modify and to run a scene

It is using the Tasker (android) app you can do a lot of stuff with that app.

Mischa
Thx

I'll give it a go :)
by nood
Monday 06 February 2017 19:38
Forum: Android
Topic: Domoticz app 2.0
Replies: 2380
Views: 636318

Re: Domoticz app 2.0

Hi

Loving the app, thanks for all the hard work.

I would like to trigger a 'going to sleep' event when I charge my phone. Could you make this possible inside the Domoticz app?
by nood
Friday 31 July 2015 11:10
Forum: Others
Topic: Low cost window/door sensor
Replies: 280
Views: 112581

Re: Low cost window/door sensor

Thanks for the interesting information roblom ! With this operation, do you have succed to have "windows open"/"window closed" status ? maybe with a script ? Thx ! I guess it would be possible if you would mount your sensor so that the magnet passes each time you open AND close your door. Then it ...
by nood
Monday 27 July 2015 10:43
Forum: Others
Topic: Low cost window/door sensor
Replies: 280
Views: 112581

Re: Low cost window/door sensor

This sensor does not have a PT2262 but the EV1527 (U6) which produces a PT2262 compatible signal. The oscillator resistor connected to pin 1 has the correct value for the RFXtrx433(E) - Lighting4. The small chip says SC1527. So can we start shopping for EV1527 sensors? Would they have different ...
by nood
Sunday 26 July 2015 22:36
Forum: Others
Topic: Low cost window/door sensor
Replies: 280
Views: 112581

Re: Low cost window/door sensor

No, the other side is empty.
by nood
Sunday 26 July 2015 18:37
Forum: Others
Topic: Low cost window/door sensor
Replies: 280
Views: 112581

Re: Low cost window/door sensor

I got this PIR ( http://www.aliexpress.com/item/Big-sale-Wireless-PIR-Detector-for-home-alarm-home-security-system-433-315MHZ-motion-sensor-Free/1575291232.html )before I found this topic. It shows up in Domoticz straight away as PT2262, Lighting 4. However I can't find a pt2262 chip. Lucky me I ...