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
I have some data coming in such as the local measured temperature but I can't set the target temperature or defined ""confort, eco or holidays" temperatures.
Can you help me ?
Thanks you
The text was updated successfully, but these errors were encountered:
Thanks for the configuration. I hope it is the same configuration for the electric heater controller. This could be a great idea to push the Powernity devices on zigbee-herdsman-converters to prevent using their application + planned obsolescence :) .
[EDIT]
After some investigation, Powernity sells the same devices as XanLite
For the bridge, this is a basic tuya bridge
For the valve or electric radiator devices, I didn't find a replica on aliexpress. Seems like chinese tuya device made for the french market. I will try to take a tuya existing sensor and adapt it.
Hello,
I have installed radiator valves from Powernity (thanks to French gov bonus).
They have the following definitions:
const definition = { zigbeeModel: ['TS0601'], model: 'TS0601', vendor: '_TZE284_tbgecldg', description: 'Automatically generated definition', extend: [], meta: {}, };
From similar devices, I tried to setup my own converters as follow:
`const exposes = require('zigbee-herdsman-converters/lib/exposes.js');
const e = exposes.presets;
const ea = exposes.access;
const tuya = require('zigbee-herdsman-converters/lib/tuya.js');
const definition = {
};
module.exports = definition;
`
I have some data coming in such as the local measured temperature but I can't set the target temperature or defined ""confort, eco or holidays" temperatures.
Can you help me ?
Thanks you
The text was updated successfully, but these errors were encountered: