Giter Site home page Giter Site logo

Comments (6)

sieren avatar sieren commented on July 19, 2024

Hey Frank,

to further diagnose this, I suggest connecting to the MQTT Broker with something like https://chrome.google.com/webstore/detail/mqttlens/hemojaaeigabkbcookmlgmdigohjobjm?hl=en
and observing any broadcasts when using the webpage.

alternatively mosquitto_sub -v -h <mqtt_broker_ip_address> -p <port> -t '#'.

I just tried it myself and I could see broadcasts coming from Tasmota in the form of:
stat/OutletDevice/POWER ON

(Seems to be a slightly different mqtt schema than yours)

Let me know about your findings.

M

from homepoint.

franki29 avatar franki29 commented on July 19, 2024

Hi, my device is A RGB Plug with RGB LED ring, that can be also switch on/off. Therfore I have Power1 & Power2. Here my MQTT message.
Client mosqsub|4136-raspberryp received PUBLISH (d0, q0, r0, m0, 'Strompumpe/stat/POWER1', ... (3 bytes))
Strompumpe/stat/POWER1 OFF

from homepoint.

sieren avatar sieren commented on July 19, 2024

Just to be on the safe side, can you use all-caps for power1 in your configuration?
"getTopic": "Strompumpe/stat/power1", -> "getTopic": "Strompumpe/stat/POWER1",

from homepoint.

franki29 avatar franki29 commented on July 19, 2024

Hi, yes that was the problem. Tasmota seems not to care about caps letters for switch the Plug On/Off. This is the reason I did not look about the right incoming message.
Thanks for helping

Frank

from homepoint.

sieren avatar sieren commented on July 19, 2024

Thanks for reporting though!
I'll see if I can fix this... it's not the first time this has been a problem.

from homepoint.

sieren avatar sieren commented on July 19, 2024

Nevermind, just read up on the official specification and topics are supposed to be case sensitive.

from homepoint.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.