> For the complete documentation index, see [llms.txt](https://docs.smart-stuff.nl/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.smart-stuff.nl/dsmr-api/koppelingen/modbus-rtu-tcp/dtsu666.md).

# DTSU666

De bronnamen geven de natuurlijke eenheid van de waarde aan. De `scale` bepaalt hoe deze waarde naar het register wordt omgerekend. Bijvoorbeeld:

* `voltage_l1_v` met `scale 10` wordt als `V x 10` weggeschreven
* `current_l1_a` met `scale 1000` wordt als `A x 1000` weggeschreven
* `net_power_total_kw` met `scale 100` wordt als `kW x 100` weggeschreven

Let op:

* deze mapping gebruikt overal `float`
* netto vermogens kunnen positief of negatief zijn
* register `11` bevat de vaste identificatiewaarde `167` (`0x00A7`) voor compatibiliteit met onder meer Solex
* `MBUS_VAL_UNAVAILABLE` is `0xFFFFFFFF`

<table><thead><tr><th width="95.91015625">Register</th><th width="187.63671875">Bron</th><th width="121.625">Natuurlijke eenheid</th><th width="116.13671875" align="right">Scale</th><th>Type</th><th>Resultaat</th></tr></thead><tbody><tr><td>11</td><td><code>constant</code></td><td>-</td><td align="right">1</td><td><code>int16</code></td><td><code>167</code></td></tr><tr><td>8198</td><td><code>voltage_l1_v</code></td><td>V</td><td align="right">10</td><td><code>float</code></td><td><code>V x 10</code></td></tr><tr><td>8200</td><td><code>voltage_l2_v</code></td><td>V</td><td align="right">10</td><td><code>float</code></td><td><code>V x 10</code></td></tr><tr><td>8202</td><td><code>voltage_l3_v</code></td><td>V</td><td align="right">10</td><td><code>float</code></td><td><code>V x 10</code></td></tr><tr><td>8204</td><td><code>current_l1_a</code></td><td>A</td><td align="right">1000</td><td><code>float</code></td><td><code>A x 1000</code></td></tr><tr><td>8206</td><td><code>current_l2_a</code></td><td>A</td><td align="right">1000</td><td><code>float</code></td><td><code>A x 1000</code></td></tr><tr><td>8208</td><td><code>current_l3_a</code></td><td>A</td><td align="right">1000</td><td><code>float</code></td><td><code>A x 1000</code></td></tr><tr><td>8210</td><td><code>net_power_total_kw</code></td><td>kW</td><td align="right">100</td><td><code>float</code></td><td><code>kW x 100</code></td></tr><tr><td>8212</td><td><code>net_power_l1_kw</code></td><td>kW</td><td align="right">100</td><td><code>float</code></td><td><code>kW x 100</code></td></tr><tr><td>8214</td><td><code>net_power_l2_kw</code></td><td>kW</td><td align="right">100</td><td><code>float</code></td><td><code>kW x 100</code></td></tr><tr><td>8216</td><td><code>net_power_l3_kw</code></td><td>kW</td><td align="right">100</td><td><code>float</code></td><td><code>kW x 100</code></td></tr></tbody></table>
