Quantcast
Channel: Configuration - Home Assistant Community
Viewing all articles
Browse latest Browse all 95925

Tasmota TuyaMCU Dimmer minimum brightness issue

$
0
0

@Egglec wrote:

I have a TuyaMCU dimmer that I have install Tasmota 8.1.0.2 on. I have is set up and working in home assistant as an MQTT light.

- platform: mqtt
  name: "Front Left Eve"
  state_topic: "stat/front_eve/RESULT"
  value_template: "{{ value_json.POWER }}"
  command_topic: "cmnd/front_eve/POWER"
  availability_topic: "tele/front_eve/LWT"
  brightness_state_topic: "stat/front_eve/RESULT"
  brightness_command_topic: "cmnd/front_eve/Dimmer"
  brightness_scale: 100
  brightness_value_template: "{{ value_json.Dimmer }}"
  qos: 2
  payload_on: "ON"
  payload_off: "OFF"
  payload_available: "Online"
  payload_not_available: "Offline"``

My dimmer in tasmota is set to a range of 25 - 140 and that all work correctly in the tasmota interface toggling the light and dimming up and down.
In Home assistant at 100% tasmota receives the command “100” and correctly sets the dimmer to the top of the range at 140
But in Home Assistant GUI, I can’t dim down pass 19% at 19% tasmota receives 19 and sets the dim level to 25 which is as low as the dimmer can go. I’m not sure where to try adjusting the minimum level, in tasmota somewhere or in Home Assistant my changing to a template MQTT light instead?

Posts: 1

Participants: 1

Read full topic


Viewing all articles
Browse latest Browse all 95925

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>