Code Monkey home page Code Monkey logo

esphome-config-examples's People

Contributors

syssi avatar

Stargazers

 avatar  avatar  avatar

Watchers

 avatar

esphome-config-examples's Issues

Phnix heroplus heat pump temperature is negative

Hello,
I use this file for my heat pump, [https://github.com/syssi/esphome-config-examples/blob/main/esp32-phnix-heroplus-heat-pump.yaml]
I get the wrong data about Ambient Temp when the temperature is negative (I guess it is for all temperatures). At a value -0.1 degrees
[Modbus_Controller.Sensor: 025]: Sensor New State: 65535.00
The protocol is recorded:
have symble byte, 0.1℃resolution, formula: T*10, temperature range : -30~97℃
(When the temperature show 25 ℃, the protocol data transmission is 250;When the temperature show -25 ℃, the protocol data transmission is -250 ;when bit15 is 1 represents the negative number,
when the bit15 is 0, it represents Integer;), When the value is 32767, it represents the sensor failure

What is needed to add to the code to avoid these wrong data

Best Regards

Wallbox pulsar without plus

I bought myself a Wallbox pulsar, it has bluetooth on board, but no wi-fi and I can't integrate it into HA. It has rs485 on board, maybe it is possible to integrate it into HA via rs485 and esp32?
Pulsar-EVC-Black-1

Decode charging status of the Epever

@Chickenbreast0 Hier gehts weiter zum Thema "Charging status" sauber decodieren.

Hier findet sich eine Dokumentation der Modbus Register:

https://www.developpez.net/forums/attachments/p196506d1451307310/systemes/autres-systemes/automation/probleme-com-modbus-pl7-pro/controllerprotocolv2.3.pdf/

Im Register 0x3201 stecken diverse Informationen auf Bits verteilt:

D15-D14: Input volt status. 0x00 normal, 0x01 no power connected, 0x02 Higher volt input, 0x03 Input volt error.
D13: Charging MOSFET is short
D12: Charging or Anti-reverse MOSFET is short
D11: Anti-reverse MOSFET is short
D10: Input is over current
D9: The load is Over current
D8: The load is short
D7: Load MOSFET is short
D4: PV Input is short
D3-2: Charging status. 0x00 No charging, 0x01 Float, 0x02 Boost, 0x03 Equalization
D1: 0 Normal, 1 Fault
D0: 1 Running, 0 Standby

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.