9H1LO
9H1LO
support for sim7020 seems to be only for gprs it seems....no nb-iot support
would be good to have for credit balance checking
i don't think my operator has a ussd code for balance check but i will ask around do you have a link to a doc/example on ussd query/reply and can...
managed to get ussd code from operator and send with: String ussd_balance = modem.sendUSSD("*123#"); Serial.print(ussd_balance); but get nothing in return
> > Hi all, in orde to fix the issue I replacede in custom_components/hon/**init**.py > > the below code: > > ``` > > # for platform in PLATFORMS: >...