ngarafol

Results 24 comments of ngarafol

> I did it inside of my docker terminal of the home assistant and got this. Maybe I did it wrong? > > homeassistant-home-assistant1:/config# python python_scripts/zte_tool.py Traceback (most recent call...

Not a php guy, but chatgpt claims this is the php equivalent :) ``` function hex2utf($string) { $length = strlen($string) / 4; $result = ''; for ($i = 0; $i...

It is strange that "cell_id" would return as None, and it is clearly visible in output... I would suggest you edit https://github.com/Kajkac/ZTE-MC-Home-assistant/blob/master/sensors/sensors.yaml#L63 to: ``` value_template: "{{ state_attr('sensor.zte_router_info', 'cell_id') |default(0) |int(base=16)...

@vihatsoft Did it work? If yes, can you close the issue please?