Search found 10 matches

by edwin
Tuesday 15 August 2017 10:19
Forum: Dashticz
Topic: Dashticz - Safety (no access from outside your network)
Replies: 19
Views: 7036

Re: Dashticz - Safety (no access from outside your network)

Is there a way to protect Dashticz on a Raspberry? As far as I understand, your would need to run a separate webserver that uses htaccess or something similar (like nginx). The Domoticz internal webserver does not use it. For my own setup, I don't have any access setup from outside, except ssh. I ...
by edwin
Friday 11 August 2017 9:17
Forum: Dashticz
Topic: Dashticz - General Discussions
Replies: 3672
Views: 572500

Re: Dashticz - General Discussions

I have a question about scenes/groups in my dashboard [...] Hi ztorm. I think this may not be so much be a dashticz thing, but a general domoticz issue, as dashticz is simply showing the status that domoticz passes on. What does it look like in Domoticz? What you could try is changing scenes to ...
by edwin
Thursday 10 August 2017 11:57
Forum: Dashticz
Topic: Dashticz - General Discussions
Replies: 3672
Views: 572500

Dimmer as a simple switch

So, I have 3 dimmers setup in dashticz that I would like to operate as a normal switch. I can easily remove the slider in custom/custom.css: .slider16 {display: none;} The problem is, however, if I change the width to the default 4 for simple switches, the icon-data ratio is still set to the ...
by edwin
Thursday 10 August 2017 11:03
Forum: Dashticz
Topic: Dashticz - Function - Graphs
Replies: 80
Views: 22978

Re: Dashticz - Function - Graphs

@gielie: Try something like this in custom/custom.css:

Code: Select all

#graphoutput34 {height: 120px;}
This should change the height of 'graph_34'.
by edwin
Thursday 10 August 2017 8:35
Forum: Dashticz
Topic: Dashticz - Module - Public Transport
Replies: 86
Views: 28497

Re: Dashticz - Module - Public Transport

Well... it seems the 9292-api devs have decided to change things, 2 days after I proposed the 9292-tram-bus provider: ... { "id": "tram", "name": "Tram", "locations": [ { "id": "amsterdam/bus-tramhalte-station-lelylaan", ... Now it's just called "tram" (but it still includes the bus departures!) I ...
by edwin
Wednesday 09 August 2017 7:55
Forum: Dashticz
Topic: Dashticz - Module - Public Transport
Replies: 86
Views: 28497

Re: Dashticz - Module - Public Transport

Excellent, thanks Rob!
by edwin
Tuesday 08 August 2017 19:36
Forum: Dashticz
Topic: Dashticz - Module - Public Transport
Replies: 86
Views: 28497

Re: Dashticz - Module - Public Transport

Hi, Just installed this nice dashboard and noticed the public transport module was lacking some information for my nearest public transport hub. It appears for "station-amsterdam-lelyaan", 9292.nl combines the tram and buses departure times, so the 9292-bus does not show anything. Also, there is no ...
by edwin
Friday 07 July 2017 10:44
Forum: Switches and Scenes
Topic: 433mhz LED controller not detected by Domoticz + Rflink
Replies: 3
Views: 1412

Re: 433mhz LED controller not detected by Domoticz + Rflink

Sounds like an RFLink issue. Do you see anything in the serial logging of RFLink if you press any of the switches?

Edwin
by edwin
Thursday 29 June 2017 10:09
Forum: Python
Topic: Help with creating a HTTPs poll plugin (unifi)
Replies: 11
Views: 2679

Re: Help with creating a HTTPs poll plugin (unifi)

Hi @jammiejammie,

If you have node-red installed, you can easily create a very crude proxy by tying together a http input, request and response. You would expose a local link like http://localhost:1880/myproxydata to data gathered from a https server.

Cheers,

Edwin
by edwin
Thursday 22 June 2017 15:49
Forum: Python
Topic: [REQUEST] Ikea Trådfri Gateway (smart lights hub controller) plugin?
Replies: 951
Views: 181042

Re: [REQUEST] Ikea Trådfri Gateway (smart lights hub controller) plugin?

Hi! I recently started looking into Tradfri and ran into Moroen's plugin. Seems to work, but a newer version of pytradfri broke it. I did a quick fix for this and this seems to be working again; the plugin recognized my lamps, added devices, and I can dim and switch them. I just send a pull request ...