Search found 13 matches

by Tommertom
Wednesday 01 February 2017 22:14
Forum: Show your projects
Topic: Angular2 Service and Components for Domoticz
Replies: 14
Views: 4017

Re: Angular2 Service and Components for Domoticz

chimit wrote:There is a http/websocket based subsciption possibility for devices with an idx of choice that allows push notifications via the websocket to an angular widget of choice.
Meaning, there already is and if yes, where to find? Or it will be part of your code?

Sorry to ask.

Tom
by Tommertom
Wednesday 01 February 2017 19:56
Forum: Show your projects
Topic: Angular2 Service and Components for Domoticz
Replies: 14
Views: 4017

Re: Angular2 Service and Components for Domoticz

Hi Would be great to have some sort of http based subscribe/unsubscribe feature, where the client can listen to events through a httpd. Or a custom custom thing (either combined with a subsequent pull). And second nice thing to have, from a client developing perspective, is some sort of Domoticz ...
by Tommertom
Wednesday 01 February 2017 10:26
Forum: Show your projects
Topic: Angular2 Service and Components for Domoticz
Replies: 14
Views: 4017

Re: Angular2 Service and Components for Domoticz

Hi there, has been a while since I was on the forum and worked on the earlier thing mentioned (Angular2 service). I ditched all the work done before and now created a new Angular2 service for Domoticz which uses the Reactive Extensions (RXjs). So apps/webapps in Angular2 can use the power that ...
by Tommertom
Sunday 28 February 2016 18:37
Forum: Design, usability and languages
Topic: Proof of Concept new UI in Angular2
Replies: 4
Views: 3065

Re: Proof of Concept new UI in Angular2

Thx Nayr, Was fun developing in Angular2. Now completed this task, meaning that I am moving on to Ionic2 which is in Beta now as well. DT2 on Github (https://github.com/Tommertom/DT2) went through some overhaul in look&feel which is updated in the repository (screenshots), but I don't think on the ...
by Tommertom
Friday 15 January 2016 21:10
Forum: Design, usability and languages
Topic: Proof of Concept new UI in Angular2
Replies: 4
Views: 3065

Re: Proof of Concept new UI in Angular2

gizmocuz wrote:Any screenshots ?

My idea is to rewrite everything to angularjs eventually

https://github.com/Tommertom/DT2/tree/m ... creenshots

The flow of screens after first run of the app: setup of user, insertion of tiles, etc.
by Tommertom
Friday 15 January 2016 14:25
Forum: Design, usability and languages
Topic: Proof of Concept new UI in Angular2
Replies: 4
Views: 3065

Proof of Concept new UI in Angular2

Hi all, I have been experimenting with a new development framework called Angular2. It seemed to me a nice way to build components and services for a dashboard UI, such as Domoticz. It's a proof-of-concept, meaning it demonstrates to me (and maybe other developers) how one could code an app in the ...
by Tommertom
Monday 11 January 2016 8:32
Forum: Show your projects
Topic: Angular2 Service and Components for Domoticz
Replies: 14
Views: 4017

Re: Angular2 Service and Components for Domoticz

Hi

after some playing with the dynamical option I believe the first option is better, but then slightly adjusted where once component indeed does the ngIf ngSwitch and in these parts includes the various separate components to show.

Regards

Tom
by Tommertom
Saturday 09 January 2016 12:58
Forum: Show your projects
Topic: Angular2 Service and Components for Domoticz
Replies: 14
Views: 4017

Re: Angular2 Service and Components for Domoticz

Hi thx for that. I have been playing with the issue of dynamically generating layout based on device-data quite a bit and I believe there are two directions you can take.Point is you cannot dynamically assign template or templateUrl in the Component declaration based on the input the Component ...
by Tommertom
Friday 08 January 2016 22:41
Forum: Show your projects
Topic: Angular2 Service and Components for Domoticz
Replies: 14
Views: 4017

Angular2 Service and Components for Domoticz

Hi all, I am playing around with Angular2 Beta (just released!!) and building some UI stuff in it. As part of the playing-around, I made a small service which can be used to power Components with Domoticz-energy. It's work in progress, but the basic idea is pretty clear for people even just starting ...
by Tommertom
Tuesday 10 November 2015 22:54
Forum: Design, usability and languages
Topic: Dashticz - Alternative Dashboard
Replies: 174
Views: 92491

Re: WIP - Dashticz - Alternative Dashboard

Hi I am not sure if there is still development on this tool, but after looking at the alternatives in this forum (appoticz, dashicz, themes on defaul UI) I would like to use it to some development myself as the setup is actually quite nice and the code comprehensible. I would like to extend it to do ...
by Tommertom
Tuesday 09 June 2015 20:39
Forum: Show your projects
Topic: Barking Sonos doorbell using GPIO & 8v AC doorbell
Replies: 8
Views: 4770

Re: Barking Sonos doorbell using GPIO & 8v AC doorbell

Hi just a quick update. I changed the PHP script. It now supports using multiple Sonos zones (and lets them play at the same time) and also resumes playback of the original queue/radio station once the doorbell has finished. It has some lines to use to obtain the IP adresses. Of course, there are ...
by Tommertom
Monday 08 June 2015 9:37
Forum: Show your projects
Topic: Barking Sonos doorbell using GPIO & 8v AC doorbell
Replies: 8
Views: 4770

Re: Barking Sonos doorbell using GPIO & 8v AC doorbell

ThinkPad wrote:Nice! Although your soldering is a bit sloppy hehe.... but if it works :) .....

And please resize images before uploading. Good size is around 500pixels width. You can resize it with Paint or something.
Very true!!
Tom
by Tommertom
Sunday 07 June 2015 23:13
Forum: Show your projects
Topic: Barking Sonos doorbell using GPIO & 8v AC doorbell
Replies: 8
Views: 4770

Barking Sonos doorbell using GPIO & 8v AC doorbell

Hi As one of my first domoticz project I today completed my Sonos barking doorbell. And I am so happy with it, my kids now call me "Doorbell" for the rest of my life. I used http://www.dannyvanmaanen.nl/?p=1546 info to create a parallel connection to my existing doorbell, running ac 8v by creating a ...