Search found 8 matches

by chrille
Friday 16 September 2016 13:25
Forum: MySensors
Topic: Error: V_ID MySensors: Unknown/Invalid sensor type (42)
Replies: 17
Views: 7416

Re: Error: MySensors: Unknown/Invalid sensor type (42)

I can use S_TEMP but I need to declare tempMsg first and then I used V_ID for testing purpose. If I use V_TEMP instead of V_ID it works. My question was about the V_ID, why that Variable is not working. I have changed my first post to only ask about V_ID, to make it more clear Just to clarify - the ...
by chrille
Saturday 28 November 2015 23:22
Forum: RFLink Transceiver
Topic: Wifi RFLink
Replies: 69
Views: 45021

Re: Wifi RFLink

Since last Update We can add : RFLink Gateway with Lan Interface !! I found a way to use it on Wifi by adding ESP8266 to RFLink using Ser2net. Just load this sketch to your ESP8266 : https://github.com/dparnell/esp8266-ser2net, of course adjust config to your home config Plug ESP RX to Mega RX0 ESP ...
by chrille
Sunday 22 November 2015 19:57
Forum: RFLink Transceiver
Topic: Wifi RFLink
Replies: 69
Views: 45021

Re: Wifi RFLink

costo wrote: ESP Easy version 42

that's nowhere to be found, where did you get that ?
https://github.com/ESP8266nu/ESPEasy

- Jan
by chrille
Saturday 13 June 2015 23:33
Forum: Suggestions
Topic: [90] MQTT Support
Replies: 370
Views: 141001

Re: [90] MQTT Support

2554 Username/Password works, thanks!! Yes, that's much appreciated - now I am actually able to test without making changes to my broker setup! It seems the parsing of MQTT messages is very sensitive when it comes to the correct format - I just discovered that sending "nvalue" : "1" instead of ...
by chrille
Tuesday 09 June 2015 8:04
Forum: Suggestions
Topic: [90] MQTT Support
Replies: 370
Views: 141001

Re: [90] MQTT Support

Didn't know about Mqttwarn, as mentioned on Jan-Piet Mens' site it seems to do similar things as can be done with Node-red. Are you going to keep using it to translate messages from and to Domoticz? I found something called Freeswitch mentioned in the documentation, that's an interesting thing to ...
by chrille
Monday 08 June 2015 20:26
Forum: Suggestions
Topic: [90] MQTT Support
Replies: 370
Views: 141001

Re: [90] MQTT Support

Jan, are you using NodeMcu or the native MQTT from TuanPMT? I am mostly using this russian software: http://esp8266.homes-smart.ru/ - it support at least 90% of the stuff I want to do, and new features are added all the time. For the garagedoor project I'm currently using NodeMCU but will probably ...
by chrille
Monday 08 June 2015 19:48
Forum: Suggestions
Topic: [90] MQTT Support
Replies: 370
Views: 141001

Re: [90] MQTT Support

can you share a little on how you have implemented your current setup? What I have is more less bits and pieces. I have a number of ESP8266 wireless modules (with temperature, humidity, light and door sensors) that all sends to my MQTT broker. I also have a HA7net and USR-HTW devices that reports ...
by chrille
Monday 08 June 2015 18:23
Forum: Suggestions
Topic: [90] MQTT Support
Replies: 370
Views: 141001

Re: [90] MQTT Support

Hi, I am a new domoticz user and would really like to try the MQTT support, as my current setup is based on MQTT. However, I don't see anywhere to configure username/password for the broker connection. Is there no way to set login credentials? I tried to write the hostname URL style like mqtt ...