New Device Template - HIMOX Air Purifier #12094
dortmund50
started this conversation in
Ideas
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello all,
I bought the following air purifier, which I was able to flash with Tasmota (tuya-convert): https://www.amazon.de/HIMOX-Luftreiniger-Luftqualit%C3%A4t-Raucherzimmer-Aktivkohlefilter/dp/B08CK9CCPX/
Since there is no template for this device yet, I have now first collected information, but do not know how to process it properly. I would like to use the device later in the Home Assistant.
Here is the overview of the TuyaMCU assignment:
https://i.ibb.co/C54fN1X/Uebersicht.png
Here is the built-in chip:
https://i.ibb.co/7zfFZxf/IMG-4724.jpg
Tasmota Configuration:
https://i.ibb.co/BznjL28/tasmota.png
My current Home Assistant configuration looks like this, but no states are sent to the Home Assistant when I change settings directly on the device:
`fan:
name: "AirPurifier"
state_topic: "stat/AirPurifier/POWER"
command_topic: "cmnd/AirPurifier/POWER"
speed_state_topic: "stat/AirPurifier/speed"
speed_command_topic: "cmnd/AirPurifier/tuyasend4"
availability_topic: "tele/AirPurifier/LWT"
payload_available: "Online"
payload_not_available: "Offline"
payload_on: "ON"
payload_off: "OFF"
payload_low_speed: "4,0"
payload_medium_speed: "4,2"
payload_high_speed: "4,1"
speeds:
If you need more Information, feel free and contact me :-)
Beta Was this translation helpful? Give feedback.
All reactions