Launch HN: Pelm (YC W22) – Plaid for Utilities
21–30 of 91 posts
Re: Launch HN: Pelm (YC W22) – Plaid for Utilities
#22This looks pretty great. My first potential use case is as for a HomeAssistant addon to tie into HA's existing energy monitoring infrastructure. Is there any chance of a free plan for consumers so we don't need to sign up and pay $3.00 a month to retrieve energy usage for home use? I imagine that the mindshare among developer types would be worth the minimal calls, but obviously this is your decision :) Thanks again…
Pelm is free up to 100 API calls and 10 active end users per month! I believe this should be enough to cover the home use case.
Re: Launch HN: Pelm (YC W22) – Plaid for Utilities
#23Was just looking for a solution like this to integrate with HomeAssistant. Looking forward to trying this out!
Re: Launch HN: Pelm (YC W22) – Plaid for Utilities
#24Earlier quoted context omitted.
Ah, it's the burger menu with broken links! It shouldn't show up unless the browser window is a certain width, but we'll look into scrapping it completely.
cool, i'd suggest the only links you need at the top are 'How it Works', 'Pricing', 'Blog' (for marketing), and 'Contact' (for sales). (edit:) oh yes, and also your call to action, 'Get API Keys'. everything else is footer material, and you already have a fat footer with most of those links anyway. (i should note that i usually browse in narrow windows, so i often get the mobile version; most designers don't think ab…
You're not the first person to suggest a blog for marketing purposes...seems like something we should invest in!
Re: Launch HN: Pelm (YC W22) – Plaid for Utilities
#25Earlier quoted context omitted.
I did not; thanks for the heads up!
Yeah so besides ComEd, I wouldn't think it would be too difficult to integrate with the other five opcos that Exelon owns because they all use the same api layer. This would double your number of energy customers from ~4 million to ~10 million ;) Of course, I have no idea what sort of arrangement you initiated with ComEd!
Re: Launch HN: Pelm (YC W22) – Plaid for Utilities
#26Two questions: How are you connecting to the users energy supplier, I assume most don't have their own apis and so you are having to save the users login credentials? If so you should list the security measures you are taking to ensure that are safely stored. This is much like how developers had to connect to banks before they started supporting standard apis. Which utility companies can you currently connect to? Aga…
Great callout. Passwords are encrypted using a 256-bit AES cipher and are never persisted or shown to developers in plaintext. We currently support PG&E and SCE with a ComEd integration landing within the week.
Re: Launch HN: Pelm (YC W22) – Plaid for Utilities
#27Earlier quoted context omitted.
Great callout. Passwords are encrypted using a 256-bit AES cipher and are never persisted or shown to developers in plaintext. We currently support PG&E and SCE with a ComEd integration landing within the week.
Can you go into more detail about this? I may be misunderstanding, but I read 'never persisted' as meaning my users must provide credentials for every API call.
Re: Launch HN: Pelm (YC W22) – Plaid for Utilities
#28If I can request a utility, could you support National Grid https://www.nationalgridus.com ?
Re: Launch HN: Pelm (YC W22) – Plaid for Utilities
#29Earlier quoted context omitted.
Can you go into more detail about this? I may be misunderstanding, but I read 'never persisted' as meaning my users must provide credentials for every API call.
Ah, I meant plaintext passwords are never persisted in a db anywhere. The only time passwords are decrypted are when they are used to programmatically log in, so they're never stored anywhere except in memory.
I know some other services that have had to go this route have used quite elaborate systems to ensure separation between keys, passwords and user details in the event of a hack.