Skip to content

Commit

Permalink
Initial support for ViCare 7963223 Climate Sensor. Based on the '7637…
Browse files Browse the repository at this point in the history
…435'/'ZK03839' with just the zigbeeModel and model changed. Note that his device supports two power options: micro USB or battery. Battery is exposed but will not have a meaningful value when powered by micro USB.
  • Loading branch information
JohnConnett committed Feb 5, 2025
1 parent b91e0a8 commit 2d2ea4e
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions src/devices/viessmann.ts
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,15 @@ const definitions: DefinitionWithExtend[] = [
toZigbee: [],
exposes: [e.battery(), e.temperature(), e.humidity()],
},
{
zigbeeModel: ['7963223'],
model: '7963223',
vendor: 'Viessmann',
description: 'ViCare climate sensor',
fromZigbee: [fz.temperature, fz.humidity, fz.battery],
toZigbee: [],
exposes: [e.battery(), e.temperature(), e.humidity()],
},
{
zigbeeModel: ['7637434'],
model: 'ZK03840',
Expand Down

0 comments on commit 2d2ea4e

Please sign in to comment.