Geekzone: technology news, blogs, forums
Guest
Welcome Guest.
You haven't logged in yet. If you don't have an account you can register now.


View this topic in a long page with up to 500 replies per page Create new topic
1 | 2 | 3 | 4 | 5 | 6
sfrasernz
227 posts

Master Geek


  #3037444 16-Feb-2023 08:56
Send private message

Silvrav:

eonsim:


Has anyone come across a Broadlink like device that does 915Mhz instead of 435Mhz and would work with HA?



 


Unfortunately not that I have seen, you might have to custom build an IR blaster. Buddy of mine build one and integrated it into HA with ESPhome. I can ask him for info if you want to go down that route?



RFLink was the solution I was going to go with before finding the Broadcom. It’s a DIY solution but can support 915Mhz.



eonsim
398 posts

Ultimate Geek

Trusted

  #3037445 16-Feb-2023 08:57
Send private message

Silvrav:

 

eonsim:

 

Has anyone come across a Broadlink like device that does 915Mhz instead of 435Mhz and would work with HA?

 

 

 

 

Unfortunately not that I have seen, you might have to custom build an IR blaster. Buddy of mine build one and integrated it into HA with ESPhome. I can ask him for info if you want to go down that route?

 

 

 

 

If there is any info floating around or rough guides that would be appreciated!


MonolithNZZ

20 posts

Geek


  #3037465 16-Feb-2023 09:55
Send private message

eluSiveNZ:

 

I recently received my LD2410 mmWave sensors. I ordered the B and C variants. LD2410 BLE - Home Assistant (home-assistant.io)

 

Initial impressions are very good. I wasn't aware they also had a separate motion sensor detection. 

 

Just need to get a 3D printed enclosure as they are very small.

 

 

 

 

If you find the required STL files for the 3dprinted enclosure, I can print and send them to you if you'd like! Free of course.




MonolithNZZ

20 posts

Geek


  #3037474 16-Feb-2023 10:51
Send private message

Silvrav:

 

I have now learned all 332 possible combination over the weekend and need to now copy and paste them into a JSON format so that my climate card can work.

 

Secondly, working on summary cards for my home screen so I can see on one screen some key data, instead of having to open tabs for each room

 

 

 

 

 

332 combinations! Well done 👍

 

I've also been working on adding secondary info to my room tabs

 


CB_24
366 posts

Ultimate Geek


  #3037476 16-Feb-2023 10:54
Send private message

Silvrav:

 

My latest project in the works:, using a broadlink IR transmitter.

 

I have now learned all 332 possible combination over the weekend and need to now copy and paste them into a JSON format so that my climate card can work.

 

Then my dumb heatpump is now smart.

 

 

 

 

Secondly, working on summary cards for my home screen so I can see on one screen some key data, instead of having to open tabs for each room

 

 

 

 

 

Able to post the card config for that first card?


Silvrav
469 posts

Ultimate Geek

ID Verified

  #3037479 16-Feb-2023 11:05
Send private message

CB_24:

 

Silvrav:

 

My latest project in the works:, using a broadlink IR transmitter.

 

I have now learned all 332 possible combination over the weekend and need to now copy and paste them into a JSON format so that my climate card can work.

 

Then my dumb heatpump is now smart.

 

 

 

 

Secondly, working on summary cards for my home screen so I can see on one screen some key data, instead of having to open tabs for each room

 

 

 

 

 

Able to post the card config for that first card?

 

 

 

 

For the climate/AC unit?

 

 

 

Its a standard  thermostat card (https://www.home-assistant.io/dashboards/thermostat/ )from HA :) but you need to add a climate element to your configuration.yaml to enable to use it.

 

 

climate:

 

  - platform: smartir

 

    name: Lounge AC

 

    unique_id: loungeclimate_ac

 

    device_code: 1025

 

    controller_data: remote.air_conditioning

 

    temperature_sensor: sensor.multi_sensor_lounge_2

 

    humidity_sensor: sensor.multi_sensor_lounge

 

 

 

you can add a power_Sensor to the above config to monitor power status for the aircon - I am yet to install a power monitor so havent added it

 

 

 

then the card itself just a vertical stack of 2, with the second being a horizontal stack of 3, noting I am using seperate scripts to run IR codes. The three bottom cards will become obsolete once I have finalised my JSON file as the 3 cards was my first basic test function.

 

 

 

type: vertical-stack
cards:
  - type: thermostat
    entity: climate.lounge_ac
  - type: horizontal-stack
    cards:
      - type: custom:button-card
        tap_action:
          action: toggle
        entity: script.ac_power
        icon: mdi:air-conditioner
        name: POWER ON
      - type: custom:button-card
        tap_action:
          action: toggle
        entity: script.ac_power_off
        icon: mdi:air-conditioner
        name: POWER OFF
      - type: custom:button-card
        tap_action:
          action: toggle
        entity: script.aircon_mode
        icon: mdi:recycle
        name: MODE

 

 

 

 

 

 

 


reven
3743 posts

Uber Geek

Trusted

  #3037625 16-Feb-2023 13:55
Send private message

eluSiveNZ:

 

I recently received my LD2410 mmWave sensors. I ordered the B and C variants. LD2410 BLE - Home Assistant (home-assistant.io)

 

Initial impressions are very good. I wasn't aware they also had a separate motion sensor detection. 

 

Just need to get a 3D printed enclosure as they are very small.

 

 

 

 

I just ordered a bunch of these too.   So cheap.  

 

 

 

I have some `SF15-600 10kg Resistance Type Thin Film Pressure Sensor` aswell.  Put this under the matress connected to a wemos d1 mini.  This is working so well.   if voltage is over 3v then i say in bed, otherwise out of bed.  when I get out of bed, i pause the tv and turn a side light on.   when i get in bed, if tv on, resume playback and turn light off.  this is working perfectly.

 

I had a basic sensor from jaycar, but that was flakey, cut it up to put in a different couch and its effectively two contact pads separated by foam with holes in it, so when compressed the pads touch and is closed, so says on.   which doesnt work so well if foam doesnt expand properly.  it was working great until it wasnt.   so more SF15-600 from ali.

 

 

 

I've also tried broadlink mini with my heatpump,I learnt all the commands and it works ok,, but suddenly my heatpump just stops listening to the broadlink, even though i can see the broadlink sending the signal and the heatpump works with the actual remote.  so err... idk, may try relearning the buttons or something.  stupid fijitsu heatpump.

 

 

 

I 3d printed a case for a wemos d1 mini and put some momentary switches in a box for some buttons next to the couch so i can turn lights on/off from the couch or close curtains.  i prefer automatic stuff, but sometimes you cant make everything automatic and need to open/close on/off something, so having right next to the couch is handy.   a wemos d1 mini running esphome is more reliable than the fibaro "the button".  that was a POS and barely worked.  the wallmote is ok, but very pricey.  wemos is like $4 and buttons are like $3.  case is "free"


 
 
 

Move to New Zealand's best fibre broadband service (affiliate link). Free setup code: R587125ERQ6VE. Note that to use Quic Broadband you must be comfortable with configuring your own router.
reven
3743 posts

Uber Geek

Trusted

  #3037626 16-Feb-2023 14:00
Send private message

starting to look in WLED aswell.  Bought the lights off ali.  the found found out i needed a bigger power supply, so ordered a 10a 5v off ali.  Now i have to decide if i want a prebuilt controller of ali, or just try and make out of a wemos.     

 

If i do lights + psu + controller all off ali, for 5m, its close to $100.    getting way to expensive.   and the power supply i technically need if running all lights on "white" would be 18a not 10a.  but could find one that big in a decent form factor, only metal giant power supplies.  was after a dc power brick or something.  hopeing 10a with not white, and some lights, which is probably realistically what im going to be running is fine.


sfrasernz
227 posts

Master Geek


  #3037647 16-Feb-2023 14:37
Send private message

reven:

 

starting to look in WLED aswell.  Bought the lights off ali.  the found found out i needed a bigger power supply, so ordered a 10a 5v off ali.  Now i have to decide if i want a prebuilt controller of ali, or just try and make out of a wemos.     

 

If i do lights + psu + controller all off ali, for 5m, its close to $100.    getting way to expensive.   and the power supply i technically need if running all lights on "white" would be 18a not 10a.  but could find one that big in a decent form factor, only metal giant power supplies.  was after a dc power brick or something.  hopeing 10a with not white, and some lights, which is probably realistically what im going to be running is fine.

 

 

 

 

WLED is awesome! I setup a dozen 1m strips orientated vertically on the pool fencing for some really cool effects. I purchased some pretty grunty Meanwell PSUs (yes big metal cage ones) because the 5V strips take quite a bit of power for full brightness. WLED is good in that you can programatically limit the power draw for your PSU and it works well. I run the DigQuad prebuilt board but easy to build your own with ESP32. 


reven
3743 posts

Uber Geek

Trusted

eluSiveNZ
188 posts

Master Geek


  #3037920 16-Feb-2023 20:31
Send private message

MonolithNZZ:

If you find the required STL files for the 3dprinted enclosure, I can print and send them to you if you'd like! Free of course.



Thanks for the offer. I do have a 3D printer, it’s in storage however (renovating house right now)
I’m planning on designing my own enclosure, so depending on how it turns out I will share the STL

eluSiveNZ
188 posts

Master Geek


  #3037924 16-Feb-2023 20:38
Send private message

reven:

I have some `SF15-600 10kg Resistance Type Thin Film Pressure Sensor` aswell.  Put this under the matress connected to a wemos d1 mini.  This is working so well.   if voltage is over 3v then i say in bed, otherwise out of bed.  when I get out of bed, i pause the tv and turn a side light on.   when i get in bed, if tv on, resume playback and turn light off.  this is working perfectly.



That’s really cool. I’ve never seen these before. Looking on Ali, someone commented that they work when attached to an Aqara water leak sensor. Effectively turning that into a zigbee connected sensor. I might just give that a go

reven
3743 posts

Uber Geek

Trusted

  #3037936 16-Feb-2023 21:21
Send private message

door sensors seem to be popular ones to hack and turn into other sensors.   but personally I prefer wemos or a pico w or something.   cheaper and work well


jonherries
1396 posts

Uber Geek

Trusted
Subscriber

  #3038020 17-Feb-2023 09:25
Send private message

Have been sitting on a project board to build an rf broadcaster for 4 years so just went and bought one of the broadlink pro devices.

Will be controlling skylights in our house.

Jon

reven
3743 posts

Uber Geek

Trusted

  #3038127 17-Feb-2023 11:58
Send private message

Just got these today

 

https://www.trademe.co.nz/a/marketplace/electronics-photography/other-electronics/electronic-components/leds/listing/3992008212

 

Super easy to setup and worked great with home assistant.   

 

Not WLED, but a heck of a lot cheaper, cos they can just work with $15 rgb lights that come with a power supply.    And you dont always need fully addressable LEDs.


1 | 2 | 3 | 4 | 5 | 6
View this topic in a long page with up to 500 replies per page Create new topic





News and reviews »

Air New Zealand Starts AI adoption with OpenAI
Posted 24-Jul-2025 16:00


eero Pro 7 Review
Posted 23-Jul-2025 12:07


BeeStation Plus Review
Posted 21-Jul-2025 14:21


eero Unveils New Wi-Fi 7 Products in New Zealand
Posted 21-Jul-2025 00:01


WiZ Introduces HDMI Sync Box and other Light Devices
Posted 20-Jul-2025 17:32


RedShield Enhances DDoS and Bot Attack Protection
Posted 20-Jul-2025 17:26


Seagate Ships 30TB Drives
Posted 17-Jul-2025 11:24


Oclean AirPump A10 Water Flosser Review
Posted 13-Jul-2025 11:05


Samsung Galaxy Z Fold7: Raising the Bar for Smartphones
Posted 10-Jul-2025 02:01


Samsung Galaxy Z Flip7 Brings New Edge-To-Edge FlexWindow
Posted 10-Jul-2025 02:01


Epson Launches New AM-C550Z WorkForce Enterprise printer
Posted 9-Jul-2025 18:22


Samsung Releases Smart Monitor M9
Posted 9-Jul-2025 17:46


Nearly Half of Older Kiwis Still Write their Passwords on Paper
Posted 9-Jul-2025 08:42


D-Link 4G+ Cat6 Wi-Fi 6 DWR-933M Mobile Hotspot Review
Posted 1-Jul-2025 11:34


Oppo A5 Series Launches With New Levels of Durability
Posted 30-Jun-2025 10:15









Geekzone Live »

Try automatic live updates from Geekzone directly in your browser, without refreshing the page, with Geekzone Live now.



Are you subscribed to our RSS feed? You can download the latest headlines and summaries from our stories directly to your computer or smartphone by using a feed reader.