Air quality sensor not added
Moderator: leecollings
-
- Posts: 279
- Joined: Sunday 03 January 2016 14:55
- Target OS: -
- Domoticz version:
- Location: Sweden
- Contact:
Re: Air quality sensor not added
I restarted node but I don't get any new sensor. I will contact a pc so I can see what it write as debug
-
- Posts: 279
- Joined: Sunday 03 January 2016 14:55
- Target OS: -
- Domoticz version:
- Location: Sweden
- Contact:
Re: Air quality sensor not added
Should I use V_LEVEL and S_DUST?
-
- Posts: 279
- Joined: Sunday 03 January 2016 14:55
- Target OS: -
- Domoticz version:
- Location: Sweden
- Contact:
Re: Air quality sensor not added
Ok.
I have not change the code so it must be something in Domotics.
I get OK in DEBUG but that only means that GW received it.
I see CO2 in Domoticz LOG so I have connection between node and Domoticz
I have not change the code so it must be something in Domotics.
I get OK in DEBUG but that only means that GW received it.
I see CO2 in Domoticz LOG so I have connection between node and Domoticz
-
- Posts: 279
- Joined: Sunday 03 January 2016 14:55
- Target OS: -
- Domoticz version:
- Location: Sweden
- Contact:
Re: Air quality sensor not added
I have CO2 and DUST sensor in this node
-
- Posts: 279
- Joined: Sunday 03 January 2016 14:55
- Target OS: -
- Domoticz version:
- Location: Sweden
- Contact:
Re: Air quality sensor not added
I also cleared the EEPROM so I get new Node ID from Domoticz and it is still same thing, only CO2 appear
- gizmocuz
- Posts: 2492
- Joined: Thursday 11 July 2013 18:59
- Target OS: Raspberry Pi / ODroid
- Domoticz version: beta
- Location: Top of the world
- Contact:
Re: Air quality sensor not added
That wont work, you can either present the node as S_AIR_QUALITY or as S_DUST, and not both
Both types also use the same V_LEVEL
Both types also use the same V_LEVEL
Quality outlives Quantity!
-
- Posts: 279
- Joined: Sunday 03 January 2016 14:55
- Target OS: -
- Domoticz version:
- Location: Sweden
- Contact:
Re: Air quality sensor not added
Ok, so it must be one sensor for each node?
- gizmocuz
- Posts: 2492
- Joined: Thursday 11 July 2013 18:59
- Target OS: Raspberry Pi / ODroid
- Domoticz version: beta
- Location: Top of the world
- Contact:
Re: Air quality sensor not added
In this case, yes, else we dont know what type of 'node' you made...
Of course you can combine a temp sensor and a dust sensor if you want...
Of course you can combine a temp sensor and a dust sensor if you want...
Quality outlives Quantity!
-
- Posts: 279
- Joined: Sunday 03 January 2016 14:55
- Target OS: -
- Domoticz version:
- Location: Sweden
- Contact:
Re: Air quality sensor not added
Ok. Then I will try to change my code and only have one sensor.
- gizmocuz
- Posts: 2492
- Joined: Thursday 11 July 2013 18:59
- Target OS: Raspberry Pi / ODroid
- Domoticz version: beta
- Location: Top of the world
- Contact:
Re: Air quality sensor not added
Sorry, i was wrong here...
You should be able to have multiple sensors in 1 node, but you have to present the child's correct
Like:
present(CHILD_ID_AIRQ, S_AIR_QUALITY);
present(CHILD_ID_DUST, S_DUST);
You should be able to have multiple sensors in 1 node, but you have to present the child's correct
Like:
present(CHILD_ID_AIRQ, S_AIR_QUALITY);
present(CHILD_ID_DUST, S_DUST);
Quality outlives Quantity!
-
- Posts: 279
- Joined: Sunday 03 January 2016 14:55
- Target OS: -
- Domoticz version:
- Location: Sweden
- Contact:
Re: Air quality sensor not added
I am doing that.
-
- Posts: 279
- Joined: Sunday 03 January 2016 14:55
- Target OS: -
- Domoticz version:
- Location: Sweden
- Contact:
Re: Air quality sensor not added
Any possible error in Domoticz you think?
-
- Posts: 279
- Joined: Sunday 03 January 2016 14:55
- Target OS: -
- Domoticz version:
- Location: Sweden
- Contact:
Re: Air quality sensor not added
Ok no worries
- gizmocuz
- Posts: 2492
- Joined: Thursday 11 July 2013 18:59
- Target OS: Raspberry Pi / ODroid
- Domoticz version: beta
- Location: Top of the world
- Contact:
Re: Air quality sensor not added
Found the issue... really strange, some code i added, was lost in an commit....
There is a new beta available #4965, it should now work (tested with a mysensor...)
There is a new beta available #4965, it should now work (tested with a mysensor...)
Quality outlives Quantity!
-
- Posts: 279
- Joined: Sunday 03 January 2016 14:55
- Target OS: -
- Domoticz version:
- Location: Sweden
- Contact:
Re: Air quality sensor not added
WOW
It is working and i really like the Custom Sensor.
Thank you, thank you
It is working and i really like the Custom Sensor.
Thank you, thank you
-
- Posts: 33
- Joined: Saturday 03 January 2015 22:05
- Target OS: Raspberry Pi / ODroid
- Domoticz version:
- Location: The Netherlands
- Contact:
Re: Air quality sensor not added
is it also possible to add it as a dummy sensor?
- gizmocuz
- Posts: 2492
- Joined: Thursday 11 July 2013 18:59
- Target OS: Raspberry Pi / ODroid
- Domoticz version: beta
- Location: Top of the world
- Contact:
Re: Air quality sensor not added
Yes, Custom Sensor it is calledJacquesMulders wrote:is it also possible to add it as a dummy sensor?
Quality outlives Quantity!
Who is online
Users browsing this forum: No registered users and 1 guest