Hi,
At the moment I am using a lot of homematic (by eq-3) smart home devices, a famous solution in germany.
Is there a way of supporting this products in domoticz (homematic offers an API) ?
Search found 11 matches
- Wednesday 24 August 2016 21:24
- Forum: Suggestions
- Topic: Homematic integration
- Replies: 3
- Views: 5584
- Sunday 17 July 2016 12:22
- Forum: MySensors
- Topic: Problems worh using mysensors
- Replies: 23
- Views: 11608
Re: Problems worh using mysensors
Think, this is a problem of mysensors new library 2.0.
But, I have different other sensors like distance etc, but at the moment there are no example sketches for mysensors 2.0.
Think, the using of a NRF24L01 with amplifier is a cause. I do not have other than NRF amplified.
But, I have different other sensors like distance etc, but at the moment there are no example sketches for mysensors 2.0.
Think, the using of a NRF24L01 with amplifier is a cause. I do not have other than NRF amplified.
- Sunday 17 July 2016 11:48
- Forum: MySensors
- Topic: Problems worh using mysensors
- Replies: 23
- Views: 11608
Re: Problems worh using mysensors
Okay, done it... both connected, gw on MYScontroller, motion sensor monitored using IDE... Sensor output: TSM:INIT TSM:RADIO:OK TSM:FPAR TSP:MSG:SEND 255-255-255-255 s=255,c=3,t=7,pt=0,l=0,sg=0,ft=0,st=bc: TSM:FPAR TSP:MSG:SEND 255-255-255-255 s=255,c=3,t=7,pt=0,l=0,sg=0,ft=0,st=bc: TSM:FPAR TSP:MSG ...
- Saturday 16 July 2016 18:42
- Forum: MySensors
- Topic: Problems worh using mysensors
- Replies: 23
- Views: 11608
Re: Problems worh using mysensors
Okay, I have... The motion sensor connected to the Arduino IDE. The output of the serial monitor (at this time the gateway was connected to the controller): Starting sensor (RNNNA-, 2.0.0) TSM:INIT TSM:RADIO:OK TSM:FPAR TSP:MSG:SEND 255-255-255-255 s=255,c=3,t=7,pt=0,l=0,sg=0,ft=0,st=bc: TSM:FPAR ...
- Saturday 16 July 2016 10:10
- Forum: MySensors
- Topic: Problems worh using mysensors
- Replies: 23
- Views: 11608
Re: Problems worh using mysensors
Do you mean serialprintln("V_TRIP") ?
I have attached what domoticz looks like.
Little help ?
I have attached what domoticz looks like.
Little help ?
- Friday 15 July 2016 17:55
- Forum: MySensors
- Topic: Problems worh using mysensors
- Replies: 23
- Views: 11608
Re: Problems worh using mysensors
Allowing new hardware is allowed.
But, could you please tell me how to send v_tripped.
But, could you please tell me how to send v_tripped.
- Friday 15 July 2016 16:48
- Forum: MySensors
- Topic: Problems worh using mysensors
- Replies: 23
- Views: 11608
Re: Problems worh using mysensors
Now, this is the code for my serial gateway to domoticz (arduino nano, NRF24L01+PA+ANTENNA)... /** * The MySensors Arduino library handles the wireless radio link and protocol * between your home built sensors/actuators and HA controller of choice. * The sensors forms a self healing radio network ...
- Friday 15 July 2016 13:08
- Forum: MySensors
- Topic: Problems worh using mysensors
- Replies: 23
- Views: 11608
Re: Problems worh using mysensors
Don´t really understand "trigger".
In a few hours I will me home again. Would like to post sketches of serial gateway and motion sensor.
In a few hours I will me home again. Would like to post sketches of serial gateway and motion sensor.
- Friday 15 July 2016 11:46
- Forum: MySensors
- Topic: Problems worh using mysensors
- Replies: 23
- Views: 11608
Re: Problems worh using mysensors
Okay, not a bug...
Uploaded 1 unmodified sketch to the serial gateway -> domoticz recognizes it as gateway version 2.
Uploaded 1 unmodified motion-sketch to the arduino motion-nano -> domoticz names it unknown node and S_Arduino_Repeater_node.
I need help with this...
Uploaded 1 unmodified sketch to the serial gateway -> domoticz recognizes it as gateway version 2.
Uploaded 1 unmodified motion-sketch to the arduino motion-nano -> domoticz names it unknown node and S_Arduino_Repeater_node.
I need help with this...
- Friday 15 July 2016 9:56
- Forum: MySensors
- Topic: Problems worh using mysensors
- Replies: 23
- Views: 11608
Re: Problems worh using mysensors
But, how is that possible ?
I uploaded the mysensors example sketch for motion sensors to the nano. The sketch contains child ID 1 und S_MOTION.
Could it be a bug by domoticz in recognition of motion sensors ?
I uploaded the mysensors example sketch for motion sensors to the nano. The sketch contains child ID 1 und S_MOTION.
Could it be a bug by domoticz in recognition of motion sensors ?
- Thursday 14 July 2016 22:22
- Forum: MySensors
- Topic: Problems worh using mysensors
- Replies: 23
- Views: 11608
Problems worh using mysensors
Hello, A few days ago I installed domoticz on a raspberry pi 3, because I was inspired by mysensors.org. Building cheap sensors and controlling them with an easy to handle controller sounded very interesting. But, now I am very frustrated. I uploaded the serial gateway sketch from mysesnors examples ...