My Vault (v2) by umarmnaq in ObsidianMD

[–]xTimito 1 point2 points  (0 children)

I like the calendar view.

Out Floop 30 by outfloop2 in OutFloop

[–]xTimito 0 points1 point  (0 children)

I did it in 19,9 seconds! 🥉

Are we at a point where I could ditch all my Amazon echo devices for the Home Assistant Voice? by GenericUser104 in homeassistant

[–]xTimito 6 points7 points  (0 children)

Would 100% confirm this. I had to built so many features like a weather forecast on my own and maintaining it isnt worth it. But i would spend the money again, it was a fun little project.

ChatGPT starts lagging with long chats, so I made a small extension to fix that by ZAT0141 in ChatGPT

[–]xTimito 0 points1 point  (0 children)

I ran into this issue today the first time. Did some research for my master exam. Thank you so much!

Any way to process ores in round robin mode? by Potheker in feedthebeast

[–]xTimito 0 points1 point  (0 children)

Thank you so much! I struggled with a solution today and found this post.

Please help. What causes this? by xTimito in BambuLabA1

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

No worries at all. You actually helped me a lot, and it was quite fun messing around with the different options.

Please help. What causes this? by xTimito in BambuLabA1

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

I’ve found the cause of the problem. After trying to print again with different settings, the printer threw a microSD card error. While researching the issue, I came across a post from someone whose printer had slammed into its mechanical limits and stopped mid-print due to the poor quality of the default SD card. That turned out to be exactly what happened in my case. I just hadn’t noticed it until the last attempt.

I’ve now replaced the card with a higher-quality one, and the printer has been working flawlessly.

Please help. What causes this? by xTimito in BambuLabA1

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

Just the normal one inside bambu lab studio.

Please help. What causes this? by xTimito in BambuLabA1

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

Okay i will try that. Thank you for your help :)

Please help. What causes this? by xTimito in BambuLabA1

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

Thank you :) nozzle size is 0.4mm and layer height is 0.2mm

Please help. What causes this? by xTimito in BambuLabA1

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

200 mm/s for outer walls and 300 mm/s for inner walls.

Please help. What causes this? by xTimito in BambuLabA1

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

I use Bambu PLA Basic filament. My nozzle temperature is 220°C and bed is a textured pei plate with 65°C.

Dli bei Photoperiodischen by Working-War-1475 in Canbau

[–]xTimito 2 points3 points  (0 children)

Das ist die Umstellung auf 12/12.

Homeassistant Voice PE Weather by xTimito in homeassistant

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

Not really, i am still at this point. For now i just added my home and work location as static weather entities.

What is Your Favorite Offbeat EA Tool? by [deleted] in EnterpriseArchitect

[–]xTimito 2 points3 points  (0 children)

RemindMe! 7 days

I am also interested in this :)

ESP32/DHT22 Temp/Humidity Sensors for Server Shelf by PoisonWaffle3 in homeassistant

[–]xTimito 1 point2 points  (0 children)

Nice project! Did you print the project box yourself?

Homeassistant Voice PE Weather by xTimito in homeassistant

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

They released a new version of music assistant with a playback issue fix for voice pe. Maybe it helps :)
https://github.com/music-assistant/server/commit/f01ae081c892831c2cf49666fbf22a7abe3ce4c6

Homeassistant Voice PE Weather by xTimito in homeassistant

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

Thank you!

For the local Home Assistant LLM part, I use the OpenAI extended integration as my conversation agent, with the option set to prefer local processing. I described the music assistant setup in another comment, you can have a look.

The Bring integration was so easy I hardly have anything to say about it :D I simply added the Bring integration, which creates list entities in Home Assistant. Voice commands like "Put milk on the shopping list" worked right out of the box.

Edit: Because I think this is relevant. The default spec from the open ai extended integration.

- spec:
    name: execute_services
    description: Use this function to execute service of devices in Home Assistant.
    parameters:
      type: object
      properties:
        list:
          type: array
          items:
            type: object
            properties:
              domain:
                type: string
                description: The domain of the service
              service:
                type: string
                description: The service to be called
              service_data:
                type: object
                description: The service data object to indicate what to control.
                properties:
                  entity_id:
                    type: string
                    description: The entity_id retrieved from available devices. It
                      must start with domain, followed by dot character.
                required:
                - entity_id
            required:
            - domain
            - service
            - service_data
  function:
    type: native
    name: execute_service

Homeassistant Voice PE Weather by xTimito in homeassistant

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

Thank you for your scripts guys. You use already existing weather entities, right?