-
Notifications
You must be signed in to change notification settings - Fork 9
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[FEATURE REQUEST] - unplugged device / send this status #15
Comments
Hi, Hope this is what you are asking |
Have checked all time. It will send via msg.payload or msg.status? Thanks for reply. |
it should be msg.enabled, or maybe just enabled, one of the 2, I don't remember well :) |
msg.enabled is normal undefined, when unplug off, then is "false". |
{msg.enabled: true} is sent when the device goes online it works perfectly here |
But there is another problem. It will send EDIT: and never is |
hmm, this seems something wrong with your mqtt broker, or maybe the device itself. The msg.enabled messagges are sent every time the node receive a I suggest you try to add a standard mqtt-in node to your flow and subscribe to |
Have absolutelly standard eclipse-mosquitto server as broker. Device is Sonoff RFR3 with Tasmota 8.5.0.1 In MQTT IN in nodered:
Tested also with MQTT.fw:
|
Ok, I understand the issue now ! TBH it seems crazy to me that a protocol string is translated, there is no way for a controller to understand the LWT payload if it change between different languages. Now the question is: why your tasmota behave different than mine? did you changed in some way the LWT payload? |
I'm using standard genuine Tasmota, but as you wrote - translated Czech version. http://ota.tasmota.com/tasmota/ |
Well, this seems to me a Tasmota issue, IMHO the LWT payload should always be Can you please open an issue at Tasmota? Maybe they have already addressed this issue in the past or have a workaround Of course you can just install the english Tasmota to your device to fix the issue |
Tested flashing to original english Tasmota and everything is OK :) But opened new issue at Tasmota: |
Great, lets see how it goes there |
So I made pull request with czech language file, but this is global problem of Tasmota also with another translations. |
Yep, I'm following the Tasmota issue you opened. If you agree we can close this issue |
Of course, thank you for cooperating! |
Have Sonoff Tasmota device. When I unplugged in from power outlet, there will be state in Nodered "Neaktivni" (Not active) with warn red square. But the node don't send this information. Is it possible to add this feature?
The text was updated successfully, but these errors were encountered: