Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [mosquitto-dev] Connections refused in mosquitto 1.4.2 on raspian

Damned:

Now suddenly without changing something it seems to work fine:

2015-06-07 15:42:34,598 DEBUG Initialising GPIO input pin 22...
2015-06-07 15:42:34,600 DEBUG Initialising GPIO input pin 23...
2015-06-07 15:42:34,602 DEBUG Initialising GPIO input pin 24...
2015-06-07 15:42:34,605 DEBUG Connecting to localhost:1883...
2015-06-07 15:42:34,620 DEBUG Pin 21 changed from -1 to 0
2015-06-07 15:42:34,624 DEBUG Pin 22 changed from -1 to 0
2015-06-07 15:42:34,628 DEBUG Pin 23 changed from -1 to 0
2015-06-07 15:42:34,632 DEBUG Pin 24 changed from -1 to 0
2015-06-07 15:42:34,635 INFO  Connected to localhost:1883

I hate those errors u can't solve with pure logic!

Thank you all for your time!

Kind regards
Bernd
> Am 07.06.2015 um 15:35 schrieb Bernd Gewehr <bernd@xxxxxxxxxx>:
> 
> 
>>> Am 07.06.2015 um 14:47 schrieb Roger Light <roger@xxxxxxxxxx>:
>> 
>> Have you tried connecting with another tool, e.g. mosquitto_sub? Please try from the same machine you are attempting to connect from and with the same host/ip address.
> Here the result of mosquitto_sub on localhost:
> 
> pi@raspberrypi ~ $ sudo mosquitto_sub -d -v -t Gartenwasser/+
> Received CONNACK
> Received SUBACK
> Subscribed (mid: 1): 0
> 
> Seems to work fine
> _______________________________________________
> mosquitto-dev mailing list
> mosquitto-dev@xxxxxxxxxxx
> To change your delivery options, retrieve your password, or unsubscribe from this list, visit
> https://dev.eclipse.org/mailman/listinfo/mosquitto-dev
> 


Back to the top