Add dedicated config for Parkside PMRDA 20-Li A1 mower with integer DP 121 type#5653
Closed
nima-1102 wants to merge 2 commits into
Closed
Add dedicated config for Parkside PMRDA 20-Li A1 mower with integer DP 121 type#5653nima-1102 wants to merge 2 commits into
nima-1102 wants to merge 2 commits into
Conversation
Removed the PMRDA 20-Li A1 model entry from the YAML configuration.
Added configuration for Parkside PMRDA 20-Li A1 lawnmower with various entities including sensors, buttons, and commands.
7 tasks
Owner
|
Moved the product details back to moebot_s_mower.yaml as an alternative to expanding the number of configs unnecessarily. |
make-all
added a commit
that referenced
this pull request
Jul 22, 2026
…_bluetooth_mower Parkside WiFi model is the same as Moebot S, and does not have the minor dp conflicts that the Bluetooth models have with this config. Replaces PR #5653
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
🔍 Problem
The Parkside PMRDA 20-Li A1 mower was previously included in the shared
parkside_bluetooth_mower.yamlconfig file, but newer Parkside mower models (e.g., PAMRC 250) send DP 121 as a JSON boolean (true/false), while the PMRDA 20-Li A1 sends it as an integer (0/1).This type mismatch caused:
✅ Solution
parkside_pmrda_mower.yamlfor the PMRDA 20-Li A1parkside_bluetooth_mower.yamltype: integerwith proper mappings (0 → false, 1 → true)📋 Changes
parkside_pmrda_mower.yaml(399 lines) – complete config for PMRDA 20-Li A1parkside_bluetooth_mower.yaml– removed PMRDA 20-Li A1 device entry🎯 Impact