Bogeyof

Results 3 issues of Bogeyof

Samsung S6, Firmware G920FXXU5EQJ2, Root with SuperSu 2.82, Xposed 88.2 installed via Xposed Installer 3.1.4. After installation of Xposed (no modules enabled, only installer and xposed 88.2) list of paired...

In Documentation, there is written the following: `HTTP REST API: http://x.x.x.x/command?[topic]=[value]&[topic]=[value] (e.g.: http://x.x.x.x/command?SetQuietMode=3&SetZ1HeatRequestTemperature=21_` If I try this like "http://192.168.xxx.xxx/command?SetDHWTemp=49&SetQuietMode=3", I get two answers from Webinterface: ``` set DHW temperature to...

If I set "SetDHWHeatDelta" the answer is "set floor heat delta to.." Code ``` unsigned int set_dhw_heat_delta(char *msg, unsigned char *cmd, char *log_msg) { unsigned int len = 0; String...