Giter Site home page Giter Site logo

Comments (4)

tsightler avatar tsightler commented on May 27, 2024

To me the telling part of this is here:

{"topic":"tuya/xxxxxxxxxxxxxxxxxxxx/xxxxxxxxxxxxxxxxxxxx/192.168.x.xxx/command","action":"command",_ "message":"100"_,"options":{"id":"xxxxxxxxxxxxxxxxxxxx","key":"xxxxxxxxxxxxxxxxxxxx","ip":"192.168.x.xxx"}}

and here:

TuyAPI:device set: 100 +29ms

The "message" should be the set command {"set":"1"}, but instead it is 100, which is absolutely an invalid message and certainly not JSON. Now, I'm not sure why OpenHab is sending that, but it's obviously not the correct JSON data being sent.

I would suggest trying it with mosquitto_pub from command line:

mosquitto_pub -t tuya/xxxxxxxxxxxxxxxxxxxx/xxxxxxxxxxxxxxxxxxxx/192.168.x.xxx/command -m '{"set": 1}'

There does seem to be a bug in the handling of quotes in the value string, but the command above works for me and I'm going to guess it will work for you and show that tuya-mqtt works fine if it receives the correct message.

from tuya-mqtt.

RobsonW70 avatar RobsonW70 commented on May 27, 2024

I know that the number is set as a percentage of the roller shutter process closing
How can i do remove is from the MQTT object
image
I can't use 100 or 0 for opening or closing - just open, close , stop

from tuya-mqtt.

RobsonW70 avatar RobsonW70 commented on May 27, 2024

mosquitto_pub -t tuya/xxxxxxxxxxxxxxxxxxxx/xxxxxxxxxxxxxxxxxxxx/192.168.x.xxx/command -m '{"set": 1}'

Works
\NJStuya as well when I do it form the hand
but I need to have object in Openhab with 3 butttons; Open, stop, close
I can;t find any object exept Roller shutter which uses percentage as well ;(

from tuya-mqtt.

tsightler avatar tsightler commented on May 27, 2024

This should works, tuya-mqtt can set any DPS value, just a matter of getting the transforms correct in OpenHAB. I don't use OpenHAB but the community there should be able to help. If you work out the ways to set the DPS values and the transforms it should be no issue.

from tuya-mqtt.

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.