SmartHome-yourself / m5-dial-for-esphome

M5 Stack Dial - Custom Component for ESPHome
MIT License
88 stars 14 forks source link

Example configuration problems #13

Closed jereskuta closed 6 months ago

jereskuta commented 6 months ago

Wrong naming in the example config. Replacing the names with the suggestions worked.

  [screenOffTime] is an invalid option for [shys_m5_dial]. Did you mean [screen_off_time]?
  screenOffTime: 45000

  [rotaryStepWidth] is an invalid option for [shys_m5_dial]. Did you mean [rotary_step_width]?
  rotaryStepWidth: 5

  [longPressDuration] is an invalid option for [shys_m5_dial]. Did you mean [long_press_duration]?
  longPressDuration: 1200

After fixing those, I can install the software successfully, however the Dial screen stays black and it is not working.

jereskuta commented 6 months ago

I got the software working. I didn't properly configure the dial in home assistant.

danielscheidler commented 6 months ago

thx for your feedback. I fixed the parameters in the readme.

HomeJJAssistan commented 6 months ago

Thanks @jereskuta I had the same Problem with the names, now is fixed.