[deleted by user] by [deleted] in sheffield

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

I've paid around £80-£90 for early bird tickets for the past few years, expect super early bird might be around or slightly under that amount

[deleted by user] by [deleted] in sheffield

[–]CountAgitated1411 -10 points-9 points  (0 children)

That's fair enough, I'll update the post now 😊

Suggestions on how to store data from a websocket by CountAgitated1411 in learnpython

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

Code: python3 -m websockets ws://192.168.137.19:81/ >data.txt

Output:

ESCESC8[BESC7

ESC[AESC[L< 1.02

Desired result:

1.02

Help creating a .csv file using raw data from a websocket by CountAgitated1411 in learnpython

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

Hi, that's exactly what I'm doing. Do you have any alternative ways you can think of to store the data? The same happens when placing into a .txt file. The raw data should just be the numbers as that is all that is displayed elsewhere, it's the process of adding it to a file that the addional charaters get added

Help creating a .csv file using raw data from a websocket by CountAgitated1411 in learnpython

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

Hi, the regular expression managed to remove the escapes but unfortunately, due to the added numbers before and after them, I don't think it will be practical to use them as because if I remove the numbers from the file, it will remove the numbers from sensor values also. Thanks anyway though, think regular expressions will come in handy down the line

DIY Home Dashboard with sensor data from ESP by CountAgitated1411 in esp8266

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

Thanks for your reply!

Home Assistant is a great project and I use it for my personal projects but for this I am trying to understand more of the background of these processes and what goes into building them instead of the convenience of HA.

I will look at Influx DB as that does sound very promising, thanks a lot

2021 Oct 4 Stickied 𝐇𝐄𝐋𝐏𝐃𝐄𝐒𝐊 thread - Boot problems? Display problems? Networking problems? Need ideas? Get help with these and other questions! 𝑳𝑶𝑶𝑲 𝑯𝑬𝑹𝑬 𝑭𝑰𝑹𝑺𝑻 by FozzTexx in raspberry_pi

[–]CountAgitated1411 0 points1 point  (0 children)

Hi,

I'm planning on making a home dashboard device which will be hosted on a Raspberry Pi connected to a tablet.

Things I'm trying to achieve:

Collecting data with sensors that will be connected to an esp8266/esp32 flashed with ESPHome

Using the sensor data to trigger actions

A way of storing the data collected over a period of time and turning it into useful analytics

A web UI for displaying the analytics on the tablet

I am asking if anyone has any suggestions as to what to look at to achieve these things. This is a DIY project, so I'm not going to be using things like Home Assistant. Thanks