-
Notifications
You must be signed in to change notification settings - Fork 0
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
Implement COSensor and FireSensor #4
Comments
Your assumption is correct. no configuration of the ODP or IDP values or any channel values are necessary. The binding doing it automatically internal. You can get the values from the free@home through the binding directly to your items. Additionally I added to the new pre-release lots of Air Quality sensors. AQS sensors for Humidity, Room temperatur PM10, PM2.5 VCO, CO, CO2 and NO2 are added If you have a bit time, could you have a short test with the new version. It would be great. I made a test but more people more environment is better for a final release. thank you |
That is great - thank you for your great work. I will test the new release and give you feedback…!! |
thank you |
Tested the he virtual devices which are implemented in the current pre-release:
Installation creating a thing and item works fine! The first value shown is correct! Two Problems: 1.) Nevertheless the binding does not update changes and the item "dies". Rebooting OH -> shows the actual value again, but the item will not update. 2.) Only following AirQuality Devices are shown in F@H App: Humidity and CO2. Temperature is only working through RTC. I miss VOC, PM25 and CO. Maybe - as you intended - the integration of
is a solution. Would you be so kind to Implement COSensor and FireSensor? |
Thank you for the test. For the problem 1) certainly this keep-alive can be realized on the openHAB side with some scripts, (SendCommand in a loop) but it would be very elegant to make it automatically from the Thing. I will see how I can realize this config You have to set an enough TTL slot to have to to be able to provide value updates.The defautl TTL is 180sec. If the Thing is getting in the 180sec a new value which can be provided to the f@h device the device shall not set to unresponsive For the problem 2) The temperatur is the same as the VOC, PM25 and other AQ sensors, you are able to define on these sensors an action but you are not able to display it on the dashboard. |
If you want you virtual device to stay alive you can set the TTL Value to -1. |
Btw updating the TTL is mentioned in the documentation of ABB. |
That´s true, but all my virtual devices in free@home are set to ttl -1; therefore the idea of the script in OH which keeps them alive could be a solution or also may not be the solution of the problem. hopefully the first is right. :) |
I have currently a problem with the COdetector and FIREDetector, that no documentation is available for these devices, and data points. I do not have any idea which channel / pairing id is meaning what. I could do some blind implementation the second problem is the keep-alive function which I planned. this cannot be realised currently because the feature in the SysAP seems to be not working. it is not working at least as documented in the ABB/BJ specification. to keep the virtual devices alive is the simplest method to define the TTL as -1 Both issues I reported to ABB/BJ, I am waiting to the feedback. |
thanks again - let´s see if ABB gives feedback.... |
…hab#15547) * [jsscripting] Rename parameter useIncludedLibrary to injectionCachingEnabled (#4) * [jsscripting] Improve README for cached library injection * Remove settings image Signed-off-by: Florian Hotze <[email protected]>
The below deices shall work as real and virtual device
The text was updated successfully, but these errors were encountered: