Search found 12 matches

by hahi
Wednesday 15 June 2016 23:51
Forum: MySensors
Topic: Mysensors 1.4 not connecting to V3.5241
Replies: 3
Views: 915

Re: Mysensors 1.4 not connecting to V3.5241

idk. I may have a bad power supply. I reset my gateway several times and can now see the startup messages in the logs.

cheers

Code: Select all

2016-06-15 16:49:57.768  MySensors: Gateway Ready...
2016-06-15 16:49:57.845  MySensors: Gateway Version: 1.4.1
by hahi
Wednesday 15 June 2016 15:11
Forum: MySensors
Topic: Mysensors 1.4 not connecting to V3.5241
Replies: 3
Views: 915

Re: Mysensors 1.4 not connecting to V3.5241

Yes, there is only one USB device attached and it has been that way since I upgraded to 1.4 over a year ago. Any additional debugs to enable to confirm if the startup message is read from the gateway and it domoticz is able to request the gateway version successfully? pi@raspberrypi ~ $ dmesg | grep ...
by hahi
Wednesday 15 June 2016 6:52
Forum: MySensors
Topic: Mysensors 1.4 not connecting to V3.5241
Replies: 3
Views: 915

Mysensors 1.4 not connecting to V3.5241

After a recent upgrade, mysensors serial GW will no longer connect and I can't see the gateway version on the hardware setup page. Is mysensosrs 1.4 still supported? If so, how should I debug this gateway connection issue? The log output is below. I can see the gateway is reset when I try and update ...
by hahi
Wednesday 13 January 2016 21:21
Forum: MySensors
Topic: Strange behaviour.
Replies: 3
Views: 1297

Re: Strange behaviour.

Please provide your sketch to have a better idea of what is going on.
by hahi
Wednesday 09 December 2015 15:18
Forum: MySensors
Topic: MySensors Serial Gateway & Domoticz with 57600 bauds
Replies: 2
Views: 1597

Re: MySensors Serial Gateway & Domoticz with 57600 bauds

Just my 2c, but I would avoid changing the baud rate and stick to modifying the MyConfig.h file. The datarate is set there. #define RF24_DATARATE RF24_250KBPS //RF24_250KBPS for 250kbs, RF24_1MBPS for 1Mbps, or RF24_2MBPS for 2Mbps #define RF24_PA_LEVEL RF24_PA_MAX //Sensor PA Level == RF24_PA_MIN ...
by hahi
Tuesday 08 December 2015 16:15
Forum: MySensors
Topic: Set a switch ON that is already ON & update last seen time?
Replies: 16
Views: 6329

Re: Set a switch ON that is already ON & update last seen ti

I am running build 3774 and I can confirm the last seen date is updated when a new message is received regardless if that state changed. I am using the TimeAlarms library to send the state info every 30 minutes. Alarm.timerRepeat(1800, updateState); // update relay status every 30 mins void ...
by hahi
Tuesday 08 December 2015 4:49
Forum: MySensors
Topic: Set a switch ON that is already ON & update last seen time?
Replies: 16
Views: 6329

Re: Set a switch ON that is already ON & update last seen ti

I am not quite sure I follow the issue but I have a pro mini wired into my alarm panel to read the state of my reed switches. What I did was forced my sketch to send the current state at a set interval of all pins connected to my sensor.
by hahi
Friday 08 May 2015 1:50
Forum: MySensors
Topic: Mysensors - Relay Switch
Replies: 25
Views: 18811

Re: Mysensors - Relay Switch

Just notifcations. My relays work most of the time.
by hahi
Thursday 07 May 2015 20:56
Forum: MySensors
Topic: Mysensors - Relay Switch
Replies: 25
Views: 18811

Re: Mysensors - Relay Switch

I recently updated and saw the same issue with alerts not fireing. What I did was upgrade again to Domoticz V2.2416. After upgrading to the lattest version, go into settings and email alerts. Save the email settings and send a test message. I was able to get an alert after doing these.
by hahi
Friday 24 April 2015 15:04
Forum: MySensors
Topic: MySensors - Gateway to Domoticz
Replies: 318
Views: 168683

Re: MySensors - Gateway to Domoticz

I would say paste your serial monitor output from the node and a link to the sketch. The default relay sketch RelayActuator.ino handles incomming on/off messages from the controller and it should treat a response to the node request in the same maner. The serial monitor should tell you if Domoticz ...
by hahi
Tuesday 14 April 2015 19:51
Forum: MySensors
Topic: MySensors - Gateway to Domoticz
Replies: 318
Views: 168683

Re: MySensors - Gateway to Domoticz

Does the lua scripting have access to the MySensorsVars? I have tried dumping the keys for otherdevices_svalues and otherdevices but I don't see the custom V_VAR's listed. I have one set but I can't access it via lua?

sqlite> select * from MySensorsVars;
2|10|14|25|10
by hahi
Wednesday 08 April 2015 20:21
Forum: MySensors
Topic: MySensors - Gateway to Domoticz
Replies: 318
Views: 168683

Re: MySensors - Gateway to Domoticz

@gizmocuz Hi, anyway to get the units set according to the settings --> Meters/Counters option for Temperature units? Metric == "M" or Fahrenheit == "I" ? Currently the controller only responds with "M" when a node requests the untis config from the controller. http://sourceforge.net/p/domoticz/code ...