Read the statement by Michael Teeuw here.
Mi Temperature2 with xiaomi hygromether
-
@rubenix Hi, there ist a xiaomi Module…
https://github.com/mirko3000/MMM-xiaomi -
Hey @Stoffbeuteluwe yeah seen that but unfortunately do not have the gateway.
As the pi has BT it can connect directly to the hygrometer (have it next to it). python program works great but would be nice to show the info on the mirror… -
Hi @rubenix , I wanna do the same thing without a gateway. I got a LYWSDCGQ Temp and Humidity sensor. I am able to read the values with mitemp and btlewrap on a Rpi4, but dont know yet how to plot the data to MMM efficiently. Any ideas?
-
Sorry @rubinho101 do not have a clue; Thats why I asked here.
Hope someone can help us :crossed_fingers_light_skin_tone:
There are loots of brilliant minds here :call_me_hand_light_skin_tone:
Two Rubens all over the world looking for the same f thing…LOL
seen your post answering mine on github too… -
no one can give some instructions for a newby?
-
I would be interested in this module as well. Am not able to code, but at least am able test.
-
@Albert2002 am not a coder neither but i can check/test too
at the moment data its stored on a txt file so next move its creating my very first module (I should have underlined and bold that) / grab the text from the txt file created by the python script and display it on the Mirror; sounds like easy (sure it is) but its a big deal for me as im not a coder and have no much time to look at…
like every single thing on earth it needs understanding on what we need (this its kinda sorted) and how it can be accomplished (thats the thing) --> so it means TIME :eleven-thirty: :eleven_o_clock:hope someone can give us a kindly hand on this :call_me_hand_light_skin_tone:
-
@rubenix @Albert2002 I created a module to display the values without the gateway. It works fine for me.
-
powa … what a lot of courage for installing :/ (I’m thinking to newbies)
Please, try to do better with a
package.json
file… (eventually take a look in any installer in my modules) -
@rubinho101 followup to @Bugsounet’s recommendation,
npm init
Will prompt u thru creating the package.json
npm install ??? -save will add the library ?? to the package.json dependencies, so npm install will do the work.For non-node libraries, u can use the postinstall script to do the work for your pip libraries.
And u could use sed to change the code u need to fix…