Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
22 commits
Select commit Hold shift + click to select a range
8e85df4
Add support for Inovelli mmWave switch
InovelliUSA Jun 30, 2025
014f04f
Fix for measurement unit being cm (not mm)
InovelliUSA Jul 8, 2025
bb6b556
Configure illuminance reporting and fix p101-106 unit incorrect
Jul 26, 2025
51d140b
Merge branch 'main' of https://github.com/InovelliUSA/SmartThingsEdge…
Jul 26, 2025
881378d
adjusting lux reporting. remove p117 as mmwave param and updated its …
Jul 26, 2025
bdf36fd
initializing values for occupancy, illuminance, and binding to occupa…
Aug 1, 2025
7e9d74a
add ability to reset energy meter
Aug 1, 2025
8b43500
add ability to reset energy meter
Aug 1, 2025
92b4add
adjusting some default parameters and adding ota image notify for fir…
Aug 13, 2025
6d36aee
adding missing OTAUpgrade declaration
Aug 13, 2025
1da18de
Inovelli - adding support for vzw32-sn for wwst
InovelliUSA Aug 29, 2025
10017c0
accidentally included some vzm32-sn (zigbee) changes in this branch. …
InovelliUSA Aug 29, 2025
2f855cb
some updates from linter results. Notification turns on when color ch…
InovelliUSA Aug 29, 2025
d400b8b
Removing unsupported capabilities
InovelliUSA Sep 11, 2025
554b18c
fixing mmwave reset command
InovelliUSA Oct 13, 2025
9ab266e
remove some preferences. Prevent extra events being sent for child de…
InovelliUSA Oct 21, 2025
f2a13e6
add copyright info
InovelliUSA Oct 21, 2025
4e15fcc
remove firmware update capability
InovelliUSA Oct 21, 2025
94a4663
remove unused configuration handler and notification class
InovelliUSA Oct 21, 2025
7665745
removing on/off and level handlers
InovelliUSA Oct 21, 2025
a088f12
removing version report features
InovelliUSA Oct 21, 2025
70f4c98
add unit tests
InovelliUSA Oct 22, 2025
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions drivers/SmartThings/zwave-switch/fingerprints.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,12 @@ zwaveManufacturer:
productType: 0x0003
productId: 0x0001
deviceProfileName: inovelli-dimmer
- id: "Inovelli/VZW32-SN"
deviceLabel: Inovelli mmWave Dimmer Red Series
manufacturerId: 0x031E
productType: 0x0017
productId: 0x0001
deviceProfileName: inovelli-mmwave-dimmer-vzw32-sn
- id: "010F/0403"
deviceLabel: Fibaro Single Switch
manufacturerId: 0x010F
Expand Down
Loading
Loading