LuchtScrubber: Difference between revisions
Jump to navigation
Jump to search
(Created page with "{{Project |Name=LuchtScrubber |Status=Active |Niche=Software |Tool=No }} Page for my home aircleaner https://tubble.com/nl/product/air-purifier/ == Docs == * Getting local k...") |
No edit summary |
||
| Line 9: | Line 9: | ||
* Getting local key https://github.com/codetheweb/tuyapi/blob/master/docs/SETUP.md and https://github.com/TuyaAPI/cli | * 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 | * hass component https://github.com/rospogrigio/localtuya | ||
* https://github.com/rospogrigio/localtuya/issues/367 | |||
== Device data == | == Device data == | ||
Latest revision as of 10:39, 23 February 2021
| LuchtScrubber | |
|---|---|
| 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
- 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