@Nir @Keeema
I have bought a Inkbird IBS M2 with the pool temperature sensor IBS P02R, and i used the python script from Keeema to retrieve data and was successfully (just had to change channel_id to ch_1 and ch_2).
I successfully convert the temperature data from the ch_1, which is the temperature from the pool sensor, but I’m having troubles converting the temperature values from the IBS M2 gateway, the values converted are not correct
I suppose the way data is encoded in this device is different from yours.
Could you tell me your how did you found how to decode the temperature data, so i can try to decode my, because i dont have idea how to do it
here some examples of the data (ch_0)
AQgBXgIAEA4AZA==
AQkBTgIAEA4AZA==
does this make sense?
i will put the https response in here, just in case.
{“result”:[{“id”:“bf71b6920027724e2atwmg”,“status”:[{“code”:“temp_current”,“value”:-200},{“code”:“temp_unit_convert”,“value”:“c”},{“code”:“signal_strength”,“value”:-200},{“code”:“ch_para”,“value”:“AAEBAQABCAEWHgAAAP//AAAA//8AAAD//wAAAP//AAAA//8AAAD//wAAAP//AAAA//8=”},{“code”:“ch_0”,“value”:“AQkBTgIAEA4AZA==”},{“code”:“ch_1”,“value”:“CAYB////////ZA==”},{“code”:“ch_2”,“value”:“”},{“code”:“ch_3”,“value”:“”},{“code”:“ch_4”,“value”:“”},{“code”:“ch_5”,“value”:“”},{“code”:“ch_6”,“value”:“”},{“code”:“ch_7”,“value”:“”},{“code”:“ch_8”,“value”:“”},{“code”:“ch_9”,“value”:“”},{“code”:“ch0_alarm”,“value”:0},{“code”:“ch1_alarm”,“value”:0},{“code”:“ch2_alarm”,“value”:0},{“code”:“ch3_alarm”,“value”:0},{“code”:“ch4_alarm”,“value”:0},{“code”:“ch5_alarm”,“value”:0},{“code”:“ch6_alarm”,“value”:0},{“code”:“ch7_alarm”,“value”:0},{“code”:“ch8_alarm”,“value”:0},{“code”:“ch9_alarm”,“value”:0},{“code”:“ch_cfg”,“value”:“WAIgA1gCIAOc/2QAnP9kAAAAAAAAAAAAAVgCIANYAiADnP9kAJz/ZAAAAAAAAAAAAAFYAiADWAIgA5z/ZACc/2QAAAAAAAAAAAABWAIgA1gCIAOc/2QAnP9kAAAAAAAAAAAAAVgCIANYAiADnP9kAJz/ZAAAAAAAAAAAAAFYAiADWAIgA5z/ZACc/2QAAAAAAAAAAAABWAIgA1gCIAOc/2QAnP9kAAAAAAAAAAAAAVgCIANYAiADnP9kAJz/ZAAAAAAAAAAAAAFYAiADWAIgA5z/ZACc/2QAAAAAAAAAAAABWAIgA1gCIAOc/2QAnP9kAAAAAAAAAAAAAQ==”},{“code”:“beep_status”,“value”:0},{“code”:“add_ch”,“value”:1},{“code”:“ch_setting_char”,“value”:0},{“code”:“alm_ch_rtd”,“value”:“AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA”}]}],“success”:true,“t”:1686563085648,“tid”:“c39738b4090511eebfbfa24bf1d21c99”}