Search found 5 matches

by kisse66
Tuesday 17 April 2018 19:11
Forum: ESP8266
Topic: MQTT Switch - Acknowledge?
Replies: 18
Views: 8091

Re: MQTT Switch - Acknowledge?

maybe the message was retained. You can remove a retained message from mosquitto by publishing a retained zero-length message with that topic.
E.g. mosquitto_pub -t domoticz/in -n -r
by kisse66
Thursday 05 April 2018 19:14
Forum: MySensors
Topic: Mysensors combined sensors keep changing (likely fixed)
Replies: 6
Views: 3680

Re: Mysensors combined sensors keep changing

Seems to be a monologue, but I think the issue was found - my sensors might send >100% RH values. It's been raining and I just looked more carefully into the data. There was 102% values for long time (for the two sensors that keep disappearing). This likely confuses Domoticz. I added a 100% limit to ...
by kisse66
Wednesday 04 April 2018 18:59
Forum: MySensors
Topic: [Solved] RPI 3 as MS gateway, arduino Mega as node over USB
Replies: 2
Views: 5862

Re: RPI 3 as MS gateway, arduino Mega as node over USB

I was earlier testing RS485 node via normal USB serial, so assuming I understood what you want I think you can do it in two ways: 1) make the Mega a serial MYS GW and connect it via USB to RPi. Domoticz can directly use it as serial GW (at /dev/ttyUSB0 or similar). GW should also be able to have ...
by kisse66
Monday 02 April 2018 10:09
Forum: MySensors
Topic: Mysensors combined sensors keep changing (likely fixed)
Replies: 6
Views: 3680

Re: Mysensors combined sensors keep changing

Happened again last night, weather sensor stopped updating. This time I might (?) have a clue of what's happening - weather sensor seems to do this mostly. It is far away and I have seen occasional dropped updates. It sends 5-7 values and sometimes one or two of those get lost. Has not been an issue ...
by kisse66
Sunday 01 April 2018 15:55
Forum: MySensors
Topic: Mysensors combined sensors keep changing (likely fixed)
Replies: 6
Views: 3680

Mysensors combined sensors keep changing (likely fixed)

This topic was touched under another one, but I think this needs new topic: I' m using latest dev branch on RPi (now 3.9139). Have multiple Mysensors nodes some of which have temp+hum, one has temp+hum+baro. My nodes report using separate child IDs for each sensor. One uses temp 2 hum 3, another ...