-
-
Notifications
You must be signed in to change notification settings - Fork 116
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
int8 data type (Modbus) #2294
Comments
I think it's only one small change, please try https://github.com/MichaelDvP/EMS-ESP32/releases/tag/latest |
Hi, |
every minute the device restarts with v3.7.2-dev.5 |
Do the restarts happen only in my version, or also in official v3.7.2-dev.5? |
This is normal after restart. It takes a while to fetch entities from the ems-bus. Trying to read a non existing entity gives this message. After a minute this should stop. But should not lead to a restart. BTW. i see that recently some registers changes in this commit 9c3044e |
i changed the register addresses and there are no device restarts any more |
Thank you! |
Wrong address or length should only give an errormessage, but no crash. |
DESCRIPTION
Hi,
int8 values are difficult to interpret by second devices, because they are transmitted as int16.
For example minexttemp (register offset: 51) with value "-16" is transmitted as 00 F0, but interpreted as "240".
Is it possible to send int8 as full int16?
REQUESTED INFORMATION
Make sure your have performed every step and checked the applicable boxes before submitting your issue. Thank you!
http://<IP>/api/system
Paste System information here....
EXPECTED BEHAVIOUR
A clear and concise description of what you expected to happen.
SCREENSHOTS
The text was updated successfully, but these errors were encountered: