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
Hi,
is it possible to add support for daily solar production? I get the following response:
Unexpected response structure: { feature: 'heating.solar.power.production', gatewayId: 'XXXXX', deviceId: '0', timestamp: '2024-07-16T23:36:47.805Z', isEnabled: true, isReady: true, apiVersion: 1, uri: 'https://api.viessmann.com/iot/v1/features/installations/XXXX/gateways/XXXX/devices/0/features/heating.solar.power.production', properties: { day: { type: 'array', value: [Array], unit: 'kilowattHour' }, week: { type: 'array', value: [], unit: 'kilowattHour' }, month: { type: 'array', value: [], unit: 'kilowattHour' }, year: { type: 'array', value: [], unit: 'kilowattHour' }, dayValueReadAt: { type: 'string', value: '2024-07-16T23:36:46.104Z' }, weekValueReadAt: { type: 'string', value: '' }, monthValueReadAt: { type: 'string', value: '' }, yearValueReadAt: { type: 'string', value: '' } }, commands: {} }
I need a possibility to select the day property and the first item of the value array. And the unit should be set to kWh instead of degrees.
day
value
kWh
degrees
My actual configuration:
… { "name": "Solar Heute", "feature": "heating.solar.power.production", "deviceId": "0" }, …
Cheers, Sebastian
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Hi,
is it possible to add support for daily solar production? I get the following response:
I need a possibility to select the
day
property and the first item of thevalue
array. And the unit should be set tokWh
instead ofdegrees
.My actual configuration:
Cheers,
Sebastian
The text was updated successfully, but these errors were encountered: