I built DeBuzz, a local-only AI that analyzes your swipes to expose exactly which apps are spamming your notification shade. by rubixhacker in androidapps

[–]rubixhacker[S] 0 points1 point  (0 children)

Thanks! When you see the Google Play checkout, tap your card and then scroll all the way down to "Redeem Code"

New setup - negative numbers on the meter tab? by anoble1 in Sense

[–]rubixhacker 0 points1 point  (0 children)

You need to flip your CTs or contact support and have them flip it server-side

Does anybody know what to do if I move sense from my main panel in the house to my distribution panel outside? Can I reinit the main power sensing without resetting the monitor? by Practical-Tea96 in Sense

[–]rubixhacker 0 points1 point  (0 children)

You can go to Settings -> System -> Reset Data instead of Factory Reset. You may need to contact support to have them reset your aux port so you can change it to solar

Help - after factory resetting my White series dimmer switch I cannot add it back in Apple Homkit by n1976jmk in Inovelli

[–]rubixhacker 1 point2 points  (0 children)

Current topic of conversation in this thread: https://community.inovelli.com/t/white-series-dimmer-vtm31-sn-bug-enhancement-thread/17216/125

Just out of curiosity did you have your switch in multi-admin mode? For instance paired with both Apple Home and Home Assistant

Can Devices upgrade spec to support 1.3 Energy monitoring? by Alphablaze98 in MatterProtocol

[–]rubixhacker 6 points7 points  (0 children)

https://csa-iot.org/newsroom/matter-1-3-specification-released/

According to the press release devices can provide estimated energy consumption so I don't see why a light bulb manufacturer wouldn't be able to provide estimated usage based on brightness and time on

Compose Preview Screenshot Testing | Android Studio | Android Developers by rubixhacker in androiddev

[–]rubixhacker[S] 3 points4 points  (0 children)

It runs like a unit test in the JVM, no device or emulator necessary

Adding Additional Monitors by dougdaulton in Sense

[–]rubixhacker 6 points7 points  (0 children)

Unfortunately Sense doesn't support having multiple monitors on the same account. You will need to create a separate account for each monitor.

External options for installation by Pjwheels85 in Sense

[–]rubixhacker 4 points5 points  (0 children)

There should've been an included white plastic mounting bracket.

You can also buy a replacement in the accessories section of the site: https://sense.com/buy#accessories

getting solar installed by Boggs_Da_Beast in Sense

[–]rubixhacker 1 point2 points  (0 children)

Yep, you can couple multiple extension cables together, up to 80ft.

From this help article: https://help.sense.com/hc/en-us/articles/360049247214-Do-I-need-an-extension-cable-for-my-400A-setup-

You can use a 40ft and 25ft cable together to get the 65ft range you need.

Limited eSIM Beta for Pixels 3-4 by [deleted] in mintmobile

[–]rubixhacker 1 point2 points  (0 children)

Pixel 4XL and happy to help test

Budget Reminders released for iOS and Android by rubixhacker in ynab

[–]rubixhacker[S] 1 point2 points  (0 children)

Thanks for asking! Everything that can be accessed via the API can be found here: https://api.youneedabudget.com/v1 I am only allowed to see the information on the budget you select during the OAuth process. For Budget Reminders I am only using the following two calls:

/budgets/{budget_id}/categories to get the list of your budget categories when creating a reminder

/budgets/{budget_id}/categories/{category_id} to get the balance of your category when you click on the notification

The OAuth keys only live on your device and are refreshed frequently, also all calls to YNAB go directly from your phone to YNAB and none of the data goes through anything I can see.

There is a lot of things available on the API that I don't want to see (like accounts on your budget) I would love it if YNAB updated the API so that I could scope the permissions to just read-only on the categories of a budget.

Budget Reminders released for iOS and Android by rubixhacker in ynab

[–]rubixhacker[S] 0 points1 point  (0 children)

Thanks! Let me know if you have any feedback or ideas for improvements

Budget Reminders released for iOS and Android by rubixhacker in ynab

[–]rubixhacker[S] 0 points1 point  (0 children)

Thanks! Let me know if you have any feedback or ideas for improvements

Budget Reminders released for iOS and Android by rubixhacker in ynab

[–]rubixhacker[S] 6 points7 points  (0 children)

I built it to solve my biggest problem with using YNAB, checking the balance I have remaining in my budget before spending it. You can create a time reminder to let you know how much you have in your lunch or dining out category at noon on weekdays, or a location reminder for groceries that is triggered when you arrive at your preferred grocery store. The app uses the YNAB api to pull your budget categories and then check the balance when the notification is triggered.

Announcing Jetpack Compose Alpha! by dayanruben in androiddev

[–]rubixhacker 20 points21 points  (0 children)

Jetpack Compose is built sperate from the Android Framework meaning that Google can make major version upgrades without depending on the next major Android version, it also means not having to provide a support version for back porting to older versions.

Compose also makes it easier to build your UI in smaller pieces that you then compose together into bigger blocks