Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add support for Tefal x-plorer serie 75 #1873

Merged
merged 7 commits into from
May 15, 2024
Merged

Add support for Tefal x-plorer serie 75 #1873

merged 7 commits into from
May 15, 2024

Conversation

wbln
Copy link
Contributor

@wbln wbln commented May 2, 2024

Added support Tefal X-plorer Serie 75 Animal Vacuum
Protocol: 3.3
image
image

to add the ability to send a vacuum cleaner to a designated room, you need to add the following code at the end of the file

  - entity: select
    name: Room
    category: config
    dps:
      - id: 127
        name: option
        optional: true
        type: string
        mapping:
          - dps_val: ""
            value: Auto
          - dps_val: eyJkSW5mbyI6eyJ0cyI6IjE3MTM3MDExMDA0NjUiLCJ1c2VySWQiOiIwIn0sImRhdGEiOnsiY21kcyI6W3siZGF0YSI6eyJjbGVhbklkIjpbLTNdLCJleHRyYUFyZWFzIjpbXSwibWFwSWQiOjE3MDU5Mzg0NDAsInNlZ21lbnRJZCI6WzFdfSwiaW5mb1R5cGUiOjIxMDIzfSx7ImRhdGEiOnsibW9kZSI6InJlQXBwb2ludENsZWFuIn0sImluZm9UeXBlIjoyMTAwNX1dLCJtYWluQ21kcyI6WzIxMDA1XX0sImluZm9UeXBlIjozMDAwMCwibWVzc2FnZSI6Im9rIn0=
            value: Child room
          - dps_val: eyJkSW5mbyI6eyJ0cyI6IjE3MTM2OTQ3Njk2NDIiLCJ1c2VySWQiOiIwIn0sImRhdGEiOnsiY21kcyI6W3siZGF0YSI6eyJjbGVhbklkIjpbLTNdLCJleHRyYUFyZWFzIjpbXSwibWFwSWQiOjE3MDU5Mzg0NDAsInNlZ21lbnRJZCI6WzVdfSwiaW5mb1R5cGUiOjIxMDIzfSx7ImRhdGEiOnsibW9kZSI6InJlQXBwb2ludENsZWFuIn0sImluZm9UeXBlIjoyMTAwNX1dLCJtYWluQ21kcyI6WzIxMDA1XX0sImluZm9UeXBlIjozMDAwMCwibWVzc2FnZSI6Im9rIn0=
            value: Badroom
          - dps_val: eyJkSW5mbyI6eyJ0cyI6IjE3MTM2OTQ3MDA0OTUiLCJ1c2VySWQiOiIwIn0sImRhdGEiOnsiY21kcyI6W3siZGF0YSI6eyJjbGVhbklkIjpbLTNdLCJleHRyYUFyZWFzIjpbXSwibWFwSWQiOjE3MDU5Mzg0NDAsInNlZ21lbnRJZCI6WzZdfSwiaW5mb1R5cGUiOjIxMDIzfSx7ImRhdGEiOnsibW9kZSI6InJlQXBwb2ludENsZWFuIn0sImluZm9UeXBlIjoyMTAwNX1dLCJtYWluQ21kcyI6WzIxMDA1XX0sImluZm9UeXBlIjozMDAwMCwibWVzc2FnZSI6Im9rIn0=
            value: Living room
          - dps_val: eyJkSW5mbyI6eyJ0cyI6IjE3MTM3MDEwMTY2MTAiLCJ1c2VySWQiOiIwIn0sImRhdGEiOnsiY21kcyI6W3siZGF0YSI6eyJjbGVhbklkIjpbLTNdLCJleHRyYUFyZWFzIjpbXSwibWFwSWQiOjE3MDU5Mzg0NDAsInNlZ21lbnRJZCI6WzhdfSwiaW5mb1R5cGUiOjIxMDIzfSx7ImRhdGEiOnsibW9kZSI6InJlQXBwb2ludENsZWFuIn0sImluZm9UeXBlIjoyMTAwNX1dLCJtYWluQ21kcyI6WzIxMDA1XX0sImluZm9UeXBlIjozMDAwMCwibWVzc2FnZSI6Im9rIn0=
            value: Kitchen
          - dps_val: eyJkSW5mbyI6eyJ0cyI6IjE3MTM2OTQ1OTU5OTUiLCJ1c2VySWQiOiIwIn0sImRhdGEiOnsiY21kcyI6W3siZGF0YSI6eyJjbGVhbklkIjpbLTNdLCJleHRyYUFyZWFzIjpbXSwibWFwSWQiOjE3MDU5Mzg0NDAsInNlZ21lbnRJZCI6WzJdfSwiaW5mb1R5cGUiOjIxMDIzfSx7ImRhdGEiOnsibW9kZSI6InJlQXBwb2ludENsZWFuIn0sImluZm9UeXBlIjoyMTAwNX1dLCJtYWluQ21kcyI6WzIxMDA1XX0sImluZm9UeXBlIjozMDAwMCwibWVzc2FnZSI6Im9rIn0=
            value: Hall

where dps_val - jwt-token with information about the required route

@wbln wbln changed the title new device Tefal x-plorer serie 75 Add support for Tefal x-plorer serie 75 May 2, 2024
@make-all
Copy link
Owner

make-all commented May 4, 2024

I have removed the commit that reordered manifest.json to avoid the conflict with latest

@@ -200,6 +197,7 @@ secondary_entities:
name: switch
type: boolean
- entity: sensor
name: battery_level
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Remove this name to use default HA translations for the battery class.

@make-all make-all merged commit e9fad32 into make-all:main May 15, 2024
3 checks passed
make-all added a commit that referenced this pull request May 15, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Archived in project
Development

Successfully merging this pull request may close these issues.

None yet

2 participants