Earlier quoted context omitted.
It always kind of blows my mind that I keep seeing "smart TVs" which have a bunch of integration options for high-end AV installations (rich people's houses, etc.) but no API that you can integrate with to just handle toggling channels/inputs/power states/volumes. (I did get my last Sony Bravia integrated with Homekit so that I could control inputs, volume, etc. via the Home app, but that's not really what I'm lookin…
There's eARC for signalling through HDMI, there's good ol' IR blaster. For the Bravia, which is probably Android, you can likely write an android service that connects to the web and handles things like volume and maybe channels.
Turning a dumb AC unit smart (without losing my security deposit)
101–110 of 176 posts
Re: Turning a dumb AC unit smart (without losing my security deposit)
#102Earlier quoted context omitted.
I wish lock-in was as taboo as medieval Christian attitudes towards usury.
But weren't medieval Christian attitudes towards usury a good thing?
Re: Turning a dumb AC unit smart (without losing my security deposit)
#103A vactrol is a device which combines LED and photoresistor in one package (sealed against the leakage of light).
The photoresistor has a "dark resistance" that is typically very high, like hundreds of thousands of ohms. When it is illuminated by the LED, the resistance goes down: you control how much via the current to the LED.
Another possibility is using a digital potentiometer, like this: https://ww1.microchip.com/downloads/en/DeviceDoc/20005207B.p...
A digital pot is an integrated circuit that switches a bank of resistors with FETs to create a desired resistance, or combination of resistances to simulate a wiper position along an analog pot's track.
They are programmed with I2C and such.
These things have certain disadvantages; like the one I linked to requires that power rails be provided for the analog domain where the resistors "live", and the voltages on them must be within this range. The vactrol has no such issue; it is a passive resistor with light shining on it.
Re: Turning a dumb AC unit smart (without losing my security deposit)
#104Earlier quoted context omitted.
I think the standard control for TV is the RS-232C port on the TV. https://community.home-assistant.io/t/serial-projector-contr... from a quick search.
I'm surprised we haven't seen a cheap, USB powered Bluetooth RE-232C dongle for home assistant yet.
Re: Turning a dumb AC unit smart (without losing my security deposit)
#105Earlier quoted context omitted.
It always blows my mind why those rich people even bother with TVs. I'm not rich by any measure, but still I can afford a projector, a screen and a couple KRK monitors.
Truly rich people do not have TVs. Or if they do own a ultra high end TV like a C Seed N1 they hide them away inconspicuously. https://www.cseed.com/en/indoor-tv/c-seed-n1-tv.html It is like eating cheap and nasty junk. If you are rich you avoid it or eat it discreetly...Or your acquaintances laugh at you.
I think I'd likely prefer one of those slightly more discrete OLEDs that rolls up into its box when not in use, like the LG Signature R...
Re: Turning a dumb AC unit smart (without losing my security deposit)
#106The "couple a stepper motor to a shaft" API is so much better than any "smart" appliance API. Speaking more seriously, I wish classes of appliances would expose some simple analog and digital interface pins in a standardized configuration to let users choose whatever automation or monitoring hardware they want. HVAC equipment does this with standardized thermostat terminals. I'd love to see that on other types of app…
> HVAC equipment does this with standardized thermostat terminals. yes, they standardize thermostat terminals, but they should allow additional inputs such as a measure of radiant heat entering through the boundary surfaces. I have to change my thermostat far more because it's a sunny day than I need to because of different outdoor temperatures. Bear in mind, I shouldn't have to change my thermostat at all† (except p…
Similarly, floor heating systems measure temperature of the radiating element (floor) and room temperature to decide if they switch heating on or off.
I generally combine shutters for large windows in controlling the temperature in my automation too (greenhouse effect).
Re: Turning a dumb AC unit smart (without losing my security deposit)
#107This a pet peeve of mine. If you buy the wrong $2 part don't return it. If you don't eat the loss the seller will and the part will wind up in the landfill.
Re: Turning a dumb AC unit smart (without losing my security deposit)
#108Re: Turning a dumb AC unit smart (without losing my security deposit)
#109OT: I'm looking for some way to control my AC via Infrared. I have a few pretty standard AC units with IR remotes. The ones with a display on it, that just transmit all the settings on the remote via IR on every button press. Some device I can mount in proximity, that controls the AC, but preferably also has a temperature and humidity sensor included.
I had better luck for my use cases with the Aqara M2 Hub. I believe that device is discontinued, but they seem to have other very similar models. No built in climate sensors on that one, but the UX and IR signal response time have been much better overall.
Re: Turning a dumb AC unit smart (without losing my security deposit)
#110The "couple a stepper motor to a shaft" API is so much better than any "smart" appliance API. Speaking more seriously, I wish classes of appliances would expose some simple analog and digital interface pins in a standardized configuration to let users choose whatever automation or monitoring hardware they want. HVAC equipment does this with standardized thermostat terminals. I'd love to see that on other types of app…
It always kind of blows my mind that I keep seeing "smart TVs" which have a bunch of integration options for high-end AV installations (rich people's houses, etc.) but no API that you can integrate with to just handle toggling channels/inputs/power states/volumes. (I did get my last Sony Bravia integrated with Homekit so that I could control inputs, volume, etc. via the Home app, but that's not really what I'm lookin…
https://gist.github.com/kalleth/e10e8f3b8b7cb1bac21463b0073a...