Skip to content
Open
Show file tree
Hide file tree
Changes from 15 commits
Commits
Show all changes
41 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
a2db762
updating notification profile as requested by ST
InovelliUSA Oct 22, 2025
eaff7da
update unit test for different rgbw profile
InovelliUSA Oct 22, 2025
1b8f1f3
remove versionget command
InovelliUSA Oct 22, 2025
aba8cff
fix lua errors
InovelliUSA Oct 22, 2025
a77f94b
some more fixes for test unit files
InovelliUSA Oct 22, 2025
69bbcaa
missed an unused variable
InovelliUSA Oct 22, 2025
5597b4d
modify unit test files. Changes to device init to be more efficient
InovelliUSA Oct 24, 2025
3b8a626
Remove unused code
InovelliUSA Oct 24, 2025
0b818be
linter fixes
InovelliUSA Oct 24, 2025
ca49e91
remove unused init function
InovelliUSA Oct 25, 2025
6c324d1
fixing linter error
InovelliUSA Oct 25, 2025
dd1ed1a
removing firmware update from rgbw bulb. Adding custom refresh handler
InovelliUSA Oct 29, 2025
4742d35
modify refresh command so it doesn't kill the driver
InovelliUSA Oct 29, 2025
d5dc0f0
consolidating drivers. Updating some unit tests
InovelliUSA Nov 5, 2025
2ebda4c
Fixing some linter warnings
InovelliUSA Nov 5, 2025
17d6a05
fix inovelli button test error
InovelliUSA Nov 5, 2025
dc95ff9
fix linter warning on button test
InovelliUSA Nov 5, 2025
97ded14
fix color init for lzw31 black switch
InovelliUSA Nov 5, 2025
b139bf5
better naming of driver files
InovelliUSA Nov 6, 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