Search found 20 matches

by pepijn
Sun Mar 27, 2016 9:23 pm
Forum: Webcams & Camera Stuff Forum
Topic: Domoticz and Arlo netgear Webcams?
Replies: 3
Views: 10599

Re: Domoticz and Arlo netgear Webcams?

Dumfot wrote:Thanks I'll look around if I can find any solution.
I was able to find last picture but not the VIdeo Stream... :(
Domoticz only uses snapshot pictures so this should work
by pepijn
Mon Jan 18, 2016 10:53 pm
Forum: DomotiGa Forum
Topic: Nefit easy support?
Replies: 34
Views: 42701

Re: Nefit easy support?

It seems to be an npm permission issue. See docs.npmjs.com/getting-started/fixing-n ... ermissions
by pepijn
Mon Jan 18, 2016 12:56 am
Forum: DomotiGa Forum
Topic: Nefit easy support?
Replies: 34
Views: 42701

Re: Nefit easy support?

Did you install node red again?

Code: Select all

sudo npm install -g --unsafe-perm
by pepijn
Sun Jan 17, 2016 1:38 pm
Forum: DomotiGa Forum
Topic: Nefit easy support?
Replies: 34
Views: 42701

Re: Nefit easy support?

Assuming you have a model A

Code: Select all

wget https://nodejs.org/dist/v4.1.1/node-v4.1.1-linux-armv6l.tar.gz 
tar -xvf node-v4.1.1-linux-armv6l.tar.gz 
cd node-v4.1.1-linux-armv6l
If you have a pi2 replace armv6l by armv7l
by pepijn
Sat Jan 16, 2016 5:27 pm
Forum: DomotiGa Forum
Topic: Nefit easy support?
Replies: 34
Views: 42701

Nefit easy support?

Could you uninstall node and install it from the node source repositories

Code: Select all

curl -sL https://deb.nodesource.com/setup_4.x | sudo -E bash -
sudo apt-get install -y nodejs
by pepijn
Sat Jan 16, 2016 12:04 am
Forum: DomotiGa Forum
Topic: Nefit easy support?
Replies: 34
Views: 42701

Re: Nefit easy support?

Edwin wrote:I will try it.
I let u know the results
Thanks
Did you get it to work?
by pepijn
Thu Jan 14, 2016 11:54 am
Forum: DomotiGa Forum
Topic: Nefit easy support?
Replies: 34
Views: 42701

Re: Nefit easy support?

I would try npm -g install node-red
by pepijn
Thu Jan 14, 2016 10:14 am
Forum: DomotiGa Forum
Topic: Nefit easy support?
Replies: 34
Views: 42701

Re: Nefit easy support?

node-red is still not working reinstalled it but i get warnings: npm WARN deprecated i18next-client@1.10.3: you can use npm install i18next from version 2.0.0 npm WARN deprecated lodash@0.9.2: lodash@<2.0.0 is no longer maintained. Upgrade to lodash@^3.0.0 npm WARN deprecated lodash@1.0.2: lodash@<...
by pepijn
Wed Jan 13, 2016 9:16 pm
Forum: DomotiGa Forum
Topic: Nefit easy support?
Replies: 34
Views: 42701

Re: Nefit easy support?

Edwin wrote:
pepijn wrote:Could you try

Code: Select all

node red.js -v
Gives : could not find module
Looks like it isnt installed?
Strange

I hear from you
Thank for youre support
Regards edwin
I'm not running on a Pi myself so it's hard to replicate your problem. It seems Node(red) is not installed correctly
by pepijn
Wed Jan 13, 2016 9:14 pm
Forum: DomotiGa Forum
Topic: Nefit easy support?
Replies: 34
Views: 42701

Re: Nefit easy support?

Today i released a new version of the node-red node. Please check the Domoticz forum for an example flow. It should work on any MQTT supported system.
by pepijn
Sun Jan 10, 2016 11:35 pm
Forum: DomotiGa Forum
Topic: Nefit easy support?
Replies: 34
Views: 42701

Re: Nefit easy support?

Nice suggestion Pepijn! I played with it, and create the following wiki page describing how to implement this for DomotiGa. It can be optimized taking out the whole MQTT part, but maybe I will do this later. Since I don't have a Nefit CV, I tested the flow by having the scripts return hardcoded JSO...
by pepijn
Sun Jan 10, 2016 8:14 pm
Forum: DomotiGa Forum
Topic: Nefit easy support?
Replies: 34
Views: 42701

Re: Nefit easy support?

Could you try

Code: Select all

node red.js -v
by pepijn
Sun Jan 10, 2016 10:28 am
Forum: DomotiGa Forum
Topic: Nefit easy support?
Replies: 34
Views: 42701

Re: Nefit easy support?

Nice suggestion Pepijn! I played with it, and create the following wiki page describing how to implement this for DomotiGa. It can be optimized taking out the whole MQTT part, but maybe I will do this later. Since I don't have a Nefit CV, I tested the flow by having the scripts return hardcoded JSO...
by pepijn
Thu Jan 07, 2016 1:49 am
Forum: Hvac, Heating Opentherm Forum
Topic: Interesting!!!!! NEFIT EASY
Replies: 1
Views: 6679

Re: Interesting!!!!! NEFIT EASY

You could checkout this thread. They got it working ;-) ..... Finally
http://domoticz.com/forum/viewtopic.php ... 53&p=68607
by pepijn
Thu Jan 07, 2016 1:47 am
Forum: DomotiGa Forum
Topic: Nefit easy support?
Replies: 34
Views: 42701

Re: Nefit easy support?

If you read the full topic, a Node RED node is also available, you could use Node RED to publish data. This is also the way they do it for Domoticz

Go to advanced search