You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello and thank you for opening the code to the modbus server component of the victron ecosystem.
There seems to be a mismatch between the values documented and actually returned for the dbus path: /ErrorCode
The XLSX states:
and attributes.csv contains:
'com.victronenergy.pvinverter,/Ac/Power,i,kW,1052,int32,1,W'
The value currently returned by 1052 is wattage based (as matches the attributes.csv file).
However, the XLSX states kW as the correct unit of measurement.
Is the XLSX incorrect or should the value returned be kW based but isn't encoded as such?
Hello and thank you for opening the code to the modbus server component of the victron ecosystem.
There seems to be a mismatch between the values documented and actually returned for the dbus path: /ErrorCode
The XLSX states:
![image](https://private-user-images.githubusercontent.com/6717280/238649230-fac7c186-cbcb-440a-a331-67577650b1bb.png?jwt=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTUiLCJleHAiOjE3Mzk0MzA2MTEsIm5iZiI6MTczOTQzMDMxMSwicGF0aCI6Ii82NzE3MjgwLzIzODY0OTIzMC1mYWM3YzE4Ni1jYmNiLTQ0MGEtYTMzMS02NzU3NzY1MGIxYmIucG5nP1gtQW16LUFsZ29yaXRobT1BV1M0LUhNQUMtU0hBMjU2JlgtQW16LUNyZWRlbnRpYWw9QUtJQVZDT0RZTFNBNTNQUUs0WkElMkYyMDI1MDIxMyUyRnVzLWVhc3QtMSUyRnMzJTJGYXdzNF9yZXF1ZXN0JlgtQW16LURhdGU9MjAyNTAyMTNUMDcwNTExWiZYLUFtei1FeHBpcmVzPTMwMCZYLUFtei1TaWduYXR1cmU9YjAzMWEyNzMxYjFlNzc2MTQ2ZGJhNTRiMjMwMGM0NGJiZmMxZGRkZTE3YzM2M2Q2YzJkYWJkMDljN2E4Mzg0MiZYLUFtei1TaWduZWRIZWFkZXJzPWhvc3QifQ.Mghsfji4hIT0yjLTSkjES6uHgWOu5sZD4AIGFMreNjc)
and attributes.csv contains:
'com.victronenergy.pvinverter,/Ac/Power,i,kW,1052,int32,1,W'
The value currently returned by 1052 is wattage based (as matches the attributes.csv file).
However, the XLSX states kW as the correct unit of measurement.
Is the XLSX incorrect or should the value returned be kW based but isn't encoded as such?
For reference the issue on my integrations issue tracker:
sfstar/hass-victron#13
The text was updated successfully, but these errors were encountered: