-
-
Notifications
You must be signed in to change notification settings - Fork 633
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
Missing "Manufacturer Specific" for Eurotronics Spirit radiator valves #3301
Comments
I could swear there is an issue about this somewhere. The device's response to which modes it supports is incomplete, which you correctly described.
We'd need to implement #1625 for this, which is a bit tricky. I don't like single-use workarounds for single devices, so this needs to be implemented in a way that we can use the workaround for all those devices that report their capabilities incorrectly. |
@robertsLando can you help? How can you set Basic CC targetValue via mqtt? |
If the value reports a Basic CC Otherwise you can use the The topic depends on your settings, the payload I ask to you @AlCalzone to edit the one I report here: Topic: Payload: { "args": [
{
"nodeId": <nodeId>,
"commandClass": 32,
"endpoint": 0,
},
"set",
[<your value>] // this are the args
]
} |
This should also work with a driver function (not sure if you can do that via mqtt though): await driver.controller.nodes.get( yourNodeId ).commandClasses.Basic.set( value ) @robertsLando correct me if I forgot something |
Yeah you could firstly try to send that function from Control Panel, if it works you can then call it with that payload using MQTT |
Hi, sorry for the late reply. I did, however, manage to send it via an MQTT-command now. In the past that also didn't work, so at least I have a working workaround for this :) |
I think you misunderstood what @robertsLando meant. zwavejs2mqtt lets you execute custom scripts like the one I posted above, either via the Control Panel or MQTT (I think). Also, to be sure: There is no |
I wasn't aware of the Control Panel being able to do that. Thanks for that. With that I finally managed to provide the following Service Command in HA:
This is an even better workaround for me! Thanks loads for your time!! |
For reference to anyone needing this. I wrote a small how-to on the HA community forum describing how I use the above in a solution: |
If 'supervisor' performs actions it's usually something 'timed' or maybe another addon like node-red. (Maybe you have an automaton running 'every minute' that touches your radiator valve?) |
I feel stupid!!!! It was a node red flow. Thanks! |
Is your problem within Home Assistant (Core or Z-Wave JS Integration)?
NO, my problem is NOT within Home Assistant or the ZWave JS integration
Is your problem within ZWaveJS2MQTT?
NO, my problem is NOT within ZWaveJS2MQTT
Checklist
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.
Describe the bug
What causes the bug?
The Radiator Valve has a Thermostate Mode called 'Manufacturer Specific' by the vendor, which effectively allows manual control of the valve. (so, you can set it to a certain percentage open, 0 being completely closed, 100 being completely open).
Using OpenZwave the valves can be set to 'Manufacturer Specific' setting via ozw-admin or mqtt commands. Zwave-js doesn't seem to support the setting.
The setting visible in Zwave-JS is: [12-64-0-mode] Thermostat mode which has:
0. Off
If is missing the option:
31. Custom
(When setting the valve to Manufacturer Specific, this is what the value is set to)
The manual describes it at chapter 6.8 as Mode '0x1F'
https://products.z-wavealliance.org/ProductManual/File?folder=&filename=MarketCertificationFiles/2543/Spirit%20Z-Wave%20Plus_DRAFT_V4.pdf
I think it is an error in the firmware of the device (it doesn't seem to provide the setting/mode during an interview (by lack of a proper description from my side )).
I tried contacting Eurotronics about it, so maybe they could provide a fixed firmware, but they don't respond to anything.
Given that other Zwave-implementations have workarounds for this, I was hoping it could also be 'fixed' in Zwave-JS. (At least OpenZwave, Domoticz and also the Athom Homey appliance can work with it)
Device information
Manufacturer: Eurotronics (Manufacturer ID: 0x0148)
Model name: Spirit
Node ID in your network:
How are you using
node-zwave-js
?zwavejs2mqtt
Docker image (latest)zwavejs2mqtt
Docker image (dev)zwavejs2mqtt
Docker manually built (please specify branches)ioBroker.zwave2
adapter (please specify version)HomeAssistant zwave_js
integration (please specify version)pkg
node-red-contrib-zwave-js
(please specify version, double click node to find out)Which branches or versions?
version:
I'm using the current 'Zwave JA to MQTT' addon in Home Assistant: which uses ZwaveJS2Mqtt v5.5.1
Did you change anything?
no
If yes, what did you change?
No response
Did this work before?
No, it never worked anywhere
If yes, where did it work?
No response
Attach Driver Logfile
zwave_js.log
The text was updated successfully, but these errors were encountered: