Skip to content

Commit

Permalink
added dnt radiator thermostat (dnt-lw-eTRV) (#762)
Browse files Browse the repository at this point in the history
* added new vendor dnt Innovation GmbH and first device dnt-lw-ats

* added dnt-lw-eTRV

* corrected error with file extension on image

---------

Co-authored-by: Jaime Trinidad <[email protected]>
  • Loading branch information
dnt-Innovation-GmbH and Jaime-Trinidad authored Mar 26, 2024
1 parent 7af7bf2 commit a1a8f5a
Show file tree
Hide file tree
Showing 10 changed files with 1,003 additions and 1 deletion.
Binary file added vendor/dnt/dnt-lw-ats.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion vendor/dnt/dnt-lw-ats.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -103,6 +103,6 @@ msrp:

# Photos
photos:
main: dnt-lw-ats.png
main: dnt-lw-ats.jpg
other:
- dnt-lw-ats-top-view.jpg
Binary file added vendor/dnt/dnt-lw-etrv-backview.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added vendor/dnt/dnt-lw-etrv-batteryholder-open.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
42 changes: 42 additions & 0 deletions vendor/dnt/dnt-lw-etrv-codec.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,42 @@
# Uplink decoder decodes binary data uplink into a JSON object (optional)
# For documentation on writing encoders and decoders, see: https://www.thethingsindustries.com/docs/integrations/payload-formatters/javascript/
uplinkDecoder:
fileName: dnt-lw-etrv.js
# Examples (optional)
examples:
- description: Status Uplink
input:
fPort: 10
bytes: [0x04, 0xF4, 0xB6, 0x64, 0x64, 0x00, 0x04]
output:
data:
battery_cover_locked:
unit: 'bool'
value: true
battery_voltage:
unit: 'mV'
value: '3320'
heating_control:
mode:
active_mode:
unit: 'string'
value: 'Manu Temp'
holiday:
is_pending:
unit: 'bool'
value: false
window_open_detection:
is_open:
unit: 'bool'
value: false
room_temperature:
unit: '°C'
value: '20.0'
set_point_temperature:
unit: '°C'
value: '20.0'
valve_position:
unit: '%'
value: '0.0'
errors: []
warnings: []
Binary file added vendor/dnt/dnt-lw-etrv-delivery-scope.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added vendor/dnt/dnt-lw-etrv-sideview.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading

0 comments on commit a1a8f5a

Please sign in to comment.