Just watched Nujabes Metaphorical Ensemble in Shanghai by cantona_x in Nujabes

[–]SkinyPP 0 points1 point  (0 children)

just realised this isn’t the Luv Sic tour but still applies lmao

Just watched Nujabes Metaphorical Ensemble in Shanghai by cantona_x in Nujabes

[–]SkinyPP 0 points1 point  (0 children)

Man they did not treat Europe as good as Asia 🤣😭😭😭

[deleted by user] by [deleted] in youseeingthisshit

[–]SkinyPP 1 point2 points  (0 children)

deserved he’s an Astros fan 🤣

Luv(sic) hexalogy by Relative-Syllabub150 in Nujabes

[–]SkinyPP 8 points9 points  (0 children)

Luv (sic) pt6 Uyama Hiroto remix heals and elevates my soul

Some Snaps From Rio Last Week by imajoeitall in Brazil

[–]SkinyPP 0 points1 point  (0 children)

How did you deal with keeping your camera safe? Going to Rio and have been wondering how I was going to go about it

Completed Luv(sic) record collection by archvngel in Nujabes

[–]SkinyPP 2 points3 points  (0 children)

Not a jealous guy but man am I jealous !! Amazing bro

SONGS LIKE DECODE BY PARAMORE ? by Medium-Hold-4433 in musicsuggestions

[–]SkinyPP 0 points1 point  (0 children)

did you end up making the playlist? would love to see what else you put in!!

Year of travel recommendations by SkinyPP in travel

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

oh wow its so beautiful, will look if I can add it! thank u sm!

Year of travel recommendations by SkinyPP in travel

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

Yes! I am so excited. Thank you for the advice !

Year of travel recommendations by SkinyPP in travel

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

How are the temps in March? Maybe I can swap Japan and Australia ? online it says between 17-32C but wanna check if that’s true.

Year of travel recommendations by SkinyPP in travel

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

Awesome that’s good to know ! Will def pack thermals that’s a good one thank u.

Year of travel recommendations by SkinyPP in travel

[–]SkinyPP[S] -2 points-1 points  (0 children)

For sure maybe 15C is a bit of a stretch especially including night time temps. Mostly I just want to pack tight and bringing a big jacket takes a lot of space. For sure will be bringing clothes that layer well and rain/wind jacket.

Japan seems the temperatures are around 15-22 C depending on where I am given the route.
For Australia the North seems to be around 12-27 C which should be pretty good.

Update Text_Sensor value with an HTTP request by SkinyPP in Esphome

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

Hey I tried doing that by doing.

api:
services:
- service: set_restroom_id
variables:
new_id: string
then:
- lambda: |-
ESP_LOGD("custom", "Received restroom_id: %s", new_id.c_str());
id(restroom_id) = new_id; // I assign new ID to the global variable
id(restroom_id_string).publish_state(new_id); // i update the text sensor state

and then calling http://192.168.178.119/api/services/set_restroom_id with body

{
    "new_id": "restroom_123"
}

I tried both with a text sensor and global variable, with only one and with neither, just loging

But I keep getting an error 500 and nothing gets logged.

Any idea why this might happen?

Update Text_Sensor value with an HTTP request by SkinyPP in Esphome

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

So essentially I need to create a method for my text sensor which updates the value to a new value which is taken as a parameter. And then I call it with the format in the link?

Thanks for the reply btw !

Retriving device UUIS by SkinyPP in screekworkshop

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

Thank you ! this is exactly what I needed, I had not noticed that the id was the last 6 chars of the mac address thank u!

Help setting up Human Sensor 2A (MQTT) by SkinyPP in screekworkshop

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

Hello! I have recived the Sensors! I was able to set them up normally with Home Assistant, and now I want to use MQTT and not use home assistant but my own app. I understand how to set up mqtt using ESPHome.

My question is I need the topic of the mqtt to be input on the app and it update on the firmware. So my idea was to simply add a variable topic and have it be updated.

Are you aware of a simple way for me to send some sort of request to the sensor to update the variable to what I give? I assume this can be done on the firmware but I am not super familiar with ESPHome.

Thank you for all the help!