LuchtScrubber

From NURDspace
LuchtScrubber
NoPicture.png
Participants
Skills
Status Active
Niche Software
Purpose
Tool No
Location
Cost
Tool category

LuchtScrubber Property "Tool Image" (as page type) with input value "File:{{{Picture}}}" contains invalid characters or is incomplete and therefore can cause unexpected results during a query or annotation process. {{{Picture}}} {{#if:No | [[Tool Owner::{{{ProjectParticipants}}} | }} {{#if:No | [[Tool Cost::{{{Cost}}} | }}

Page for my home aircleaner https://tubble.com/nl/product/air-purifier/

Docs

Device data

Data from device: {
 dps: {
   '1': true, -- On/Off RW
   '2': 28, -- 2.5u ppm RO
   '3': 'sleep', -- Fan mode [sleep,M,H,auto] RW
   '5': 78, -- Filter used RO
   '7': false, -- Child lock RW
   '11': false, -- Filter reset RW
   '18': 'cancel', -- Timer description [cancel,2h,4h,8h] RW
   '19': 0, -- Timer in minutes RO
   '21': 'great', -- Air Quality RO
   '22': 0, -- Fault RO
   '101': 'Standard' -- Light mode [Standard,Soft,Close] RW
 }
}

Hass Config

localtuya:
 - host: <host>
   device_id: <dev_id>
   local_key: <local_key>
   friendly_name: Lucht schrobber
   protocol_version: "3.3"
   entities:
     - platform: switch
       friendly_name: Purifier
       id: 1
     - platform: sensor
       friendly_name: 2.5 ppm
       unit_of_measurement: ppm
       id: 2
     - platform: sensor
       friendly_name: Mode
       id: 3
     - platform: sensor
       friendly_name: Filter health
       id: 5
       unit_of_measurement: "%"
     - platform: switch
       friendly_name: Purifier Child lock
       id: 7
     - platform: sensor
       friendly_name: Air quality
       id: 21