daniel-deptula
daniel-deptula
The API apparently differs between modem models and firmware versions. I wrote a script that allows to send SMS from Nordic_MF286D_B12, maybe it'll work for you as well: [sms_gateway](https://github.com/daniel-deptula/zte-modem-utils/tree/main/sms_gateway)
@kbialek SG01HP3 also uses registers 62-64 for storing date&time and I already have some code to support that, that makes the time setting feature more universal - allows to specify...
The way I implemented it is that you specify the registers for each inverter type individually through a new sensor type - DateTimeSensor, like this: https://github.com/daniel-deptula/deye-inverter-mqtt/blob/cf3c97a2fd8945d8ff1028b19a65502408203a67/src/deye_sensors_deye_sg01hp3.py#L28-L33 The change has full...