• Categories
    • Recent
    • Tags
    • Popular
    • Register
    • Login
    1. Home
    2. kadu
    3. Posts
    K
    Offline
    • Profile
    • Following 0
    • Followers 0
    • Topics 1
    • Posts 4
    • Groups 0

    Posts

    Recent Best Controversial
    • RE: Mqtt Topics for HASS.IO

      @jkandasa node and sensor can be string no problem. I'll apreciate and thankfull for that.

      posted in MyControllerDevice (ESP8266)
      K
      kadu
    • Mqtt Topics for HASS.IO

      Re: MQTT sample setup on ESP8266

      I'm using the sketch provided here (https://github.com/mycontroller-org/MyControllerDevice) to send messages to a MQTT Broker (mosquitto) and Hass.io as controller, but I found some differences between how this sketch provide mqtt topics and how Hass.io spect to recive.
      I saw that this messages are received by mycontroller with success, but when I send to Hass.io, nothing appears.
      Finding help with this issue, I'm able to check that in MyControllerDevice/Messages.h there are some definitions like: #define V_TEMPERATURE "V_TEMP", and on the MySensors/Message.h there are enuns that "translate" V_TEMP = 0.
      Hass.io subscribe to mqttgw1-in/+/+/0/+/+, and MyControllerDevice skecth provide something like out_rpiagent/rpi-gpio/temperature_ds18b20/C_SET/V_TEMP/0
      Is possible to use MyController Sketch and send messages in "numeric" style ?

      posted in MyControllerDevice (ESP8266)
      K
      kadu
    • RE: Setting Time Zone

      @kadu after 3 days the timezone parameter worked to me! (tks @jkandasa )

      posted in General Discussion
      K
      kadu
    • RE: Setting Time Zone

      Don't worked for me, any other idea ?

      posted in General Discussion
      K
      kadu