Skip to content

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
make-all:mainfrom
nima-1102:main
Closed

Add dedicated config for Parkside PMRDA 20-Li A1 mower with integer DP 121 type#5653
nima-1102 wants to merge 2 commits into
make-all:mainfrom
nima-1102:main

Conversation

@nima-1102

Copy link
Copy Markdown
Contributor

🔍 Problem

The Parkside PMRDA 20-Li A1 mower was previously included in the shared parkside_bluetooth_mower.yaml config 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:

  • ❌ The PMRDA 20-Li A1 device not appearing in the GUI device selection
  • ❌ Incompatibility with the boolean-based configs of newer models

✅ Solution

  • Created dedicated config file: parkside_pmrda_mower.yaml for the PMRDA 20-Li A1
  • Removed the device from shared config: Removed PMRDA 20-Li A1 (icw5sal7xfcevsve) from parkside_bluetooth_mower.yaml
  • Preserved integer type for DP 121: The new config correctly defines DP 121 as type: integer with proper mappings (0 → false, 1 → true)
  • Backward compatible: No breaking changes for other Parkside mower models

📋 Changes

  • New file: parkside_pmrda_mower.yaml (399 lines) – complete config for PMRDA 20-Li A1
  • Modified: parkside_bluetooth_mower.yaml – removed PMRDA 20-Li A1 device entry

🎯 Impact

  • ✓ PMRDA 20-Li A1 is now selectable in the GUI
  • ✓ Newer Parkside models with boolean DP 121 continue to work correctly
  • ✓ No regressions for other devices

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.
@make-all

Copy link
Copy Markdown
Owner

Moved the product details back to moebot_s_mower.yaml as an alternative to expanding the number of configs unnecessarily.

@make-all make-all closed this Jul 22, 2026
@github-project-automation github-project-automation Bot moved this from 👀 In review to ✅ Done in Tuya Local Jul 22, 2026
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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

Status: ✅ Done

Development

Successfully merging this pull request may close these issues.

2 participants