nator
Regular Member
So how does Facebook Marketplace work then, do you have to have a Facebook acc to use it etc because believe it or not but I'm not on Facebook.Facebook Marketplace
So how does Facebook Marketplace work then, do you have to have a Facebook acc to use it etc because believe it or not but I'm not on Facebook.Facebook Marketplace
Yeah you do need a Facebook account to use the Market place.So how does Facebook Marketplace work then, do you have to have a Facebook acc to use it etc because believe it or not but I'm not on Facebook.
Yes, that's what I do.
Beats my 5103E for £45 which I got neart 2 years agoJust managed to pick up the NR5103E V2 from just outside Edinburgh for £10 from Facebook Marketplace
I appear to be starting a 5G Router Collection now![]()
"I couldn't succeed myself, and it's necessary for friends who have more expertise to work on this topic.Thanks for the reply. Do you know what the supervisor user/password is, and how to log on as that? Thanks
Hi nd0, welcome along to the forums.Hey all, I have this router paired with a three sim. My contract is nearing its end and need advice on whether anyone has experience in using a Vodafone or ID mobile sim in the router. I mean the speeds are faster when it works than normal fibre so I don't see the point going back. I've had some drop outs and slow speeds recently but overall fine.
Is there a more up to date firmware than V1.00(ACBJ.0)b15?
Um.. no it doesn't..?
cfg cellwan_status getMy question is, doesn't anyone know which of this lot would I be able to use to retrieve RSSI, SINR etc?
Does anyone have any experience of using Home Assistant?
I want to be able to get some data from my NR5103ev2 into Home Assistant (eg. RSSI, SINR etc), so I can then put it on a chart.
I initially tried using the Home Assistant Scrape integration, which is quite simple to set up and configure to 'scrape' values from web pages into a Home Assistant sensor entity. However, it wouldn't work on my NR5103ev2, I suspect because of the Login Form which Zyxel requires before you can view or change any router config.
I then tried the Home Assistant Multiscrape AddOn which is similar to the standard Scrape integration, but also includes a Login Form feature to submit a username/password before scraping values from the web page. Unfortunately, I just couldn't get this to work.
I've noticed the NR5103ev2 has port 1883 open which is used for MQTT. Does anyone know of a way to use my Home Assistant MQTT Broker to get data from the NR5103ev2?
I've also seen suggestion of using a 'headless browser' in Home Assistant, but not sure how that would work.
Does anyone have any ideas/clues/suggestions for getting data (RSSI etc) out of the NR5103ev2 and ideally into Home Assistant?
I don't know if it applies to the V2 (or is important for you/others) but for the original nr5103e (v1?) the cellwan_status output doesn't include some minor items which are included in the UI/UI response; 4G/5G RSSI, the current 'preferred bands' (i.e. the current band lock config) and the actual DL/UL MHz bandwidths. It also doesn't have current Wan IP, though you can get that from wan showdefault.cfg cellwan_status get
the commands auto-complete, also you can stick a "?" on the end to get options
like "cfg cellwan_status ?"
That sounds interesting, but python & the like is beyond my skill level unfortunately.As I wanted to log as much as I could (for me, an influxdb instance, not HA) I chose the python script route using urllib3 and am scraping the the data from the /cgi-bin/DAL?oid=cardpage_status web response.