Search found 37 matches

by Onrust
Saturday 26 October 2019 12:58
Forum: Bash / PowerShell / Batch etc.
Topic: Run script at Switch on called by webhook
Replies: 2
Views: 1957

Re: Run script at Switch on called by webhook

Awesome, you rock! That worked indeed. Many thanks! :)
by Onrust
Saturday 26 October 2019 9:40
Forum: Bash / PowerShell / Batch etc.
Topic: Run script at Switch on called by webhook
Replies: 2
Views: 1957

Run script at Switch on called by webhook

Hi all, I have the following set-up: - Domoticz running on a Pi - Security camera software (Shinobi) on a dedicated server - On motion detection, Shinobi calls a url to set a virtual switch in Domoticz to ON: http://192.168.178.60:8080/json.htm?type=command&param=udevice&idx=785&nvalue=1 This ...
by Onrust
Saturday 07 September 2019 14:13
Forum: Dashticz
Topic: Ipcam
Replies: 5
Views: 1253

Re: Ipcam

Do you already have it set-up in Domoticz? For me this line in config.js works fine : buttons.webcam = {width:12, isimage:true, refresh:1500, image: 'http://xx.xx.xx.xx:yyyy/camsnapshot.jpg?idx=1'} Needless to say: You have to replace the x's with your ip address and the y's with the port on which ...
by Onrust
Sunday 28 October 2018 12:24
Forum: Heating/cooling
Topic: Tado Thermostat plugin
Replies: 80
Views: 36065

Re: Tado Thermostat plugin

Silly question perhaps, but do I understand correctly that you can't really control anything from this plugin? I can use it mainly to see the status of certain items right? I'm asking because I would like to be able to switch warm water heating on/off from domoticz. So far that doesn't seem to work ...
by Onrust
Thursday 04 October 2018 19:09
Forum: Suggestions
Topic: OpenEVSE Wifi Integration
Replies: 5
Views: 2437

Re: OpenEVSE Wifi Integration

Have you been able to get this to work? I'm about to buy an EV and build my own openevse kit. Would be nice if I could do some load balancing from Domoticz (which is reading the total power usage via P1).
by Onrust
Saturday 26 May 2018 10:47
Forum: Heating/cooling
Topic: Tado Thermostat plugin
Replies: 80
Views: 36065

Re: Tado Thermostat plugin

dotms wrote: Tuesday 22 May 2018 12:15 I'm planning on implementing this as a configurable switch.
Nice!
by Onrust
Saturday 19 May 2018 12:47
Forum: Heating/cooling
Topic: Tado Thermostat plugin
Replies: 80
Views: 36065

Re: Tado Thermostat plugin

Despite the higher temps these days I have been testing this plugin and it seems to be working very nicely. One request though: When I set 'Heating enabled' to Off, it goes into 'Until next automatic change' (in Dutch: 'Tot de volgende automatische verandering'). It would be nice to be able to set ...
by Onrust
Sunday 13 May 2018 18:04
Forum: Suggestions
Topic: Create new menu items
Replies: 4
Views: 1503

Re: Create new menu items

Hi all, It would be great if we could add menu items ourselves and add devices, switches etc. Right now I have like a hundred items under 'Switches' which really makes it a bit hard to find the one I'm looking for. Does this make sense? As far as I could see there hasn't been a request for this ...
by Onrust
Sunday 13 May 2018 13:03
Forum: Suggestions
Topic: Create new menu items
Replies: 4
Views: 1503

Re: Create new menu items

Yes, I already have that running too :)
by Onrust
Sunday 13 May 2018 12:41
Forum: Suggestions
Topic: Create new menu items
Replies: 4
Views: 1503

Create new menu items

Hi all, It would be great if we could add menu items ourselves and add devices, switches etc. Right now I have like a hundred items under 'Switches' which really makes it a bit hard to find the one I'm looking for. Does this make sense? As far as I could see there hasn't been a request for this ...
by Onrust
Friday 11 May 2018 21:35
Forum: ESP8266
Topic: Meek Wifi Wall Switch
Replies: 81
Views: 22053

Re: Meek Wifi Wall Switch

Wow! Just WOW! This is really such a cool project! Although you can't just call it a 'project' anymore. I really love it when someone puts an idea or dream into reality like you do. Well, all superlatives aside, I really hope these switches will become available soon. I bought some Sonoffs Touch ...
by Onrust
Thursday 10 May 2018 23:08
Forum: Heating/cooling
Topic: Tado Thermostat plugin
Replies: 80
Views: 36065

Re: Tado Thermostat plugin

Just decided to update my Domoticz test system to the latest beta an yes, it appears to be 'Tado enabled'! :D So this is really really cool! Thnx for creating this!
by Onrust
Thursday 10 May 2018 16:03
Forum: Heating/cooling
Topic: Tado Thermostat plugin
Replies: 80
Views: 36065

Re: Tado Thermostat plugin

dotms wrote: Monday 30 April 2018 19:04 As of recently Tado support is available in the development versions of Domoticz.
I assume you're saying it's available in the beta release, right? Or is a development version something else? :oops:
by Onrust
Friday 29 September 2017 19:11
Forum: Feature requests
Topic: Dashticz - Feature Requests
Replies: 391
Views: 103154

Re: Dashticz - Feature Requests

Iframes is indeed a new option. Now I use an iframe for the domoticz security panel but it look awfull :P Its really ugly :oops: I use a button to open my security panel and also use the function openpopup instead. When an alarm device is change the security panal i shown. Then you dont need the ...
by Onrust
Monday 25 September 2017 19:23
Forum: Feature requests
Topic: Dashticz - Feature Requests
Replies: 391
Views: 103154

Re: Dashticz - Feature Requests

johansson wrote: Monday 25 September 2017 11:29 the current panel pops out quite badly (see for example this post)
Ah really? I was so proud of it :D :mrgreen:
by Onrust
Thursday 07 September 2017 6:37
Forum: Dashticz
Topic: Dashticz - Show your dashboard and how-to's!
Replies: 998
Views: 305721

Re: Dashticz - Show your dashboard and how-to's!

I'm not seeing spinning icons. But in all honesty I'm not sure which icons should be spinning. Not in the latest beta.
by Onrust
Saturday 02 September 2017 15:56
Forum: Dashticz
Topic: Dashticz - Show your dashboard and how-to's!
Replies: 998
Views: 305721

Re: Dashticz - Show your dashboard and how-to's!

I have made a spinning font awesome icon when my solar panels are generating power. Ofcourse you can also use this for spinning other icons. Add this to CUSTOM.JS for defining the action: function getStatus_29(idx,value,device){ if(parseFloat(device['Usage'])>0){ blocks['29_1']['icon'] = 'fa fa-sun ...
by Onrust
Tuesday 25 July 2017 18:53
Forum: Dashticz
Topic: Dashticz - Module - Settings
Replies: 40
Views: 12245

Re: Dashticz - [BETA]Module - Settings

I do not prefer local storage. Rather have it the way it was before.
by Onrust
Monday 24 July 2017 18:24
Forum: Dashticz
Topic: Dashticz - Function - Graphs
Replies: 80
Views: 21954

Re: Dashticz - Function - Graphs

Would be nice if you could select a period of time in the graph, and to see the total kWh's used in that selected period :)
by Onrust
Friday 21 July 2017 17:27
Forum: Dashticz
Topic: Dashticz - General Discussions
Replies: 3672
Views: 522122

Re: Dashticz - General Discussions

Regarding the selector switch: I've hidden the 0 level ("Off") in Domoticz, but Dashticz still shows it. Would be good to have it hidden in Dashticz as well.