David Miller
David Miller
Could you get a single switch to work using my config? `switchValues` needs to be an array of values, or an array of arrays of values for multiple switches. It...
The false shouldn't be in quotes, i.e. you need "adaptiveLighting": false
Interesting: does indeed sound like mqttthing is publishing colour temperature updates for adaptive lighting that's turned off and some devices interpret this as an instruction to turn the bulb back...
What is being published to `hisense_ac/ca2c4f5f18c3/t_fan_power/status`? It looks like it should be just the text `off` or `on` from your config.
No, `on` or `off` should be fine as you've configured that in `swingModeValues`. Odd. I'll try to reproduce if I get time.
Separate topics for red, green and blue aren't currently supported.
MQTT is usually pretty quick. Can you work out where the delay is by turning on logging? Note that you can use the same topic for 'get' and 'set' in...
I have very limited time to work on MQTT-Thing, which as I'm sure you appreciate is only a 'hobby' project. I tend to focus on bug fixes then feature requests,...
OK, so (assuming that your TV has a built-in MQTT server and its IP address is 192.168.0.156) it seems that you're able to connect to it with mosquitto_sub but your...
I suspect once turned off the TV stops its mqttserver and so can't be turned on again through it. The incorrect hostname will be because you're connecting by IP address...