What happened?
The epaper_spi component has some fields where whether the field is required depends on the selected value of other parameters. In particular:
- If you select a
model which is a bare controller, like SSD1683, you need to specify cs_pin, dc_pin, and dimensions.
- If you select a
model which is a specific screen, like WAVESHARE-2.13IN-V3, you need to specify cs_pin and dc_pin, but you do not need to specify dimensions, since the screen model defines dimensions.
- If you select a
model which is a preset for a device, like INKPLATE6COLOR, you are not required to specify any of cs_pin, dc_pin, or dimensions because they are all defined by the model.
Unfortunately, in the latter two cases, the add component wizard does not allow you to submit the form, because it thinks that the some of the fields are required when they actually are not required.
Dashboard version
git 0.1.0b8-1714-g408d3f81
How did you install it?
From source (script/setup)
Where is it running?
Local — Linux
Device YAML config
Relevant logs / errors
Anything else?
No response
What happened?
The epaper_spi component has some fields where whether the field is required depends on the selected value of other parameters. In particular:
modelwhich is a bare controller, likeSSD1683, you need to specifycs_pin,dc_pin, anddimensions.modelwhich is a specific screen, likeWAVESHARE-2.13IN-V3, you need to specifycs_pinanddc_pin, but you do not need to specify dimensions, since the screen model defines dimensions.modelwhich is a preset for a device, likeINKPLATE6COLOR, you are not required to specify any ofcs_pin,dc_pin, ordimensionsbecause they are all defined by the model.Unfortunately, in the latter two cases, the add component wizard does not allow you to submit the form, because it thinks that the some of the fields are required when they actually are not required.
Dashboard version
git 0.1.0b8-1714-g408d3f81
How did you install it?
From source (script/setup)
Where is it running?
Local — Linux
Device YAML config
not device specificRelevant logs / errors
Anything else?
No response