-
Notifications
You must be signed in to change notification settings - Fork 1.3k
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
Add support for Arexx Multilogger #2487
Conversation
I still need to add the MCP9808 decoding for the IP-HA90. We need to know if the Arexx TSN-70E is compatible to that. |
Dear all, I've compiled the version with the support and tracked the following messages: I have 6 sensor TSN-TH70E just next to me:
|
Hey, I've done the next cross check:
|
Are those values plausible, are they what you expect? |
I have two comments for the moment. the temperature conversion: In addition the datasheet mention that if temperatur is different from 25°C the relative humidity must be compensate. I found from Arexx the following formula for the humidity: 3 nodes: p0=-4 float humidity = -4 + 0.0367 * sens_val * (0.0405 * -sens_val* 2.8e-6) What do you think ? Source: https://github.com/redflo/pylarexx/blob/master/sensors.txt Last point is the ID from Hex to Dec |
But at the end I must release that the Accuracy for SHT10 is for Humidity +- 4,5% and for temperature +- 0,5°C. So I would say the are within specs. |
Thanks. Yes the 3V conversion seems better suited. The humidity conversion depends on wether the hardware is V3 or V4. Do you know it is V3 (the -4 p0, V4 has -2 there)? |
Could you tell me your source for the V3 and V4 topic ? I would like to double check. |
The older datasheets have that note in "Table 6". The current datasheet only has the newer calculation. |
Oh nice catch. Yeah I would suggest to stick with you version then. I've checked wayback machine and the website with the sensor labeled Arexx only exist since 2016. So we could assume that v4 was out for a long time. http://web.archive.org/web/20150122105634/https://www.arexx.com/templogger/html/en/products.php |
I would also propose to change the ID to int dec:
to
|
Hey, question don't you have a conflict with [245]* ThermoPro TX-2C Thermometer and this branch as this sensor is 245 aswell ? best regards |
I'll rebase later on. |
Hi All,
TSN-TH70E internal SHT10 is same as IP-TH78EXT external SHT10 IP rated enclosure, therefore compatible. |
I use V3 parameters, so it has continuity with the Arexx software. |
93031a1
to
ed794ec
Compare
Hey, quick question merge still open or did I miss it ? |
Hey, quick question. The Arexx company seems to have started to sell those sensor again. The amount of units might increase over the time. I still see that this is branch on it own. The sensor did had the number 250 but in the meantime other sensors have been added. The sensor number could be changed and then merged into the master ? BR |
My setup is working since 7 month without any issue with MQTT and Home Assitant. So again many thanks to everyone making from electronic waste into useful set sensors. |
# Conflicts: # include/rtl_433_devices.h
5c12fe8
to
1b3f9cb
Compare
Thanks @inonoob for the feedback and keeping up with the long journey to get this merged! |
Thanks to you @zuckschwerdt for your support in the long journey and making it possible. Ah by the way, Arexx is back and has started to launch new sensors again. On Reichelt they have there new model. Let hope they keep the 433 encoding :) |
Adds support for Arexx Multilogger IP-HA90, IP-TH78EXT, TSN-70E.
See also #2388 and #2482.