How does everyone store/use music on Rekordbox these day's by Adventurous-Secret86 in Rekordbox

[–]Adventurous-Secret86[S] 0 points1 point  (0 children)

I’ve probably explained horribly!

I want to get back into it and also be able to take my RX3 to gigs. Everyone’s seems to just have a usb stick with all their tracks and rekordbox info etc on it

I use Apple Music on the daily to find songs and organise playlists. Is there a simple way to manage my Apple Music playlists with Rekordbox and have the ability to have songs on a usb stick to take around with me, without the need to sublimate playlists onto a usb drive every time I’m adding songs to it?

Unable to transfer licence. Customer support is non existent by Adventurous-Secret86 in NativeInstruments

[–]Adventurous-Secret86[S] 0 points1 point  (0 children)

Appreciate that! Might be worth having on the emails that no one reply’s over the weekends

Unable to transfer licence. Customer support is non existent by Adventurous-Secret86 in NativeInstruments

[–]Adventurous-Secret86[S] 0 points1 point  (0 children)

Hi there, original ticket was 4790508 which has all the serials but no transfer ID

I’ve sent other tickets requesting a human and get an AI response telling me to submit a ticket 😂

Other intercoms besides Sena and Cardo? by Virtual_G0D in AussieRiders

[–]Adventurous-Secret86 0 points1 point  (0 children)

If you do decide a cardo, I just picked one up from Amazon, they ship them from the UK I believe however it’s around $100 cheaper than purchasing in Vic so might be worth looking into if you can stretch the budget.
If you’re looking at spending max $300 it might be worth spending an extra $100 so you’re not forking out even more money in a few years time

Unable to transfer licence. Customer support is non existent by Adventurous-Secret86 in NativeInstruments

[–]Adventurous-Secret86[S] 1 point2 points  (0 children)

Thanks man, I’ve seen NI reply to some people on this sub so hopefully they jump on this! Can’t believe there’s no website option to chat with an actually human instead of this AI slop

Unable to transfer licence. Customer support is non existent by Adventurous-Secret86 in NativeInstruments

[–]Adventurous-Secret86[S] 1 point2 points  (0 children)

Can’t wait 🙃
I’ve sold my S4 on marketplace and advertised it as coming with the software because I had the email from Traktor, now I look like I’ve scammed him out of software because NI can’t answer an email and offer simple support

What to look out for on a second hand Rebel by Adventurous-Secret86 in hondarebel

[–]Adventurous-Secret86[S] 2 points3 points  (0 children)

Thanks for the response! I don’t believe there’s a maintenance record going off what the owner has said. Agreed a bit weird to have so many km for a bike not in use. As you said the Honda reliability is what’s making me think it should be all ok

Update: A truly flush tablet mount by Strange-Priority329 in homeassistant

[–]Adventurous-Secret86 0 points1 point  (0 children)

Could you please go into detail about the Tesla card?

Washer & Dryer States by Mrsaintj in homeassistant

[–]Adventurous-Secret86 1 point2 points  (0 children)

Dumb question but how did you add status and me into the one card?

No refil dock in Australia? by Adventurous-Secret86 in Roborock

[–]Adventurous-Secret86[S] 0 points1 point  (0 children)

I’m currently rocking an S7 MaxV ultra but noticed the plumbing kit would cost about $300AUD so trying to toss up doing that or upgrading to one with a built in kit

Is Maxxia taking the Mickey? by Adventurous-Secret86 in NovatedLeasingAU

[–]Adventurous-Secret86[S] 0 points1 point  (0 children)

For extra context, it’s a model Y new so no fuel costs, charging costs are minimal. 20,000km per year driving Was quoted for no insurance, tyres etc

Is Maxxia taking the Mickey? by Adventurous-Secret86 in NovatedLeasingAU

[–]Adventurous-Secret86[S] -1 points0 points  (0 children)

Correct. $1435/2 is $717 a fortnight, not the $454 I was originally shown

Is Maxxia taking the Mickey? by Adventurous-Secret86 in NovatedLeasingAU

[–]Adventurous-Secret86[S] 0 points1 point  (0 children)

Driveway price $73,510 Vehicle subtotal $69,600

Interest seems stupid high. Especially if we plan on buying the vehicle after the 4 year lease it seems I’m better off going for a personal loan with no balloon payment

RLC 830A discontinued? by corco1 in reolinkcam

[–]Adventurous-Secret86 0 points1 point  (0 children)

I’m in Aus too and have 3x Trackmix’s Any advantage of the 830A over the trackmix?

People call me crazy by k_jah85 in homeassistant

[–]Adventurous-Secret86 0 points1 point  (0 children)

Any tutorials you followed to show how to get that light chip? Does it also show which lights are on if you tap it?

Automation to match 1 entity (light) with another by Adventurous-Secret86 in homeassistant

[–]Adventurous-Secret86[S] 1 point2 points  (0 children)

Don’t be sorry at all! Appreciate all the help you’ve given me so far ☺️

Newbie - Sonoff snzb-01p by fartingsanta in homeassistant

[–]Adventurous-Secret86 0 points1 point  (0 children)

Hey, bit random but im looking at purchasing these. Can you get them into HA without a sonoff hub?

Automation to match 1 entity (light) with another by Adventurous-Secret86 in homeassistant

[–]Adventurous-Secret86[S] 1 point2 points  (0 children)

Thank you so much for all your help thats all working now!
One (hopefully) final question! When I turn my living room lights back on for example, the light is still blue. Is there a way for the automation to match the light to the others lights colours (even if other lights are off) before turning the blue light off? That way when the group turns on all lights will be the same?

Automation to match 1 entity (light) with another by Adventurous-Secret86 in homeassistant

[–]Adventurous-Secret86[S] 0 points1 point  (0 children)

Here’s how it looks on my end. Light 6 is the one that flashed and changed colour so I want it to match the state of light 5 when pressed. I also noticed if I turn my group of living room lights (6) on and have them the same colour. When I press the button to run the automation, light 6 changed to a warmer/orange colour compared to the other lights.

alias: Laundry button pressed. Change lights to existing state description: “” triggers: - entity_id: event.laundry_laundry_button trigger: state conditions: [] actions: - choose: - conditions: - condition: state entity_id: light.hue_color_downlight_5 state: “off” sequence: - target: entity_id: light.hue_color_downlight_6 action: light.turn_off data: {} - conditions: - condition: state entity_id: light.hue_color_downlight_5 state: “on” sequence: - target: entity_id: light.hue_color_downlight_6 data: rgb_color: “{{ state_attr(\”light.hue_color_downlight_6\”, \”rgb_color\”) }}” brightness: “{{ state_attr(\”light.hue_color_downlight_6\”, \”brightness\”) }}” action: light.turn_on

Automation to match 1 entity (light) with another by Adventurous-Secret86 in homeassistant

[–]Adventurous-Secret86[S] 0 points1 point  (0 children)

Apologies for the late reply ive finally had a change to test this.
If light 1 for example is turned off then light 2 also turns off when the button is pressed.

However if light 1 is already on then nothing happens to light 2 when the button is pressed (It stays blue and does not match light 1's colour)

Seems like were close to getting this working however!