matthew1471 | 2 years ago | on: Enphase Envoy-S data scraping (2016)
matthew1471's comments
matthew1471 | 2 years ago | on: Enphase Envoy-S data scraping (2016)
My GitHub repo serves 2 purposes:
1. To provide a reusable wrapper (currently only Python, https://github.com/Matthew1471/Enphase-API/blob/main/Documen...) to talk to the LAN API, it's even installable via pip.
2. To document what the LAN API returns and all the URL endpoints (https://github.com/Matthew1471/Enphase-API/tree/main/Documen...).
I would like to see more people using the wrapper so we have a common way of talking to the IQ Gateway (there's a lot of tightly coupled projects on GitHub), but most people seem more interested in the docs I provide and rolling their own wrapper.
I always have plans to add more to it - I found multiple security vulnerabilities in the IQ Gateway and that allowed me to get a dump of the firmware - so there's plenty more URLs for me to write about :)
matthew1471 | 3 years ago | on: Tell HN: After 10 years of experiments, custom username emails receive no spam
matthew1471 | 3 years ago | on: Tell HN: After 10 years of experiments, custom username emails receive no spam
matthew1471 | 3 years ago | on: Brazilian ISP threatens with lawsuit instead of fixing vulnerabilities
I don’t port scan my ISP and then complain when they get cross.
matthew1471 | 3 years ago | on: Ask HN: Are we building a tech dystopia?
Case in point Facebook.. it’s still huge but there are plenty of people that have decided they just don’t want a Facebook account anymore and Facebook’s own growth is floundering. Users are fairly fickle, WordPerfect to Microsoft Word, Flickr to Instagram, Instagram to TikTok.. A lot of employers even deliberately default to Bing instead of Google these days.
Look at the dominance Microsoft used to have with the Windows ecosystem, a significant number of people just want a web-browser and couldn’t even tell you what OS they were using.
I don’t think the concern is misplaced, profit driven companies will always strive for vendor lock in and monopolisation if given a choice but nobody is producing tech that someone else can’t.
matthew1471 | 3 years ago | on: $50 open source Raspberry Pi Zero smartphone
Also as already stated most network operators (at least UK ones at least) have a planned death date for 3G, some have already been shutting it down.
When I saw this I immediately thought of the Nokia 3210 reboot (fun and useful for those that want a dumb-ish phone just for calls and/or texts). That said I suspect the phone could be fairly good fun for sending SMS via a PC or making apps that interact via SMS.
matthew1471 | 9 years ago | on: Geocities Cage at the Exodus Datacenter
matthew1471 | 9 years ago | on: Don't Lower Corporate Taxes, Abolish Them
You could financially incentivise companies to reward their workers, a big business giving its staff generous salaries could then pay almost no tax.. Then you go after the individual's tax instead.
I'm sure there's flaws in this but I think the premise of financially incentivising companies to pay better wages could make the lower corporation tax idea more credible than just expecting it'll magically happen.
The IQ Gateway authentication is done entirely offline - but you do have to have a device online (laptop, pi, mobile etc) to obtain a JWT to present to it.
Installer tokens are 12 hours, Owner tokens are a year. Some endpoints are only accessible with roles higher than Owner however, see https://github.com/Matthew1471/Enphase-API/blob/main/Documen.... for my scripts (available as the "examples") they're set to renew the tokens automatically where required.