SignalK / specification

Signal K is a JSON-based format for storing and sharing marine data from different sources (e.g. nmea 0183, 2000, seatalk, etc)
Other
92 stars 69 forks source link

Outside light levels (Lux) #318

Closed toqduj closed 7 years ago

toqduj commented 7 years ago

I'm making another MKR1000-based wireless SignalK sensor for mounting on deck, this one containing a humidity, pressure, temperature and light level sensor. I noticed there's no entry in the SignalK specifications for outside light levels. Such a reading would be useful, for example for automatically dimming instrument lights based on the available levels.

I'd suggest the following: /vessels//environment/outside/illuminance

Units: Lux (Lux)

Description: Current outside ambient light flux.

tkurki commented 7 years ago

Makes sense to me. Would you be able to add this to the schema file and add a test?

toqduj commented 7 years ago

I would, but I have no idea how (so would need to learn first), and too swamped with work tasks to add this to my list. I'll have to take a rain check on this one!

B.

On Sun, Jan 8, 2017 at 9:17 PM, Teppo Kurki notifications@github.com wrote:

Makes sense to me. Would you be able to add this to the schema file and add a test?

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/SignalK/specification/issues/318#issuecomment-271176228, or mute the thread https://github.com/notifications/unsubscribe-auth/AFMoyd4-jk-5dRT_SZ82AtDyDQItzuVFks5rQUREgaJpZM4LdxQB .

rob42 commented 7 years ago

I will do it tomorrow.

rob42 commented 7 years ago

done and merged