Sebastian Muszynski

Results 913 comments of Sebastian Muszynski

Please provide the output of: ``` mirobo --ip 192.168.31.107 --token a0c7fab7892234576143207374831431 status mirobo --ip 192.168.31.107 --token a0c7fab7892234576143207374831431 raw_command get_prop "['all']" # Start cooking and try to retrieve the temperature history...

Next try: ``` miiocli device --ip 192.168.31.107 --token a0c7fab7892234576143207374831431 info miiocli device --ip 192.168.31.107 --token a0c7fab7892234576143207374831431 raw_command get_prop "['all']" # Start cooking and try to retrieve the temperature history after...

Next step (because "getprop all" isn't working). What's the output of: ``` miiocli device --ip 192.168.31.107 --token a0c7fab7892234576143207374831431 raw_command get_prop "['func', 'menu', 'stage', 'temp', 't_func', 't_precook', 't_cook', 'setting', 'delay', 'version',...

We need a proper `get_prop` response. Do you use the MiHome app? Is your cooker already supported?

@xernaj Could you provide the output of: ``` get_prop "['status', 'phase', 'menu', 't_cook', 't_left', 't_pre', 't_kw', 'taste', 'temp', 'rice', 'favs', 'akw', 't_start', 't_finish', 'version', 'setting', 'code', 'en_warm', 't_congee', 't_love', 'boil']"...

Some additional presumably supported methods: ``` 'set_start', [menuData] 'cancel_cooking', [] 'set_menu', [menuData] set_factory_reset', [1] 'get_temp_history', [] 'set_info', [setting] ```

``` # Methods: set_info [setting] get_info [] set_menu [menuData] set_start [menuData] cancel_cooking [] set_factory_reset [1] get_temp_history [] # Properties: get_prop ['status', 'phase', 'menu', 't_cook', 't_left', 't_pre', 't_kw', 'taste', 'temp', 'rice',...

You could implement the device. I would like provide some support. The first step is to retrieve the token of your device. Your could use this tool to retrieve the...

Could you describe your network setup? Do you use complex things like VLANs?