Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Everspring - EH403 - Cannot change default configuration #6829

Closed
7 tasks done
AlCalzone opened this issue May 8, 2024 Discussed in #6828 · 5 comments · Fixed by #6847
Closed
7 tasks done

Everspring - EH403 - Cannot change default configuration #6829

AlCalzone opened this issue May 8, 2024 Discussed in #6828 · 5 comments · Fixed by #6847
Labels
device compatibility Work that needs to be done to support non-compliant or legacy devices

Comments

@AlCalzone
Copy link
Member

Discussed in #6828

Originally posted by @s8109csa May 8, 2024

Checklist

  • I have read and followed the above instructions

  • I have checked the troubleshooting section and my problem is not described there.

  • I have read the changelog and my problem was not mentioned there or the fix did not work.

Describe the issue

What is happening?
I cannot change default configuration on Everspring EH403. I have 3 of them, same issue on all. There are 3 parameters and for me the important would be the auto report lux value. I wanted to change 0 to 3 and when I clicked somewhere else in the Home Assisstant, there was only an error message: Error happened. Other Z-Wave devices are working as expected.

What did you expect to happen instead?
Update parameters

Steps to reproduce the behavior:

  1. Go to Devices -> Z-Wave -> Everspring EH403 -> Settings -> Edit parameter 3 -> click out from the cell.
  2. See error

Anything else we should know?
The devices are securely connected to Aeotec USB Z-Stick 7 - again, I can edit other devices. FW is default, I don't think there was ever a firmware update on these flood lights.

Software versions

Driver (node-zwave-js): ...

Z-Wave JS UI: ...

Home Assistant Z-Wave Integration: ...

Home Assistant Z-Wave JS Addon: ...newest but it was always the case

ioBroker.zwave2 Adapter: ...

If you are using something non-standard, tell us here: ...

Device information

Manufacturer: EverSpring
Model name: EH-403
Node ID: 11

Checklist

  • I made sure to provide a driver log on level debug.

  • The log includes a re-interview of the problematic device (if applicable).

  • The log includes the problematic interaction with the device (if applicable).

  • I provided the node ID of the problematic device (if applicable).

Upload Logfile

home-assistant_zwave_js_2024-05-08T15-09-55.901Z.log

@AlCalzone AlCalzone added the device compatibility Work that needs to be done to support non-compliant or legacy devices label May 8, 2024
@AlCalzone
Copy link
Member Author

Fix: Disable Supervision CC for this device.

@s8109csa
Copy link

s8109csa commented May 8, 2024 via email

@AlCalzone
Copy link
Member Author

Yeah that's something I have to do in Z-Wave JS.

@AlCalzone
Copy link
Member Author

@zwave-js-bot add compat flag to 0x0060:0x0012:0x0001

"commandClasses": {
	"remove": {
    	// The device does not support Supervision correctly
        "Supervision": {
			"endpoints": "*"
		},
	}
}

@zwave-js-bot
Copy link
Collaborator

🔨 I created a PR at #6847 - check it out!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
device compatibility Work that needs to be done to support non-compliant or legacy devices
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants