Skip to content

Commit

Permalink
feat(add): 7963223 (#8745)
Browse files Browse the repository at this point in the history
  • Loading branch information
JohnConnett authored Feb 5, 2025
1 parent f462174 commit 0f59d49
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 0f59d49

Please sign in to comment.