Open TbsJah opened 2 years ago
That would be really, really awesome!! If we can support in any way, please let us know.
I cloned the repo and fiddled around a little bit. So it seems I made some progress. I can see the datapoints now in objects and the correct values from my pump in the overview. But the data type is not yet correct when I open it. Looks like object or json. Could not yet find out what to set or if it even needs to be converted.
Already tried out some different types and things from other adapters, not solved yet:
heatingOperationTimerTableWeek: {
type: 'object',
common: {
name: 'heating Operation Timer Table Week',
type: 'json',
role: 'value',
read: true,
write: true,
desc: 'heating Operation Timer Table Week',
},
},
hotWaterOperationTimerTableWeek: {
type: 'json',
common: {
name: 'hotWater Operation Timer Table Week',
type: 'string',
role: 'value',
read: true,
write: true,
desc: 'hotWater Operation Timer Table Week',
},
},
hotWaterCircPumpTimerTableWeek: [
{
_id: 'hotWaterCircPumpTimerTableWeek',
type: 'state',
common: {
name: 'hotWaterCircPumpTimerTableWeek Json',
type: 'string',
role: 'value',
read: true,
write: true,
desc: 'set hotWaterCircPumpTimerTableWeek with a json',
},
native: {},
},
],
Maybe someone has some ideas or even knows the solution. It's the first time I try to do something like this :D Until now it is only a readonly datapoint, what's fine for testing.
Is there a possibility that the time tables are also retrieved and editable?
` // ---- Timer table configurations ----