Search found 7 matches

by dcnoren
Tuesday 14 June 2016 2:56
Forum: Show your projects
Topic: Node.JS UI and Dashboard, with voice commands
Replies: 0
Views: 1349

Node.JS UI and Dashboard, with voice commands

Hey guys, For anybody who is interested, take a look at my node.js dashboard/GUI, meant for tablet and phone use. Runs on node.js, and uses MQTT to communicate with Domoticz. As such, it requirements adding in the virtual MQTT device on Domoticz. I had originally built this with PHP, but moved to ...
by dcnoren
Tuesday 14 June 2016 2:51
Forum: Show your projects
Topic: Custom dashboard and event processing
Replies: 8
Views: 4270

Re: Custom dashboard and event processing

So, I stopped using PHP and migrated this all to NodeJS, and added wit.ai voice processing capabilities. PHP app will no longer be updated.

Requires an MQTT broker, I would suggest using cloudmqtt.com.

https://github.com/dcnoren/domoticz-node
by dcnoren
Wednesday 09 December 2015 17:03
Forum: Show your projects
Topic: Custom dashboard and event processing
Replies: 8
Views: 4270

Re: Custom dashboard and event processing

Basically the same that I do in my cron.php. Pulling all nessescary data from domoticz, store that in variables and act upon that. PHP has so many advantages over lua, don't understand why so many stick by it. Anyhow, I should take a look at your code, maybe I can learn something :) I'll do the ...
by dcnoren
Wednesday 09 December 2015 2:30
Forum: Show your projects
Topic: Custom dashboard and event processing
Replies: 8
Views: 4270

Re: Custom dashboard and event processing

do you have any plans for temperature sensors? Yes - in fact, that is my current project. However, I'm addressing it from an event standpoint, although I could list temperatures on the dashboard. What would you find useful? Another PHP program, nice :) What do you mean by 'abstracting the event ...
by dcnoren
Saturday 05 December 2015 3:07
Forum: Show your projects
Topic: Custom dashboard and event processing
Replies: 8
Views: 4270

Re: Custom dashboard and event processing

Cool, glad you're interested. I'll look forward to your feedback. Made a few updates in the last few hours, so make sure you re-clone if you already downloaded.
by dcnoren
Friday 04 December 2015 19:17
Forum: Show your projects
Topic: Custom dashboard and event processing
Replies: 8
Views: 4270

Custom dashboard and event processing

EDIT: no longer maintained. You can still find this on Github, but for something that is still updated, please see the node.js implementation of this. http://www.domoticz.com/forum/viewtopic.php?f=38&t=12361 Started as an internal project I never intended on releasing, but figured I might as well ...
by dcnoren
Friday 04 December 2015 15:22
Forum: Heating/cooling
Topic: Nest Status
Replies: 9
Views: 3107

Re: Nest Status

Any update on this? I'd really like this functionality, as well.