We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Hello, I'm using a Sedtronic UNICA 1wire module (with DS2438 chip). This device is not yet supported by UNIPI EVOK Input node.
I'm posting this easy fix, please update unipi-input.html, adding this line:
<option value="1wdevice">1wdevice</option>
See whole tag:
<div class="form-row"> <label for="node-input-devices"><i class="fa fa-microchip"></i> Devices</label> <select type="text" id="node-input-devices"> <option value="input">Input</option> <option value="relay">Relay</option> <option value="relay_do">Digital output</option> <option value="ai">Analog input</option> <option value="ao">Analog output</option> <option value="led">Led</option> <option value="temp">Temp</option> <option value="1wdevice">1wdevice</option> </select> </div>
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Hello, I'm using a Sedtronic UNICA 1wire module (with DS2438 chip). This device is not yet supported by UNIPI EVOK Input node.
I'm posting this easy fix, please update unipi-input.html, adding this line:
<option value="1wdevice">1wdevice</option>
See whole tag:
<div class="form-row"> <label for="node-input-devices"><i class="fa fa-microchip"></i> Devices</label> <select type="text" id="node-input-devices"> <option value="input">Input</option> <option value="relay">Relay</option> <option value="relay_do">Digital output</option> <option value="ai">Analog input</option> <option value="ao">Analog output</option> <option value="led">Led</option> <option value="temp">Temp</option> <option value="1wdevice">1wdevice</option> </select> </div>
The text was updated successfully, but these errors were encountered: