Hi Ehallq,
I have added blinds and a sunscreen to my domoticz.
If I add these as switches I can only switch them on or off.
It would be nice if there was an option like in the web interface -> up - stop - down.
Including the current state.
Can you add support to your gear app?
Search found 18 matches
- Friday 07 September 2018 21:46
- Forum: Third party and supplementary tools
- Topic: Gearoticz | Galaxy Watch, Gear S3 and S2 Tizen implementation
- Replies: 93
- Views: 36286
- Sunday 14 May 2017 22:03
- Forum: Dashticz
- Topic: Dashticz - Module - Garbage collector
- Replies: 959
- Views: 155647
Re: Dashticz - Module - Garbage collector
Thanks Geert to figured this out. This dashboard goes still better and better ... also thanks to Rob ! @ Sonar , how did you become to this url ? Did you find this in some code when using the F12 on that page ? Also thanks for this :D Yes found it when using F12. When searching for an address these ...
- Saturday 13 May 2017 21:05
- Forum: Dashticz
- Topic: Dashticz - Module - Garbage collector
- Replies: 959
- Views: 155647
Re: Dashticz - Module - Garbage collector
This is what I found with F12 on http://www.ophaalkalender.be [{allDay: true, color: "grey", start: "2017-05-12T00:00:00+02:00", title: "Restafval"}, With this url you can get the id for your addres: Example : http://www.ophaalkalender.be/calendar/findstreets?query=Door+Verstraetelei&zipcode=2930 ...
- Friday 05 May 2017 21:51
- Forum: Dashticz
- Topic: Dashticz - Module - Garbage collector
- Replies: 959
- Views: 155647
Re: Dashticz - Module - Garbage collector
Is it possible to add the icons from afvalwijzer.
It has different icons for different kind of trash.
GFT:
https://static.mijnafvalwijzer.nl/defau ... ft_100.png
Restafval:
https://static.mijnafvalwijzer.nl/defau ... al_100.png
It has different icons for different kind of trash.
GFT:
https://static.mijnafvalwijzer.nl/defau ... ft_100.png
Restafval:
https://static.mijnafvalwijzer.nl/defau ... al_100.png
- Thursday 04 May 2017 21:11
- Forum: Dashticz
- Topic: Dashticz - General Discussions
- Replies: 3672
- Views: 570804
Re: Dashticz v2.0, custom positioning and multiple screens
has anybody contacted mijnafvalwijzer ? maybe they are willing to help. As far as I know , it is the only one in the Netherlands with the most cities. If nobody did already, anybody volunteering? Mijnafvalwijzer has a json interface. you can use the following URL: http://json.mijnafvalwijzer.nl ...
- Thursday 04 May 2017 16:03
- Forum: Dashticz
- Topic: Dashticz - General Discussions
- Replies: 3672
- Views: 570804
Re: RE: Re: Dashticz v2.0, custom positioning and multiple screens
has anybody contacted mijnafvalwijzer ? maybe they are willing to help. As far as I know , it is the only one in the Netherlands with the most cities. If nobody did already, anybody volunteering? Looks rather commercial to me. I just sent them an email let's see what the response is. Verstuurd ...
- Friday 28 April 2017 23:01
- Forum: Dashticz
- Topic: Dashticz - General Discussions
- Replies: 3672
- Views: 570804
Re: Dashticz v2.0, custom positioning and multiple screens
I know, but you only have to use it in some situations. Some sites dont like to be included in a frame or getting the content from within a localhost or something? If someone has a better idea, please let me know! Would this be a solution to this problem? https://www.eriwen.com/javascript/how-to ...
- Friday 28 April 2017 21:30
- Forum: Dashticz
- Topic: Dashticz - General Discussions
- Replies: 3672
- Views: 570804
Re: Dashticz v2.0, custom positioning and multiple screens
Am I the only one that thinks it is not a good development that we are relying on https://crossorigin.me/ more and more? Would it not be better to have a proxy in the code of Dashticz? Some quotes from his site: - PLEASE DO NOT USE THE PROXY ON A PRODUCTION SITE. - I cannot guarantee the stability ...
- Friday 28 April 2017 14:18
- Forum: Dashticz
- Topic: Dashticz - General Discussions
- Replies: 3672
- Views: 570804
Re: Dashticz v2.0, custom positioning and multiple screens
Can someone help with the following problem. Rob created some code to change the on/off status with af/aanwezig in the following code if(device['Status']=='Off') html+='<img src="img/switch_off.png" class="off icon" />'; else html+='<img src="img/switch_on.png" class="on icon" />'; Are you sure the ...
- Tuesday 25 April 2017 23:05
- Forum: Dashticz
- Topic: Dashticz - General Discussions
- Replies: 3672
- Views: 570804
Re: Dashticz v2.0, custom positioning and multiple screens
No, I don't think so. Same problem in Edge, Firefox, Incognito mode, etc.robgeerts wrote:Could it be cache problem?
- Tuesday 25 April 2017 22:16
- Forum: Dashticz
- Topic: Dashticz - General Discussions
- Replies: 3672
- Views: 570804
Re: Dashticz v2.0, custom positioning and multiple screens
traffic map is working fine here.
It is important to not place the long, lat and zoomlevel between ticks ' in the config file.
var _MAPS_LATITUDE = 52.090737;
var _MAPS_LONGITUDE = 5.121420;
var _MAPS_ZOOMLEVEL = 11;
It is important to not place the long, lat and zoomlevel between ticks ' in the config file.
var _MAPS_LATITUDE = 52.090737;
var _MAPS_LONGITUDE = 5.121420;
var _MAPS_ZOOMLEVEL = 11;
- Tuesday 25 April 2017 20:49
- Forum: Dashticz
- Topic: Dashticz - General Discussions
- Replies: 3672
- Views: 570804
Re: Dashticz v2.0, custom positioning and multiple screens
The graphs placed on the screen are working as expected. The problems only occur on the popup when clicking the energy buttons.robgeerts wrote:I hate the graph functionality of Domoticz!
Its just not logic... but will check things again...
- Tuesday 25 April 2017 20:26
- Forum: Dashticz
- Topic: Dashticz - General Discussions
- Replies: 3672
- Views: 570804
Re: Dashticz v2.0, custom positioning and multiple screens
Found two more issues/bugs. Firstly I've noticed some strange behaviour when using multiple screens. In my setup I've got two screens defined. On my second screen there is a graph and a traffic map. If I open the second screen either sliding or using arrow key it doesn't work when moving to the ...
- Tuesday 25 April 2017 17:11
- Forum: Dashticz
- Topic: Dashticz - General Discussions
- Replies: 3672
- Views: 570804
Re: Dashticz v2.0, custom positioning and multiple screens
After todays pull the up and down arrow of my blinds are positioned on top of eachother.
- Tuesday 25 April 2017 17:04
- Forum: Dashticz
- Topic: Dashticz - General Discussions
- Replies: 3672
- Views: 570804
Re: Dashticz v2.0, custom positioning and multiple screens
It would be nice if the start zoom level for the trafficmap would also be a variable.
- Sunday 23 April 2017 17:34
- Forum: Dashticz
- Topic: Dashticz - General Discussions
- Replies: 3672
- Views: 570804
Re: Dashticz v2.0, custom positioning and multiple screens
Stream url is: http://klokradio.shoutcaststream.com:8062/vmb wrote:Does anybody know how I can add this (http://www.klokradio.nl) local radiostaton to the Streamplayer? There is no mp3 stream available, only pls etc.
- Saturday 22 April 2017 20:19
- Forum: Dashticz
- Topic: Dashticz - General Discussions
- Replies: 3672
- Views: 570804
Re: Dashticz v2.0, custom positioning and multiple screens
This is how Somfy protocol is called in Domoticzhtilburgs wrote:Type RFY, RFY, Blinds, which hardware is this?
- Thursday 20 April 2017 20:51
- Forum: Dashticz
- Topic: Dashticz - General Discussions
- Replies: 3672
- Views: 570804
Re: Dashticz v2.0, custom positioning and multiple screens
In Chrome on Android you can choose an option from the menu "Add to Homescreen"(Toevoegen aan startscherm). This will make a shortcut on your homescreen. If you start the dashboard with this shortcut the dashboard will be fullscreen.freakshock wrote:Chrome is bad because I can't hide the adress bar