Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
M30 configure yaml for ESPhome
#81
So seller completely ignores my and our requests to somehow fix the device. That is very sad. I asked for documentation and help setting calibration or offsets, but nothing.
Reply
#82
Here is an updated ESPHome config: https://gist.github.com/edalquist/42c6f8...a66ba41d59

It has a bunch of tweaks:
* Defines device_class and state_class for all sensors which enables statistics in home assistant and allows integration with the various energy monitoring features
* Allow setting max-current for each sensor via an input slider, this is used to control the LED color
* Set a global LED brightness
Reply
#83
Hi.. im trying to update my m30 and send this error message  (I know that I already name n30Big Grin)
?
Configuration does not match the platform of the connected device. Expected an ESP32S3 device.

this is my yaml


Attached Files
.txt   m30.txt (Size: 49.08 KB / Downloads: 2)
Reply
#84
M30 use by ESP32-WROOM-32UE, not use by ESP32S3.
Reply
#85
change
esphome:
name: n30
friendly_name: n30

esp32:
board: esp32dev
framework:
type: arduino

to this?

esphome:
name: n30
friendly_name: n30

esp32:
board: ESP32-WROOM-32UE,
framework:
type: arduino

its possible to share an updated yaml?
Reply


Forum Jump:


Users browsing this thread:
1 Guest(s)