LuchtScrubber
From NURDspace
LuchtScrubber | |
---|---|
Participants | |
Skills | |
Status | Active |
Niche | Software |
Purpose | |
Tool | No |
Location | |
Cost | |
Tool category |
LuchtScrubber
"File:{{{Picture}}}" cannot be used as a page name in this wiki.
{{{Picture}}} {{#if:No | [[Tool Owner::{{{ProjectParticipants}}} | }} {{#if:No | [[Tool Cost::{{{Cost}}} | }}
Page for my home aircleaner https://tubble.com/nl/product/air-purifier/
Docs
- Getting local key https://github.com/codetheweb/tuyapi/blob/master/docs/SETUP.md and https://github.com/TuyaAPI/cli
- hass component https://github.com/rospogrigio/localtuya
- https://github.com/rospogrigio/localtuya/issues/367
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