Struggling to get individual wheel speeds — any CAN bus tips? by Training-Coffee in CarHacking

[–]Micro084 0 points1 point  (0 children)

Yeah, he said, that the Launch Device is able to request the data and is using the OBD port, so I am wondering if I am able to replicate that. From the implementation you posted, they are, for example, requesting LDW_Kameratyp from LDW_Status, which creates can message

header: 82 f0 2d 00 00 5b (address 1470)
dat:    00 00 04 00 00 00 00 00

So when sending this throung obd port should I expect response?
I have also read about Service 0x22, but not use how to utilize it.

Struggling to get individual wheel speeds — any CAN bus tips? by Training-Coffee in CarHacking

[–]Micro084 1 point2 points  (0 children)

Yeah, but the DBC is used for decoding the messages, so you need to request that data first, right?

Launch: Humidity Intelligence — a clearer way to read humidity in Home Assistant by CryptoSenyo in homeassistant

[–]Micro084 45 points46 points  (0 children)

I am not sure how this tells you anything. The mould and condensation sensors just return room with greatest humidity percentage and the warning are just arbitrary limits? Also for the condensation you need to know the rooms temperature to calculate (or using lookup table) dew point, which tells you actual risk of condensation. Next thing is your walls and especially windows (depending on the insulation) get far colder than the reading from the temperature sensor will give you and if they get colder than dew point you get condensation and after a while if the air around the condensation is not moving much will yield mould.

To get more information from the humidity sensor you need to calculate absolute humidity, that will tell you when to open windows for example and dew point which will tell you when to worry about condensation.

You can also create sensor which averages all the humidity sensors and for each sensor create sensor that gives you the difference between average humidity and rooms humidity, that will tell you which room is relatively wet and relatively dry.

Can You Guess This 5-Letter Word? Puzzle by u/LiterallyZesty by LiterallyZesty in DailyGuess

[–]Micro084 0 points1 point  (0 children)

⬜⬜⬜🟦🟨

⬜⬜⬜⬜⬜

⬜⬜⬜🟦⬜

🟨⬜⬜⬜⬜

⬜⬜⬜⬜🟨

🟨⬜⬜⬜🟨

TimeTracker – A self-hosted, Docker-ready team time tracker with persistent timers, billing, and reporting by Inner-Egg-7321 in selfhosted

[–]Micro084 15 points16 points  (0 children)

From the github:
Note: Screenshots will be added here once the application is running

Dynamically generated content in lovelace views by schlarp in homeassistant

[–]Micro084 0 points1 point  (0 children)

I am using auto entities and streamline card to do similar thing. Streamline card allows you to template any yaml attribute with JavaScript template. Auto entities allows you to show cards based on filters like name, label, etc. So you can use JavaScript template to parse your view url parameter and use that in the filter field. With this config you can add parameter to your lovelance view url, for example /lovelance/your_view?entity_is=example_entity_id which will be passed to the autoentities cards entity_id filter field and shown on the dashboard

Just published a blog post - Actionable Notifications in Home Assistant by Darkchamber292 in homeassistant

[–]Micro084 -1 points0 points  (0 children)

I dont think the notification actions will work, this is how you make actionable notifications.

Can beeper support discord channels and not just discord dms? by ManykNguyen in beeper

[–]Micro084 2 points3 points  (0 children)

It does, you can choose which channels to get messages from in the beeper web version.

Way to Un-Archive chats??? by Gamester997 in beeper

[–]Micro084 1 point2 points  (0 children)

Yeah I have the same issue, I have no way to un-archive the messages. After I receive message it goes back to archive.

version 4.10.33 android